aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-10-25 09:59:04 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-10-25 09:59:04 +0000
commite524752c19ba2b982a2b4c8624a169382d557659 (patch)
tree39a923d035b6dd2cff4f4621ea2c44ab09ad122a /textproc
parent1ea3c0d3abd617b9a3479d12b94b6db6c61a7776 (diff)
downloadports-e524752c19ba2b982a2b4c8624a169382d557659.tar.gz
ports-e524752c19ba2b982a2b4c8624a169382d557659.zip
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.
Notes
Notes: svn path=/head/; revision=92108
Diffstat (limited to 'textproc')
-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 f65b1e1a5516..45ec4e07abeb 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>