Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jul 2004 16:33:28 -0400 (EDT)
From:      Jonathan Lennox <lennox@cs.columbia.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68877: [patch] Update textproc/xml2rfc to version 1.24
Message-ID:  <200407092033.i69KXSqn082487@cnr.cs.columbia.edu>
Resent-Message-ID: <200407092040.i69KeOij026851@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68877
>Category:       ports
>Synopsis:       [patch] Update textproc/xml2rfc to version 1.24
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 09 20:40:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Lennox
>Release:        FreeBSD 5.2.1-RELEASE-p3 i386
>Organization:
Columbia University
>Environment:
System: FreeBSD cnr.cs.columbia.edu 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #4: Thu Mar 18 16:03:39 EST 2004 lennox@cnr.cs.columbia.edu:/usr/obj/usr/src/sys/CNR i386


	
>Description:

Version 1.24 of xml2rfc is out.  The attached patch updates the
textproc/xml2rfc port.

Among other things, this version fixes a typographical error in the required
IETF boilerplate.

(This patch does *not* install a new contributed script included with
version 1.24, because I couldn't figure out any appropriate place to install
it.)

>How-To-Repeat:

>Fix:

--- Makefile.orig	Sun Apr  4 10:31:16 2004
+++ Makefile	Fri Jul  9 16:23:24 2004
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/textproc/xml2rfc/Makefile,v 1.5 2004/04/04 14:31:16 pav Exp $
 
 PORTNAME=	xml2rfc
-PORTVERSION=	1.23
+PORTVERSION=	1.24
 CATEGORIES=	textproc tcl83
 MASTER_SITES=	http://xml.resource.org/authoring/
 EXTRACT_SUFX=	.tgz
@@ -30,7 +30,8 @@ do-install:
 	${MKDIR} ${PREFIX}/share/doc/xml2rfc
 	for doc in README.html README.txt README.xml \
 	    draft-mrose-writing-rfcs.html draft-mrose-writing-rfcs.txt \
-	    rfc2629.dtd rfc2629.html rfc2629.txt rfc2629.xml rfc2629.xsd; \
+	    rfc2629.dtd rfc2629.html rfc2629.rnc rfc2629.txt rfc2629.xml \
+	    rfc2629.xsd; \
 	do ${INSTALL_DATA} ${WRKSRC}/$${doc} ${PREFIX}/share/doc/xml2rfc; \
 	done
 	${INSTALL_DATA} ${WRKSRC}/.xml2rfc.rc ${PREFIX}/share/doc/xml2rfc/dot.xml2rfc.rc
--- distinfo.orig	Sun Apr  4 10:31:16 2004
+++ distinfo	Fri Jul  9 16:22:30 2004
@@ -1,2 +1,2 @@
-MD5 (xml2rfc-1.23.tgz) = 9cea604c2e4ccbe6b47a947b7ffa4637
-SIZE (xml2rfc-1.23.tgz) = 464781
+MD5 (xml2rfc-1.24.tgz) = 5023f2c61f2fb182d1fd77d5f59a766e
+SIZE (xml2rfc-1.24.tgz) = 341580
--- pkg-plist.orig	Fri Jul  9 16:20:16 2004
+++ pkg-plist	Fri Jul  9 16:22:50 2004
@@ -11,6 +11,7 @@ share/doc/xml2rfc/draft-mrose-writing-rf
 share/doc/xml2rfc/draft-mrose-writing-rfcs.txt
 share/doc/xml2rfc/rfc2629.dtd
 share/doc/xml2rfc/rfc2629.html
+share/doc/xml2rfc/rfc2629.rnc
 share/doc/xml2rfc/rfc2629.txt
 share/doc/xml2rfc/rfc2629.xml
 share/doc/xml2rfc/rfc2629.xsd



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407092033.i69KXSqn082487>