ports/56573: [PATCH] textproc/p5-XML-Handler-Trees: update to 0.02
Lars Thegler
lars at thegler.dk
Sun Sep 7 20:30:17 UTC 2003
>Number: 56573
>Category: ports
>Synopsis: [PATCH] textproc/p5-XML-Handler-Trees: update to 0.02
>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: Sun Sep 07 13:30:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Lars Thegler
>Release: FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.8-STABLE FreeBSD 4.8-STABLE #9: Tue Jul 29 01:39:22 CEST 2003
>Description:
- Update to 0.02
- Simplify post-extract
- Make portlint happy
Port maintainer (skv at protey.ru) is cc'd.
Generated with FreeBSD Port Tools 0.26
>How-To-Repeat:
>Fix:
--- p5-XML-Handler-Trees-0.02.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-Handler-Trees/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile 21 Feb 2003 13:42:43 -0000 1.2
+++ Makefile 7 Sep 2003 20:19:32 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= XML-Handler-Trees
-PORTVERSION= 0.01
+PORTVERSION= 0.02
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -15,16 +15,11 @@
MAINTAINER= skv at protey.ru
COMMENT= PerlSAX handlers for building tree structures
-BUILD_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos
-
PERL_CONFIGURE= yes
MAN3= XML::Handler::Trees.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-
post-extract:
- @${FIND} ${WRKSRC} -type f -name "*.p[lm]" | ${XARGS} ${CHMOD} +w
- @${FIND} ${WRKSRC} -type f -name "*.p[lm]" | ${XARGS} dos2unix -p
+ @${CHMOD} +w ${WRKSRC}/Trees.pm && ${PERL} -pi -e 's|\r||' ${WRKSRC}/Trees.pm
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-Handler-Trees/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo 2 Dec 2001 19:24:45 -0000 1.1
+++ distinfo 7 Sep 2003 20:19:32 -0000
@@ -1 +1 @@
-MD5 (XML-Handler-Trees-0.01.tar.gz) = e604b5082113fbbddf6e42a86736b617
+MD5 (XML-Handler-Trees-0.02.tar.gz) = 6b88dc45bc1e2c03e88810e5e87d15bc
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-Handler-Trees/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist 2 Dec 2001 19:24:45 -0000 1.1
+++ pkg-plist 7 Sep 2003 20:19:32 -0000
@@ -1,7 +1,7 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Handler/Trees/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/XML/Handler/Trees.pm
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/Handler 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Handler/Trees
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Handler 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Handler/Trees/.packlist
+%%SITE_PERL%%/XML/Handler/Trees.pm
+ at unexec rmdir %D/%%SITE_PERL%%/XML/Handler 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Handler/Trees
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Handler 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
--- p5-XML-Handler-Trees-0.02.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list