Date: Sun, 24 Sep 2006 22:31:26 +0800 (CST) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/103563: [PATCH] textproc/p5-XML-XPathEngine: update to 0.04 Message-ID: <20060924143126.D29A17E9AC@FreeBSD.csie.nctu.edu.tw> Resent-Message-ID: <200609241440.k8OEeF1h068429@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 103563 >Category: ports >Synopsis: [PATCH] textproc/p5-XML-XPathEngine: update to 0.04 >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 24 14:40:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #10: Fri Sep 8 13:22:46 CST >Description: - Update to 0.04 Port maintainer (gslin@gslin.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-XML-XPathEngine-0.04.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-XML-XPathEngine/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 15 Aug 2006 00:13:23 -0000 1.4 +++ Makefile 24 Sep 2006 14:31:14 -0000 @@ -6,7 +6,7 @@ # PORTNAME= XML-XPathEngine -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML Index: distinfo =================================================================== RCS file: /home/pcvs/ports/textproc/p5-XML-XPathEngine/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 11 Jul 2006 14:14:26 -0000 1.1 +++ distinfo 24 Sep 2006 14:31:14 -0000 @@ -1,3 +1,3 @@ -MD5 (XML-XPathEngine-0.03.tar.gz) = 05986328f5d55a2fa8b7d50043fcb7da -SHA256 (XML-XPathEngine-0.03.tar.gz) = 99956d491b44d6e02ef701585d2368fde91fca91d834454f493b45fde61bf5c4 -SIZE (XML-XPathEngine-0.03.tar.gz) = 22358 +MD5 (XML-XPathEngine-0.04.tar.gz) = dc77ce45744afd0ffd09864dde5562ca +SHA256 (XML-XPathEngine-0.04.tar.gz) = 44a67551e28b56b3f495506f13e997f0980c83dbdfffdaab473207de592d9173 +SIZE (XML-XPathEngine-0.04.tar.gz) = 22320 Index: files/extra-lib-XML-XPathEngine.pm =================================================================== RCS file: /home/pcvs/ports/textproc/p5-XML-XPathEngine/files/extra-lib-XML-XPathEngine.pm,v retrieving revision 1.1 diff -u -u -r1.1 extra-lib-XML-XPathEngine.pm --- files/extra-lib-XML-XPathEngine.pm 9 Aug 2006 03:03:55 -0000 1.1 +++ files/extra-lib-XML-XPathEngine.pm 24 Sep 2006 14:31:14 -0000 @@ -1,5 +1,5 @@ ---- lib/XML/XPathEngine.pm.orig Tue Aug 8 22:49:51 2006 -+++ lib/XML/XPathEngine.pm Tue Aug 8 22:50:29 2006 +--- lib/XML/XPathEngine.pm.orig Mon Aug 28 16:06:18 2006 ++++ lib/XML/XPathEngine.pm Sun Sep 24 22:19:33 2006 @@ -1,27 +1,10 @@ package XML::XPathEngine; @@ -8,7 +8,7 @@ -use vars qw($VERSION $AUTOLOAD $revision); - - $VERSION = '0.03'; + $VERSION = '0.04'; $XML::XPathEngine::Namespaces = 0; $XML::XPathEngine::DEBUG = 0; - --- p5-XML-XPathEngine-0.04.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?20060924143126.D29A17E9AC>