aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-XPathEngine
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2006-11-01 15:15:17 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2006-11-01 15:15:17 +0000
commit95ae3a87ab6ace74d0375580f33a39ff494c6114 (patch)
tree6e9c7a1d39d6985078b6367a410e9641d49afcc7 /textproc/p5-XML-XPathEngine
parente008bbf4d3b5b8237bbdb9cabb721269f105e437 (diff)
downloadports-95ae3a87ab6ace74d0375580f33a39ff494c6114.tar.gz
ports-95ae3a87ab6ace74d0375580f33a39ff494c6114.zip
Notes
Diffstat (limited to 'textproc/p5-XML-XPathEngine')
-rw-r--r--textproc/p5-XML-XPathEngine/Makefile8
-rw-r--r--textproc/p5-XML-XPathEngine/distinfo6
-rw-r--r--textproc/p5-XML-XPathEngine/files/extra-lib-XML-XPathEngine.pm30
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;