diff options
author | skv <skv@FreeBSD.org> | 2003-12-27 23:47:41 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-12-27 23:47:41 +0800 |
commit | 769c7eb1027388ecacfb4d06c4990a668e478421 (patch) | |
tree | 462a63c6a7a81aaf2ee8dd5044264ce4e7518606 /textproc | |
parent | 825bbfb7283e0eff5bcb0ef4c01a8d9eadbd35e0 (diff) | |
download | freebsd-ports-gnome-769c7eb1027388ecacfb4d06c4990a668e478421.tar.gz freebsd-ports-gnome-769c7eb1027388ecacfb4d06c4990a668e478421.tar.zst freebsd-ports-gnome-769c7eb1027388ecacfb4d06c4990a668e478421.zip |
Updated to 0.90
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-RDF-Notation3/Makefile | 11 | ||||
-rw-r--r-- | textproc/p5-RDF-Notation3/distinfo | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-RDF-Notation3/Makefile b/textproc/p5-RDF-Notation3/Makefile index b8dcc66818b5..02e424d7791e 100644 --- a/textproc/p5-RDF-Notation3/Makefile +++ b/textproc/p5-RDF-Notation3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= RDF-Notation3 -PORTVERSION= 0.83 +PORTVERSION= 0.90 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= RDF @@ -22,7 +22,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= RDF::Notation3.3 RDF::Notation3::PrefTriples.3 \ RDF::Notation3::RDFCore.3 RDF::Notation3::RDFStore.3 \ RDF::Notation3::ReaderFile.3 RDF::Notation3::ReaderString.3 \ @@ -31,12 +30,12 @@ MAN3= RDF::Notation3.3 RDF::Notation3::PrefTriples.3 \ RDF::Notation3::Template::TXML.3 RDF::Notation3::Triples.3 \ RDF::Notation3::XML.3 -pre-patch: - @${FIND} ${WRKSRC} -name "*.pm" | ${XARGS} ${PERL} -pi -e \ - '$$package=$$1 if /^package\s+([^\s;]*);/; s!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+(\$$)(VERSION)\s+=!$$1$${package}::$$2=!;' - .include <bsd.port.pre.mk> +post-patch: + @${FIND} ${WRKSRC} -name "*.pm" | \ + ${XARGS} ${PERL} -pi -e 's!^require 5.005_62;!!' + .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec .endif diff --git a/textproc/p5-RDF-Notation3/distinfo b/textproc/p5-RDF-Notation3/distinfo index 1b0f900102c0..8f82084e2f4a 100644 --- a/textproc/p5-RDF-Notation3/distinfo +++ b/textproc/p5-RDF-Notation3/distinfo @@ -1 +1 @@ -MD5 (RDF-Notation3-0.83.tar.gz) = 6d4b1e028c3080ae90232875e4737da5 +MD5 (RDF-Notation3-0.90.tar.gz) = ceffbab4bddff496938d7e0a84dc53ad |