aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xml2rfc
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-07-29 03:06:08 +0800
committerrafan <rafan@FreeBSD.org>2006-07-29 03:06:08 +0800
commit142b5d5443daaa6e0ba085a61730efef306290c3 (patch)
tree2fca419a36ee607c9b07eba56fc8fe5f5f989c1f /textproc/xml2rfc
parent212e75be9d1491c6e7fea5cd9b142ac0b2082eee (diff)
downloadfreebsd-ports-gnome-142b5d5443daaa6e0ba085a61730efef306290c3.tar.gz
freebsd-ports-gnome-142b5d5443daaa6e0ba085a61730efef306290c3.tar.zst
freebsd-ports-gnome-142b5d5443daaa6e0ba085a61730efef306290c3.zip
- Update to 1.3
- Utilize USE_TK, USE_TCL Now it uses tcl/tk 8.4 instead of 8.3 PR: ports/100926 Submitted by: Jonathan Lennox <lennox at cs.columbia.edu> (maintainer)
Diffstat (limited to 'textproc/xml2rfc')
-rw-r--r--textproc/xml2rfc/Makefile11
-rw-r--r--textproc/xml2rfc/distinfo6
-rw-r--r--textproc/xml2rfc/files/patch-xml2rfc.tcl13
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" "$@"
-
-
- #