diff options
author | leeym <leeym@FreeBSD.org> | 2006-11-01 23:15:17 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-11-01 23:15:17 +0800 |
commit | bdddd510b60814cce3746ee4b86f096145d90cb3 (patch) | |
tree | 183f4bb28dadd549ad838a122dd472e2a8b51e0a /textproc | |
parent | fca5089b7e186f2ebf6f3ae86436ce1d72fade34 (diff) | |
download | freebsd-ports-gnome-bdddd510b60814cce3746ee4b86f096145d90cb3.tar.gz freebsd-ports-gnome-bdddd510b60814cce3746ee4b86f096145d90cb3.tar.zst freebsd-ports-gnome-bdddd510b60814cce3746ee4b86f096145d90cb3.zip |
- update to 0.05
- mark IGNORE due to fail to pass "make test" under perl 5.005_03
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-XPathEngine/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-XML-XPathEngine/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-XML-XPathEngine/files/extra-lib-XML-XPathEngine.pm | 30 |
3 files changed, 5 insertions, 39 deletions
diff --git a/textproc/p5-XML-XPathEngine/Makefile b/textproc/p5-XML-XPathEngine/Makefile index 99f03083e629..0ee5536dae59 100644 --- a/textproc/p5-XML-XPathEngine/Makefile +++ b/textproc/p5-XML-XPathEngine/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-XPathEngine -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -24,11 +24,7 @@ MAN3= XML::XPathEngine.3 XML::XPathEngine::Boolean.3 \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -EXTRA_PATCHES= ${PATCHDIR}/extra-* - -post-patch: - ${PERL} -pi -e '$$_ = "" if /^use warnings/' ${WRKSRC}/Makefile.PL - ${FIND} ${WRKSRC} -name '*.orig' -delete +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again .endif .include <bsd.port.post.mk> diff --git a/textproc/p5-XML-XPathEngine/distinfo b/textproc/p5-XML-XPathEngine/distinfo index 0237602b33df..614fc55d2e04 100644 --- a/textproc/p5-XML-XPathEngine/distinfo +++ b/textproc/p5-XML-XPathEngine/distinfo @@ -1,3 +1,3 @@ -MD5 (XML-XPathEngine-0.04.tar.gz) = dc77ce45744afd0ffd09864dde5562ca -SHA256 (XML-XPathEngine-0.04.tar.gz) = 44a67551e28b56b3f495506f13e997f0980c83dbdfffdaab473207de592d9173 -SIZE (XML-XPathEngine-0.04.tar.gz) = 22320 +MD5 (XML-XPathEngine-0.05.tar.gz) = 28c33dd5320e41cdee858ff077658ad3 +SHA256 (XML-XPathEngine-0.05.tar.gz) = 33e040880fbd36d14d9ff64b191f9a051cc81ad7f85761696603abe7e69075f9 +SIZE (XML-XPathEngine-0.05.tar.gz) = 22564 diff --git a/textproc/p5-XML-XPathEngine/files/extra-lib-XML-XPathEngine.pm b/textproc/p5-XML-XPathEngine/files/extra-lib-XML-XPathEngine.pm deleted file mode 100644 index da833c5c180e..000000000000 --- a/textproc/p5-XML-XPathEngine/files/extra-lib-XML-XPathEngine.pm +++ /dev/null @@ -1,30 +0,0 @@ ---- 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; - --use warnings; - use strict; - --use vars qw($VERSION $AUTOLOAD $revision); -- - $VERSION = '0.04'; - $XML::XPathEngine::Namespaces = 0; - $XML::XPathEngine::DEBUG = 0; -- --use vars qw/ -- $NCName -- $QName -- $NCWild -- $QNWild -- $NUMBER_RE -- $NODE_TYPE -- $AXIS_NAME -- %AXES -- $LITERAL -- $REGEXP_RE -- $REGEXP_MOD_RE -- %CACHE/; - - use XML::XPathEngine::Step; - use XML::XPathEngine::Expr; |