Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Sep 2003 17:13:15 +0200 (CEST)
From:      Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erwin@FreeBSD.org
Subject:   ports/56531: [MAINTAINER] textproc/p5-XML-Filter-GenericChunk: update to 0.06
Message-ID:  <200309061513.h86FDFG3003018@botch.catbull.com>
Resent-Message-ID: <200309061520.h86FK7HP073938@freefall.freebsd.org>

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

>Number:         56531
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/p5-XML-Filter-GenericChunk: update to 0.06
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 06 08:20:07 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Hansjoerg Pehofer
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD botch.catbull.com 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #5: Sat Aug 30 21:06:44 CEST 2003
>Description:

+ changed dependency from p5-XML-SAX-Base to p5-XML-SAX.
+ let port remove "use warnings;" to allow perl < 5.6.0.

Generated with FreeBSD Port Tools 0.20
>How-To-Repeat:
>Fix:

--- p5-XML-Filter-GenericChunk-0.06_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-Filter-GenericChunk/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	28 Aug 2003 20:39:14 -0000	1.1
+++ Makefile	6 Sep 2003 15:00:06 -0000
@@ -7,9 +7,9 @@
 
 PORTNAME=	XML-Filter-GenericChunk
 PORTVERSION=	0.06
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-#MASTER_SITE_SUBDIR=	XML
 MASTER_SITE_SUBDIR=	../by-authors/id/P/PH/PHISH
 PKGNAMEPREFIX=	p5-
 
@@ -17,21 +17,20 @@
 COMMENT=	"Base Class for SAX Filters parsing WellBallanced Chunks."
 
 BUILD_DEPENDS=	${PERL_ABASE}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
-		${SITE_PERL}/XML/SAX/Base.pm:${PORTSDIR}/textproc/p5-XML-SAX-Base
+				${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
-PERL_ABASE=     ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
+PERL_ABASE=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
 
 MAN3=		XML::Filter::CharacterChunk.3 \
-		XML::Filter::GenericChunk.3
+			XML::Filter::GenericChunk.3
 
 MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
+post-patch:
+			${PERL} -pi -e '$$_="" if /use warnings/;' \
+				${WRKSRC}/t/02filter.t \
+				${WRKSRC}/CharacterChunk.pm \
+				${WRKSRC}/GenericChunk.pm
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-IGNORE=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- p5-XML-Filter-GenericChunk-0.06_1.patch ends here ---

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



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