svn commit: r553190 - in head/converters/ical2html: . files

Fernando Apesteguía fernape at FreeBSD.org
Sat Oct 24 12:12:44 UTC 2020


Author: fernape
Date: Sat Oct 24 12:12:43 2020
New Revision: 553190
URL: https://svnweb.freebsd.org/changeset/ports/553190

Log:
  converters/ical2html: Update to 2.1
  
  ChangeLog: https://www.w3.org/Tools/Ical2html/ChangeLog
  
  PR:	249222
  Submitted by:	gspurki at gmail.com
  Approved by:	keiichi at iijlab.net (maintainer timeout > 1month)

Modified:
  head/converters/ical2html/Makefile
  head/converters/ical2html/distinfo
  head/converters/ical2html/files/patch-Makefile.in

Modified: head/converters/ical2html/Makefile
==============================================================================
--- head/converters/ical2html/Makefile	Sat Oct 24 12:05:18 2020	(r553189)
+++ head/converters/ical2html/Makefile	Sat Oct 24 12:12:43 2020	(r553190)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ical2html
-PORTVERSION=	2.0
-PORTREVISION=	4
+PORTVERSION=	2.1
 CATEGORIES=	converters
 MASTER_SITES=	http://www.w3.org/Tools/Ical2html/
 

Modified: head/converters/ical2html/distinfo
==============================================================================
--- head/converters/ical2html/distinfo	Sat Oct 24 12:05:18 2020	(r553189)
+++ head/converters/ical2html/distinfo	Sat Oct 24 12:12:43 2020	(r553190)
@@ -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

Modified: head/converters/ical2html/files/patch-Makefile.in
==============================================================================
--- head/converters/ical2html/files/patch-Makefile.in	Sat Oct 24 12:05:18 2020	(r553189)
+++ head/converters/ical2html/files/patch-Makefile.in	Sat Oct 24 12:12:43 2020	(r553190)
@@ -1,6 +1,6 @@
---- 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@


More information about the svn-ports-head mailing list