summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Tree
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-07-05 13:59:03 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-07-05 13:59:03 +0000
commit1ef28805fce671194eb5baaa1e563c57194a7be4 (patch)
tree5b25dd147ba16affb743341b3ffa2525ff909f0f /databases/p5-DBIx-Tree
parentDrop maintainership (diff)
Update to 1.9.
Remove IS_INTERACTIVE which is used only in "make test". Submitted by: Mathieu Arnold <m@absolight.net> PR: ports/51787
Notes
Notes: svn path=/head/; revision=84236
Diffstat (limited to 'databases/p5-DBIx-Tree')
-rw-r--r--databases/p5-DBIx-Tree/Makefile6
-rw-r--r--databases/p5-DBIx-Tree/distinfo2
-rw-r--r--databases/p5-DBIx-Tree/files/patch-Makefile.PL14
-rw-r--r--databases/p5-DBIx-Tree/pkg-descr2
-rw-r--r--databases/p5-DBIx-Tree/pkg-plist17
5 files changed, 26 insertions, 15 deletions
diff --git a/databases/p5-DBIx-Tree/Makefile b/databases/p5-DBIx-Tree/Makefile
index a47683ee0628..94ea8b181e8b 100644
--- a/databases/p5-DBIx-Tree/Makefile
+++ b/databases/p5-DBIx-Tree/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBIx-Tree
-PORTVERSION= 0.91
+PORTVERSION= 1.9
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBIx
@@ -15,12 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= philip@p6m7g8.com
COMMENT= Perl module for generating a tree from a self-referential table
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
PERL_CONFIGURE= yes
-IS_INTERACTIVE= yes
MAN3= DBIx::Tree.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/databases/p5-DBIx-Tree/distinfo b/databases/p5-DBIx-Tree/distinfo
index 25277e526a24..288fe22670e4 100644
--- a/databases/p5-DBIx-Tree/distinfo
+++ b/databases/p5-DBIx-Tree/distinfo
@@ -1 +1 @@
-MD5 (DBIx-Tree-0.91.tar.gz) = 945d2229738c525dc09b838690a2ce42
+MD5 (DBIx-Tree-1.9.tar.gz) = 26488d5d883155db3e623c83de2ad55d
diff --git a/databases/p5-DBIx-Tree/files/patch-Makefile.PL b/databases/p5-DBIx-Tree/files/patch-Makefile.PL
new file mode 100644
index 000000000000..02070593ea2e
--- /dev/null
+++ b/databases/p5-DBIx-Tree/files/patch-Makefile.PL
@@ -0,0 +1,14 @@
+--- Makefile.PL.orig Fri Feb 14 22:55:27 2003
++++ Makefile.PL Mon May 5 12:43:19 2003
+@@ -10,11 +10,3 @@
+ }
+ );
+
+-$connstr = prompt ("DBI Connection String?", "DBI:mysql:test");
+-$userid = prompt ("User ID?", "");
+-$passwd = prompt ("Password?", "");
+-
+-open(PWD, ">PWD") || die "Could not open PWD for writing!";
+-print PWD $connstr, "\n";
+-print PWD $userid, "\n";
+-print PWD $passwd, "\n";
diff --git a/databases/p5-DBIx-Tree/pkg-descr b/databases/p5-DBIx-Tree/pkg-descr
index 941378d5547f..2793bc9857b3 100644
--- a/databases/p5-DBIx-Tree/pkg-descr
+++ b/databases/p5-DBIx-Tree/pkg-descr
@@ -3,6 +3,6 @@ want to bust out into a tree, this is the module to check out. Assum-
ing there are no horribly broken nodes in your tree and (heaven forbid)
any circular references
-WWW: http://search.cpan.org/search?dist=DBIx-Tree
+WWW: http://search.cpan.org/dist/DBIx-Tree/
Philip M. Gollucci <philip@p6m7g8.com>
diff --git a/databases/p5-DBIx-Tree/pkg-plist b/databases/p5-DBIx-Tree/pkg-plist
index 97198ff3d165..b1e22c1be63d 100644
--- a/databases/p5-DBIx-Tree/pkg-plist
+++ b/databases/p5-DBIx-Tree/pkg-plist
@@ -1,9 +1,8 @@
-lib/perl5/site_perl/%%PERL_VER%%/auto/DBIx/Tree/autosplit.ix
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/DBIx/Tree
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/Tree/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/Tree
-lib/perl5/site_perl/%%PERL_VER%%/DBIx/Tree.pm
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/mach/auto/DBIx 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/DBIx 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true
-
+%%SITE_PERL%%/DBIx/Tree.pm
+%%SITE_PERL%%/auto/DBIx/Tree/autosplit.ix
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Tree/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Tree
+@dirrm %%SITE_PERL%%/auto/DBIx/Tree
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/auto/DBIx 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/DBIx 2>/dev/null || true