From 7d2838391c690147f618c8418a464c4760ae2508 Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Fri, 24 Sep 2010 16:47:05 +0000 Subject: - Updated to 2.0 PR: ports/150899 Submitted by: C-S Approved by: Keiichi SHIMA (maintainer) --- converters/ical2html/Makefile | 3 +-- converters/ical2html/distinfo | 6 +++--- converters/ical2html/files/patch-Makefile.in | 14 +++++++------- converters/ical2html/files/patch-icalmerge.c | 11 ----------- converters/ical2html/pkg-descr | 6 ++++-- converters/ical2html/pkg-plist | 4 ++-- 6 files changed, 17 insertions(+), 27 deletions(-) delete mode 100644 converters/ical2html/files/patch-icalmerge.c (limited to 'converters') diff --git a/converters/ical2html/Makefile b/converters/ical2html/Makefile index 46f564d50ddc..9e81b85d7c2e 100644 --- a/converters/ical2html/Makefile +++ b/converters/ical2html/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ical2html -PORTVERSION= 0.4 -PORTREVISION= 4 +PORTVERSION= 2.0 CATEGORIES= converters MASTER_SITES= http://www.w3.org/Tools/Ical2html/ diff --git a/converters/ical2html/distinfo b/converters/ical2html/distinfo index 383afddbc060..843574906f3c 100644 --- a/converters/ical2html/distinfo +++ b/converters/ical2html/distinfo @@ -1,3 +1,3 @@ -MD5 (ical2html-0.4.tar.gz) = 5884b2ff2665640bde7f1a296a144e37 -SHA256 (ical2html-0.4.tar.gz) = c74eaef9fb26b5adbec0f1591a9a3d5607b340d538c5d1fdbb67c510c90743f2 -SIZE (ical2html-0.4.tar.gz) = 88490 +MD5 (ical2html-2.0.tar.gz) = be4389f74ec76ac3f6737dcf87307e0b +SHA256 (ical2html-2.0.tar.gz) = ef120bd6fbe87a682e8a1ea37d70f165d2ec53b9dcdc2838934d07c4b17b844f +SIZE (ical2html-2.0.tar.gz) = 87508 diff --git a/converters/ical2html/files/patch-Makefile.in b/converters/ical2html/files/patch-Makefile.in index 5c73b972164c..02e1276501b9 100644 --- a/converters/ical2html/files/patch-Makefile.in +++ b/converters/ical2html/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig Wed Apr 13 12:49:01 2005 -+++ Makefile.in Wed Apr 13 12:48:37 2005 -@@ -89,7 +89,7 @@ - am__quote = @am__quote@ +--- Makefile.in.orig 2010-09-24 09:06:46.749411950 +0200 ++++ Makefile.in 2010-09-24 09:07:34.047574887 +0200 +@@ -145,7 +145,7 @@ bindir = @bindir@ build_alias = @build_alias@ + builddir = @builddir@ -datadir = @datadir@ +datadir = @datadir@/ical2html - exec_prefix = @exec_prefix@ - host_alias = @host_alias@ - includedir = @includedir@ + datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ diff --git a/converters/ical2html/files/patch-icalmerge.c b/converters/ical2html/files/patch-icalmerge.c deleted file mode 100644 index 6a9f2acd6d0b..000000000000 --- a/converters/ical2html/files/patch-icalmerge.c +++ /dev/null @@ -1,11 +0,0 @@ ---- icalmerge.c.orig Thu Jul 31 07:19:06 2003 -+++ icalmerge.c Wed Apr 13 18:08:16 2005 -@@ -27,7 +27,7 @@ - #include "config.h" - - --#define PRODID "-//W3C//NONSGML icalmerge " ## VERSION ## "//EN" -+#define PRODID "-//W3C//NONSGML icalmerge "/**/VERSION/**/"//EN" - - #define ERR_OUT_OF_MEM 1 /* Program exit codes */ - #define ERR_USAGE 2 diff --git a/converters/ical2html/pkg-descr b/converters/ical2html/pkg-descr index c246f2ff5518..1578ba6ba534 100644 --- a/converters/ical2html/pkg-descr +++ b/converters/ical2html/pkg-descr @@ -1,2 +1,4 @@ -ical2html takes an iCalendar file and outputs an HTML file showing one -or more months in the form of tables. Requires libical. +ical2html takes an iCalendar file and outputs an HTML file showing +one or more months in the form of tables. + +WWW: http://www.w3.org/Tools/Ical2html/ diff --git a/converters/ical2html/pkg-plist b/converters/ical2html/pkg-plist index 4b47e205f6b7..0e2930bfc813 100644 --- a/converters/ical2html/pkg-plist +++ b/converters/ical2html/pkg-plist @@ -1,5 +1,5 @@ bin/ical2html bin/icalfilter bin/icalmerge -share/ical2html/calendar.css -@dirrm share/ical2html +%%DATADIR%%/calendar.css +@dirrm %%DATADIR%% -- cgit v1.2.3