diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-28 19:06:08 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-28 19:06:08 +0000 |
commit | ebfc58328ea5f8b00fc045985c2d8ed1710de785 (patch) | |
tree | 192253e9c46691f0a0d64c76cc458db28bc5bec4 /textproc/xml2rfc | |
parent | a1aec120214c818d59e0030fa573f42a953bfaa9 (diff) | |
download | ports-ebfc58328ea5f8b00fc045985c2d8ed1710de785.tar.gz ports-ebfc58328ea5f8b00fc045985c2d8ed1710de785.zip |
Notes
Diffstat (limited to 'textproc/xml2rfc')
-rw-r--r-- | textproc/xml2rfc/Makefile | 11 | ||||
-rw-r--r-- | textproc/xml2rfc/distinfo | 6 | ||||
-rw-r--r-- | textproc/xml2rfc/files/patch-xml2rfc.tcl | 13 |
3 files changed, 9 insertions, 21 deletions
diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index 11eb8297bc07..534752d5bdc1 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -5,21 +5,22 @@ # $FreeBSD$ 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@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 do-install: diff --git a/textproc/xml2rfc/distinfo b/textproc/xml2rfc/distinfo index 9a3c84bf9b32..b69ef9e72161 100644 --- a/textproc/xml2rfc/distinfo +++ b/textproc/xml2rfc/distinfo @@ -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 --git a/textproc/xml2rfc/files/patch-xml2rfc.tcl b/textproc/xml2rfc/files/patch-xml2rfc.tcl deleted file mode 100644 index 25d5dd88d42c..000000000000 --- a/textproc/xml2rfc/files/patch-xml2rfc.tcl +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- 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" "$@" - - - # |