summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-10-25 09:59:04 +0000
committerknu <knu@FreeBSD.org>2003-10-25 09:59:04 +0000
commitad6d05dc0aa0a2d631cb593d6ca4cf9ccf16570b (patch)
treed770fa4863eae9046e164be199ca12b92b6b3db5
parent2950b11b6e7c3d69e9daa33285c73439d8b2ef64 (diff)
downloadFreeBSD-ports-ad6d05dc0aa0a2d631cb593d6ca4cf9ccf16570b.zip
FreeBSD-ports-ad6d05dc0aa0a2d631cb593d6ca4cf9ccf16570b.tar.gz
Chase the gdome2 update and bump PORTREVISION. This module does not
seem to have been updated to officially support the latest version of gdome2, so I've added a workaround so the version check passes. If this module does not work properly, please contact the original author.
-rw-r--r--textproc/p5-XML-GDOME/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-XML-GDOME/Makefile b/textproc/p5-XML-GDOME/Makefile
index f65b1e1..45ec4e0 100644
--- a/textproc/p5-XML-GDOME/Makefile
+++ b/textproc/p5-XML-GDOME/Makefile
@@ -7,6 +7,7 @@
PORTNAME= XML-GDOME
PORTVERSION= 0.83
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= se@FreeBSD.org
COMMENT= Perl module that provides the DOM Level 2 Core API for XML documents
-LIB_DEPENDS= gdome.7:${PORTSDIR}/textproc/gdome2
+LIB_DEPENDS= gdome.8:${PORTSDIR}/textproc/gdome2
RUN_DEPENDS= ${SITE_PERL}/XML/SAX/Base.pm:${PORTSDIR}/textproc/p5-XML-SAX \
${SITE_PERL}/${PERL_ARCH}/XML/LibXML/Common.pm:${PORTSDIR}/textproc/p5-XML-LibXML-Common
BUILD_DEPENDS= ${RUN_DEPENDS}
@@ -47,5 +48,7 @@ MAN3= XML::GDOME.3 \
XML::GDOME::XPath::Result.3 \
XML::GDOME::ProcessingInstruction.3
+post-patch:
+ ${PERL} -i -ne '/die "VERSION"/ or print' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
OpenPOWER on IntegriCloud