aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-15 12:46:09 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-15 12:46:09 +0000
commit4d84a1824195e0513371e758d84e39ee9b0e0987 (patch)
tree1c7178d4e2665b75e6238cd9290c4e4ab3894a17
parent414573c44a7cad1245364b502fb723870ad9243c (diff)
downloadports-4d84a1824195e0513371e758d84e39ee9b0e0987.tar.gz
ports-4d84a1824195e0513371e758d84e39ee9b0e0987.zip
Notes
-rw-r--r--textproc/p5-XML-SAX/Makefile8
-rw-r--r--textproc/p5-XML-SAX/distinfo5
-rw-r--r--textproc/p5-XML-SAX/files/patch-Makefile.PL6
3 files changed, 8 insertions, 11 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile
index 6e021e5ccbd5..2d87ea09d3fb 100644
--- a/textproc/p5-XML-SAX/Makefile
+++ b/textproc/p5-XML-SAX/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= XML-SAX
-PORTVERSION= 0.99
-PORTREVISION= 2
+PORTVERSION= 1.00
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,11 +17,8 @@ BUILD_DEPENDS= p5-XML-NamespaceSupport>=0.03:textproc/p5-XML-NamespaceSupport \
p5-XML-SAX-Base>=1.05:textproc/p5-XML-SAX-Base
RUN_DEPENDS:= ${BUILD_DEPENDS}
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
-post-configure:
-# dirty hack to deceive irritable pod2man
- @${PERL} -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
-
.include <bsd.port.mk>
diff --git a/textproc/p5-XML-SAX/distinfo b/textproc/p5-XML-SAX/distinfo
index 4a2319e896ad..7cdf09e7b06b 100644
--- a/textproc/p5-XML-SAX/distinfo
+++ b/textproc/p5-XML-SAX/distinfo
@@ -1,2 +1,3 @@
-SHA256 (XML-SAX-0.99.tar.gz) = 32b04b8e36b6cc4cfc486de2d859d87af5386dd930f2383c49347050d6f5ad84
-SIZE (XML-SAX-0.99.tar.gz) = 46703
+TIMESTAMP = 1518695246
+SHA256 (XML-SAX-1.00.tar.gz) = 45ea6564ef8692155d57b2de0862b6442d3c7e29f4a9bc9ede5d7ecdc74c2ae3
+SIZE (XML-SAX-1.00.tar.gz) = 46808
diff --git a/textproc/p5-XML-SAX/files/patch-Makefile.PL b/textproc/p5-XML-SAX/files/patch-Makefile.PL
index 9eaa6f36f239..fa6ac04728ad 100644
--- a/textproc/p5-XML-SAX/files/patch-Makefile.PL
+++ b/textproc/p5-XML-SAX/files/patch-Makefile.PL
@@ -1,5 +1,5 @@
---- Makefile.PL.orig 2011-09-05 05:37:48.000000000 +0800
-+++ Makefile.PL 2013-11-09 01:00:33.000000000 +0800
+--- Makefile.PL.orig 2018-02-15 09:44:15 UTC
++++ Makefile.PL
@@ -27,15 +27,7 @@ sub MY::install {
}
else {
@@ -20,7 +20,7 @@
@@ -43,7 +35,7 @@ sub MY::install {
$script .= <<"INSTALL";
- install_sax_pureperl :
+ install_sax_pureperl : pure_install
-\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"
+\t\@\$(PERL) -I\$(DESTDIR)\$(INSTALLSITELIB) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"