Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 2010 07:18:42 GMT
From:      C-S <c-s@c-s.li>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/150899: [UPDATE] converters/ical2html
Message-ID:  <201009240718.o8O7IgeC056520@www.freebsd.org>
Resent-Message-ID: <201009240720.o8O7K3EY090623@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150899
>Category:       ports
>Synopsis:       [UPDATE] converters/ical2html
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 24 07:20:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     C-S
>Release:        
>Organization:
>Environment:
>Description:
Update to 2.0
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ical2html.orig/Makefile ical2html/Makefile
--- ical2html.orig/Makefile	2010-09-24 09:15:19.630761567 +0200
+++ ical2html/Makefile	2010-09-24 09:17:02.033397522 +0200
@@ -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 -ruN ical2html.orig/distinfo ical2html/distinfo
--- ical2html.orig/distinfo	2010-09-24 09:15:19.630761567 +0200
+++ ical2html/distinfo	2010-09-24 09:17:02.033397522 +0200
@@ -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 -ruN ical2html.orig/files/patch-Makefile.in ical2html/files/patch-Makefile.in
--- ical2html.orig/files/patch-Makefile.in	2010-09-24 09:15:19.629761171 +0200
+++ ical2html/files/patch-Makefile.in	2010-09-24 09:17:02.033397522 +0200
@@ -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 -ruN ical2html.orig/files/patch-icalmerge.c ical2html/files/patch-icalmerge.c
--- ical2html.orig/files/patch-icalmerge.c	2010-09-24 09:15:19.629761171 +0200
+++ ical2html/files/patch-icalmerge.c	1970-01-01 01:00:00.000000000 +0100
@@ -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 -ruN ical2html.orig/pkg-descr ical2html/pkg-descr
--- ical2html.orig/pkg-descr	2010-09-24 09:15:19.630761567 +0200
+++ ical2html/pkg-descr	2010-09-24 09:17:02.033397522 +0200
@@ -1,2 +1,2 @@
 ical2html takes an iCalendar file and outputs an HTML file showing one
-or more months in the form of tables. Requires libical.
+or more months in the form of tables.
diff -ruN ical2html.orig/pkg-plist ical2html/pkg-plist
--- ical2html.orig/pkg-plist	2010-09-24 09:15:19.629761171 +0200
+++ ical2html/pkg-plist	2010-09-24 09:17:02.033397522 +0200
@@ -1,5 +1,5 @@
 bin/ical2html
 bin/icalfilter
 bin/icalmerge
-share/ical2html/calendar.css
-@dirrm share/ical2html
+%%DATADIR%%/calendar.css
+@dirrm %%DATADIR%%


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009240718.o8O7IgeC056520>