aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-GraphViz-DBI
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-06-04 23:40:54 +0800
committererwin <erwin@FreeBSD.org>2003-06-04 23:40:54 +0800
commit48a3421f77747e0e11514ccb6aca454e6317dffe (patch)
tree6d5dbe06a7969ab86aee43d0ea8c8a6438d9b1bb /databases/p5-GraphViz-DBI
parent16ad31815dc796fb415150674a60cee53dc2fe00 (diff)
downloadfreebsd-ports-gnome-48a3421f77747e0e11514ccb6aca454e6317dffe.tar.gz
freebsd-ports-gnome-48a3421f77747e0e11514ccb6aca454e6317dffe.tar.zst
freebsd-ports-gnome-48a3421f77747e0e11514ccb6aca454e6317dffe.zip
Update to 0.02
PR: 51796 Approved by: tobez, edwin (mentor)
Diffstat (limited to 'databases/p5-GraphViz-DBI')
-rw-r--r--databases/p5-GraphViz-DBI/Makefile5
-rw-r--r--databases/p5-GraphViz-DBI/distinfo2
-rw-r--r--databases/p5-GraphViz-DBI/pkg-descr2
-rw-r--r--databases/p5-GraphViz-DBI/pkg-plist9
4 files changed, 9 insertions, 9 deletions
diff --git a/databases/p5-GraphViz-DBI/Makefile b/databases/p5-GraphViz-DBI/Makefile
index 2ae563f9e789..4200a3f69c70 100644
--- a/databases/p5-GraphViz-DBI/Makefile
+++ b/databases/p5-GraphViz-DBI/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= GraphViz-DBI
-PORTVERSION= 0.01
+PORTVERSION= 0.02
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GraphViz
@@ -15,13 +15,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= GraphViz::DBI - graph database tables and relations
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz
+BUILD_DEPENDS= ${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= GraphViz::DBI.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
post-patch:
${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \
diff --git a/databases/p5-GraphViz-DBI/distinfo b/databases/p5-GraphViz-DBI/distinfo
index c0ae5a6c033e..c420aa345b63 100644
--- a/databases/p5-GraphViz-DBI/distinfo
+++ b/databases/p5-GraphViz-DBI/distinfo
@@ -1 +1 @@
-MD5 (GraphViz-DBI-0.01.tar.gz) = ba8485c65e048e92502fe8ed8255955a
+MD5 (GraphViz-DBI-0.02.tar.gz) = 9921cf28e6db58c0b4b9728bdf2866d7
diff --git a/databases/p5-GraphViz-DBI/pkg-descr b/databases/p5-GraphViz-DBI/pkg-descr
index f7a5ace0b051..78b9cda25230 100644
--- a/databases/p5-GraphViz-DBI/pkg-descr
+++ b/databases/p5-GraphViz-DBI/pkg-descr
@@ -4,7 +4,7 @@ object, pass an open database handle, then call `graph_tables' to
determine database metadata and construct a GraphViz graph from the
table and field information.
-WWW: http://search.cpan.org/search?dist=GraphViz-DBI
+WWW: http://search.cpan.org/dist/GraphViz-DBI/
-Anton
<tobez@FreeBSD.org>
diff --git a/databases/p5-GraphViz-DBI/pkg-plist b/databases/p5-GraphViz-DBI/pkg-plist
index eb5a9c2c0f83..8aa446b361c2 100644
--- a/databases/p5-GraphViz-DBI/pkg-plist
+++ b/databases/p5-GraphViz-DBI/pkg-plist
@@ -1,4 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GraphViz/DBI/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/GraphViz/DBI.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GraphViz/DBI
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/GraphViz 2>/dev/null || true
+%%SITE_PERL%%/GraphViz/DBI.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz/DBI/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz/DBI
+@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/GraphViz 2>/dev/null || true