aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2010-09-24 16:47:05 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2010-09-24 16:47:05 +0000
commit7d2838391c690147f618c8418a464c4760ae2508 (patch)
tree571875d922ed7209557fdf278b3a0b151375054e /converters
parentf5beb3c109d00398fbc56fbd425abacee54da98d (diff)
downloadports-7d2838391c690147f618c8418a464c4760ae2508.tar.gz
ports-7d2838391c690147f618c8418a464c4760ae2508.zip
- Updated to 2.0
PR: ports/150899 Submitted by: C-S <c-s at c-s.li> Approved by: Keiichi SHIMA <keiichi at iijlab.net> (maintainer)
Notes
Notes: svn path=/head/; revision=261775
Diffstat (limited to 'converters')
-rw-r--r--converters/ical2html/Makefile3
-rw-r--r--converters/ical2html/distinfo6
-rw-r--r--converters/ical2html/files/patch-Makefile.in14
-rw-r--r--converters/ical2html/files/patch-icalmerge.c11
-rw-r--r--converters/ical2html/pkg-descr6
-rw-r--r--converters/ical2html/pkg-plist4
6 files changed, 17 insertions, 27 deletions
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%%