Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2008 20:18:37 GMT
From:      Felippe de Meirelles Motta <lippemail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121030: [UPDATE] textproc/p5-XML-Filter-GenericChunk
Message-ID:  <200802232018.m1NKIbHK008069@www.freebsd.org>
Resent-Message-ID: <200802232030.m1NKU1Oa039825@freefall.freebsd.org>

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

>Number:         121030
>Category:       ports
>Synopsis:       [UPDATE] textproc/p5-XML-Filter-GenericChunk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 23 20:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 0.07
- Use CPAN macro
- Better adjustment of dependences
- COMMENT should not be quoted
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-Filter-GenericChunk/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	24 Oct 2003 12:04:17 -0000	1.3
+++ Makefile	21 Feb 2008 15:14:28 -0000
@@ -6,18 +6,16 @@
 #
 
 PORTNAME=	XML-Filter-GenericChunk
-PORTVERSION=	0.06
-PORTREVISION=	1
+PORTVERSION=	0.07
 CATEGORIES=	textproc perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	../by-authors/id/P/PH/PHISH
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	hansjoerg.pehofer@uibk.ac.at
-COMMENT=	"Base Class for SAX Filters parsing WellBallanced Chunks."
+COMMENT=	Base Class for SAX Filters parsing WellBallanced Chunks
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
-		${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
+BUILD_DEPENDS=	p5-XML-LibXML>=1.4:${PORTSDIR}/textproc/p5-XML-LibXML \
+		p5-XML-SAX>=1.03:${PORTSDIR}/textproc/p5-XML-SAX
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
@@ -25,7 +23,6 @@
 MAN3=		XML::Filter::CharacterChunk.3 \
 		XML::Filter::GenericChunk.3
 
-
 post-patch:
 	${PERL} -pi -e '$$_="" if /use warnings/;' \
 			${WRKSRC}/t/02filter.t \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-Filter-GenericChunk/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	24 Jan 2006 03:10:04 -0000	1.3
+++ distinfo	21 Feb 2008 15:14:28 -0000
@@ -1,3 +1,3 @@
-MD5 (XML-Filter-GenericChunk-0.06.tar.gz) = 2177460740dd40690caf42000ab07a3b
-SHA256 (XML-Filter-GenericChunk-0.06.tar.gz) = 6a6b57368b37eb594c02295d1bd9ea2103ed3aa999333986e0ac3929f51b1631
-SIZE (XML-Filter-GenericChunk-0.06.tar.gz) = 6126
+MD5 (XML-Filter-GenericChunk-0.07.tar.gz) = fd8f693dad2a239578cf135ce6d1b38d
+SHA256 (XML-Filter-GenericChunk-0.07.tar.gz) = 42d836a1c6bc1bc5553ea946e9186d61cc9a686ab32b832e19073e5235e6bba2
+SIZE (XML-Filter-GenericChunk-0.07.tar.gz) = 8522


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



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