Index: head/converters/ical2html/Makefile =================================================================== --- head/converters/ical2html/Makefile (revision 553189) +++ head/converters/ical2html/Makefile (revision 553190) @@ -1,26 +1,25 @@ # Created by: keiichi@iijlab.net # $FreeBSD$ PORTNAME= ical2html -PORTVERSION= 2.0 -PORTREVISION= 4 +PORTVERSION= 2.1 CATEGORIES= converters MASTER_SITES= http://www.w3.org/Tools/Ical2html/ MAINTAINER= keiichi@iijlab.net COMMENT= Manipulation commands for iCalendar files LIB_DEPENDS= libical.so:devel/libical GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include/libical -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} '/icalerror_errors_are_fatal/d' \ ${WRKSRC}/ical2html.c \ ${WRKSRC}/icalfilter.c \ ${WRKSRC}/icalmerge.c .include Index: head/converters/ical2html/distinfo =================================================================== --- head/converters/ical2html/distinfo (revision 553189) +++ head/converters/ical2html/distinfo (revision 553190) @@ -1,2 +1,3 @@ -SHA256 (ical2html-2.0.tar.gz) = ef120bd6fbe87a682e8a1ea37d70f165d2ec53b9dcdc2838934d07c4b17b844f -SIZE (ical2html-2.0.tar.gz) = 87508 +TIMESTAMP = 1599682242 +SHA256 (ical2html-2.1.tar.gz) = 6dec95f0b4b7baaf7dd0555943cc24152a51feb589a3fb97d0c694362ea1a598 +SIZE (ical2html-2.1.tar.gz) = 92735 Index: head/converters/ical2html/files/patch-Makefile.in =================================================================== --- head/converters/ical2html/files/patch-Makefile.in (revision 553189) +++ head/converters/ical2html/files/patch-Makefile.in (revision 553190) @@ -1,11 +1,11 @@ ---- 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 @@ +--- Makefile.in.orig 2010-03-18 00:29:14 UTC ++++ Makefile.in +@@ -163,7 +163,7 @@ am__untar = @am__untar@ bindir = @bindir@ build_alias = @build_alias@ builddir = @builddir@ -datadir = @datadir@ +datadir = @datadir@/ical2html datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@