Date: Sat, 16 Aug 2003 16:11:28 +0200 (CEST) From: Lars Thegler <lars@thegler.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/55632: [PATCH] textproc/p5-XML-XSLT: update to 0.45 Message-ID: <20030816141128.6BFC63E50@dask.thegler.dk> Resent-Message-ID: <200308161620.h7GGK1WA097599@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55632 >Category: ports >Synopsis: [PATCH] textproc/p5-XML-XSLT: update to 0.45 >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 Aug 16 09:20:01 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.45 - New style Makefile and pkg-plist vars Generated with FreeBSD Port Tools 0.25 >How-To-Repeat: >Fix: --- p5-XML-XSLT-0.45.patch begins here --- ? p5-XML-XSLT-0.45.tgz Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-XSLT/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 20 Feb 2003 19:11:22 -0000 1.7 +++ Makefile 16 Aug 2003 14:08:51 -0000 @@ -6,7 +6,7 @@ # PORTNAME= XML-XSLT -PORTVERSION= 0.40 +PORTVERSION= 0.45 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -15,8 +15,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= XML::XSLT - A perl module for processing XSLT -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ +BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM +RUN_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ ${BUILD_DEPENDS} PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-XSLT/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 23 Nov 2002 01:09:44 -0000 1.3 +++ distinfo 16 Aug 2003 14:08:51 -0000 @@ -1 +1 @@ -MD5 (XML-XSLT-0.40.tar.gz) = 5edfeeb9b2190938c9a5c39295771574 +MD5 (XML-XSLT-0.45.tar.gz) = c49c245e8b86c8a30e444879564a042d Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-XSLT/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 22 Jun 2001 01:54:48 -0000 1.2 +++ pkg-plist 16 Aug 2003 14:08:51 -0000 @@ -1,5 +1,5 @@ bin/xslt-parser -lib/perl5/site_perl/%%PERL_VER%%/XML/XSLT.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XSLT/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XSLT -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true +%%SITE_PERL%%/XML/XSLT.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/XSLT/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/XSLT +@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true --- p5-XML-XSLT-0.45.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?20030816141128.6BFC63E50>