View | Details | Raw Unified | Return to bug 100926
Collapse All | Expand All

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

Return to bug 100926