aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-RDF-Notation3
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2006-10-04 21:58:39 +0800
committerskv <skv@FreeBSD.org>2006-10-04 21:58:39 +0800
commita9f9bd383c02f83b356e09cbe11db2449215f7a4 (patch)
treeac206fefb7dab1cb0c75aa7bf40f3ea9b777f5df /textproc/p5-RDF-Notation3
parent7327e63ac9dda1a900a12b348cc5749c7707ab28 (diff)
downloadfreebsd-ports-gnome-a9f9bd383c02f83b356e09cbe11db2449215f7a4.tar.gz
freebsd-ports-gnome-a9f9bd383c02f83b356e09cbe11db2449215f7a4.tar.zst
freebsd-ports-gnome-a9f9bd383c02f83b356e09cbe11db2449215f7a4.zip
Update to 0.91
Changes: http://search.cpan.org/src/PCIMPRICH/RDF-Notation3-0.91/Changes
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