diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-07-05 21:59:03 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-07-05 21:59:03 +0800 |
commit | ff287d724277350c141e5b8d4bd9d5473681c661 (patch) | |
tree | 797719b9b470a011518a815d84494d726bccd549 /databases | |
parent | aa98f6b68192952113f737b61a643a7188acd3c3 (diff) | |
download | freebsd-ports-gnome-ff287d724277350c141e5b8d4bd9d5473681c661.tar.gz freebsd-ports-gnome-ff287d724277350c141e5b8d4bd9d5473681c661.tar.zst freebsd-ports-gnome-ff287d724277350c141e5b8d4bd9d5473681c661.zip |
Update to 1.9.
Remove IS_INTERACTIVE which is used only in "make test".
Submitted by: Mathieu Arnold <m@absolight.net>
PR: ports/51787
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Tree/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBIx-Tree/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-DBIx-Tree/files/patch-Makefile.PL | 14 | ||||
-rw-r--r-- | databases/p5-DBIx-Tree/pkg-descr | 2 | ||||
-rw-r--r-- | databases/p5-DBIx-Tree/pkg-plist | 17 |
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 |