ports/100926: Port maintainer update: textproc/xml2rfc version 1.31

Jonathan Lennox lennox at cs.columbia.edu
Thu Jul 27 18:40:28 UTC 2006


>Number:         100926
>Category:       ports
>Synopsis:       Port maintainer update: textproc/xml2rfc version 1.31
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 27 18:40:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Lennox
>Release:        FreeBSD 5.4-RELEASE-p14 i386
>Organization:
>Environment:
System: FreeBSD cnr.cs.columbia.edu 5.4-RELEASE-p14 FreeBSD 5.4-RELEASE-p14 #11: Wed Apr 19 12:58:32 EDT 2006 lennox at cnr.cs.columbia.edu:/usr/obj/usr/src/sys/CNR i386


	
>Description:

This is a maintainer update of textproc/xml2rfc to the just released version 1.31.

At the suggestion of Phil Pennock, it also changes to use the ports infrastructure for
Tcl dependency, and so updating to depend on Tcl/Tk 8.4 (the current version).


>How-To-Repeat:
	
>Fix:

diff -urN xml2rfc.orig/Makefile xml2rfc/Makefile
--- xml2rfc.orig/Makefile	Thu Jul 27 14:19:02 2006
+++ xml2rfc/Makefile	Thu Jul 27 14:20:34 2006
@@ -5,20 +5,21 @@
 # $FreeBSD: ports/textproc/xml2rfc/Makefile,v 1.11 2005/08/29 15:22:07 vs Exp $
 
 PORTNAME=	xml2rfc
-PORTVERSION=	1.30
-CATEGORIES=	textproc tcl83
+PORTVERSION=	1.31
+CATEGORIES=	textproc
 MASTER_SITES=	http://xml.resource.org/authoring/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	lennox at cs.columbia.edu
 COMMENT=	A tool to create RFCs and related documents from XML, as per RFC2629
 
-RUN_DEPENDS=	tclsh8.3:${PORTSDIR}/lang/tcl83
+USE_TCL=yes
 
 .if !defined(WITHOUT_X11)
-RUN_DEPENDS+=	wish8.3:${PORTSDIR}/x11-toolkits/tk83
-CATEGORIES+=	tk83
+USE_TK=yes
 .endif
+
+PATCH_TCL_SCRIPTS=xml2rfc.tcl
 
 NO_BUILD=	yes
 
diff -urN xml2rfc.orig/distinfo xml2rfc/distinfo
--- xml2rfc.orig/distinfo	Thu Jul 27 14:19:02 2006
+++ xml2rfc/distinfo	Thu Jul 27 14:23:45 2006
@@ -1,3 +1,3 @@
-MD5 (xml2rfc-1.30.tgz) = dc4d3045a66716fc78bdf96d8ede61f1
-SHA256 (xml2rfc-1.30.tgz) = 4d0ad48856f7a29c4cfab5ddae6f3bd5d5eaf5af429e31793ac9fc8c7b2bccbe
-SIZE (xml2rfc-1.30.tgz) = 436168
+MD5 (xml2rfc-1.31.tgz) = d11e467de4e0c49617884d44fe2f6615
+SHA256 (xml2rfc-1.31.tgz) = 544983b7dcd77754255d8e65db11d9f08799e3db6c070a0707870afd0c71014a
+SIZE (xml2rfc-1.31.tgz) = 566722
diff -urN xml2rfc.orig/files/patch-xml2rfc.tcl xml2rfc/files/patch-xml2rfc.tcl
--- xml2rfc.orig/files/patch-xml2rfc.tcl	Thu Jul 27 14:19:02 2006
+++ xml2rfc/files/patch-xml2rfc.tcl	Wed Dec 31 19:00:00 1969
@@ -1,13 +0,0 @@
-
-$FreeBSD: ports/textproc/xml2rfc/files/patch-xml2rfc.tcl,v 1.4 2005/04/06 22:11:47 fenner Exp $
-
---- xml2rfc.tcl.orig	Mon Aug 16 17:55:38 2004
-+++ xml2rfc.tcl	Mon Aug 16 17:55:45 2004
-@@ -1,6 +1,6 @@
- #!/bin/sh
- # the next line restarts using the correct interpreter \
--exec tclsh "$0" "$0" "$@"
-+exec tclsh8.3 "$0" "$0" "$@"
- 
- 
- #



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



More information about the freebsd-ports-bugs mailing list