aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-RDF-Notation3
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2006-10-04 13:58:39 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2006-10-04 13:58:39 +0000
commit0831ef23ff702bdfe98f6f54aba660903f6beea9 (patch)
treeeca2c3c9ab1c50c13a787a7fd60c365e656608a4 /textproc/p5-RDF-Notation3
parentbfdda791c68fad37f231652cc18fa6ef1b89d391 (diff)
downloadports-0831ef23ff702bdfe98f6f54aba660903f6beea9.tar.gz
ports-0831ef23ff702bdfe98f6f54aba660903f6beea9.zip
Update to 0.91
Notes
Notes: svn path=/head/; revision=174462
Diffstat (limited to 'textproc/p5-RDF-Notation3')
-rw-r--r--textproc/p5-RDF-Notation3/Makefile4
-rw-r--r--textproc/p5-RDF-Notation3/distinfo6
-rw-r--r--textproc/p5-RDF-Notation3/pkg-descr3
3 files changed, 5 insertions, 8 deletions
diff --git a/textproc/p5-RDF-Notation3/Makefile b/textproc/p5-RDF-Notation3/Makefile
index 5223a46569a6..72a1f35b9599 100644
--- a/textproc/p5-RDF-Notation3/Makefile
+++ b/textproc/p5-RDF-Notation3/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= RDF-Notation3
-PORTVERSION= 0.90
-PORTREVISION= 1
+PORTVERSION= 0.91
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= RDF
@@ -35,5 +34,6 @@ MAN3= RDF::Notation3.3 RDF::Notation3::PrefTriples.3 \
post-patch:
@${FIND} ${WRKSRC} -name "*.pm" | \
${XARGS} ${PERL} -pi -e 's!^require 5.005_62;!!'
+ ${MV} ${WRKSRC}/doc/*.pod ${WRKSRC}/lib/RDF
.include <bsd.port.mk>
diff --git a/textproc/p5-RDF-Notation3/distinfo b/textproc/p5-RDF-Notation3/distinfo
index c5a849842021..877daab12dd7 100644
--- a/textproc/p5-RDF-Notation3/distinfo
+++ b/textproc/p5-RDF-Notation3/distinfo
@@ -1,3 +1,3 @@
-MD5 (RDF-Notation3-0.90.tar.gz) = ceffbab4bddff496938d7e0a84dc53ad
-SHA256 (RDF-Notation3-0.90.tar.gz) = 3a0da2e66a543747c4849072e0f813a14a6cce7695293c916672538932939adc
-SIZE (RDF-Notation3-0.90.tar.gz) = 18238
+MD5 (RDF-Notation3-0.91.tar.gz) = 328cce7c3017afa1ed8dca5931068235
+SHA256 (RDF-Notation3-0.91.tar.gz) = 072ed55af7643a6bf9327943a83b77d39e4a6f23fb792b4e4f9d855d56987a99
+SIZE (RDF-Notation3-0.91.tar.gz) = 19038
diff --git a/textproc/p5-RDF-Notation3/pkg-descr b/textproc/p5-RDF-Notation3/pkg-descr
index 0a5828b4067a..8308ec9001c0 100644
--- a/textproc/p5-RDF-Notation3/pkg-descr
+++ b/textproc/p5-RDF-Notation3/pkg-descr
@@ -3,6 +3,3 @@ results in whatever format (as far as there are subclasses supporting your
desired format available).
WWW: http://search.cpan.org/dist/RDF-Notation3/
-
--- Sergey Skvortsov
-skv@FreeBSD.org