ports/70557: [PATCH] textproc/xml2rfc: update to 1.25
Lars Eggert
lars.eggert at gmx.net
Mon Aug 16 21:50:18 UTC 2004
>Number: 70557
>Category: ports
>Synopsis: [PATCH] textproc/xml2rfc: update to 1.25
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Aug 16 21:50:16 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Lars Eggert
>Release: FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD kobe.netlab.nec.de 5.2-CURRENT FreeBSD 5.2-CURRENT #4: Mon Jul 26 17:12:58 CEST 2004
>Description:
- Update to 1.25
Port maintainer (jabley at automagic.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- xml2rfc-1.25.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/xml2rfc/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile 9 Jul 2004 22:29:23 -0000 1.6
+++ Makefile 16 Aug 2004 21:40:01 -0000
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= xml2rfc
-PORTVERSION= 1.24
+PORTVERSION= 1.25
CATEGORIES= textproc tcl83
MASTER_SITES= http://xml.resource.org/authoring/
EXTRACT_SUFX= .tgz
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/xml2rfc/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo 9 Jul 2004 22:29:23 -0000 1.6
+++ distinfo 16 Aug 2004 21:40:01 -0000
@@ -1,2 +1,2 @@
-MD5 (xml2rfc-1.24.tgz) = 5023f2c61f2fb182d1fd77d5f59a766e
-SIZE (xml2rfc-1.24.tgz) = 341580
+MD5 (xml2rfc-1.25.tgz) = 64fc47270d4c05c061ad7cb2c8efcd74
+SIZE (xml2rfc-1.25.tgz) = 347529
Index: files/patch-xml2rfc.tcl
===================================================================
RCS file: /home/ncvs/ports/textproc/xml2rfc/files/patch-xml2rfc.tcl,v
retrieving revision 1.1
diff -u -r1.1 patch-xml2rfc.tcl
--- files/patch-xml2rfc.tcl 25 Jul 2002 19:39:48 -0000 1.1
+++ files/patch-xml2rfc.tcl 16 Aug 2004 21:40:01 -0000
@@ -1,15 +1,10 @@
-
-$FreeBSD$
-
---- xml2rfc.tcl.orig Mon Jun 10 04:32:34 2002
-+++ xml2rfc.tcl Thu Jul 25 21:33:22 2002
-@@ -1,7 +1,7 @@
+--- xml2rfc.tcl.orig Mon Aug 16 02:43:15 2004
++++ xml2rfc.tcl Mon Aug 16 23:39:29 2004
+@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using the correct interpreter \
--if test ! -z "$DISPLAY"; then exec wish "$0" "$0" "$@"; \
--elif test ! -z "$1"; then exec tclsh "$0" "$0" "$@"; \
-+if test ! -z "$DISPLAY"; then exec wish8.3 "$0" "$0" "$@"; \
-+elif test ! -z "$1"; then exec tclsh8.3 "$0" "$0" "$@"; \
- else echo "usage: $0 filename" >&2; exit 1; fi
+-exec tclsh "$0" "$0" "$@"
++exec tclsh8.3 "$0" "$0" "$@"
+ # NOTE FROM CLIVE
--- xml2rfc-1.25.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list