aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Tree
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-01-25 16:55:58 +0000
committerSteve Wills <swills@FreeBSD.org>2012-01-25 16:55:58 +0000
commit40a1fb361b770046934a3c0d00981770212c81bc (patch)
treecbe5e7e3b86dc7ee9714b92f59ed9c8cc4988016 /databases/p5-DBIx-Tree
parent1d97722b8c2471f34d956423bc168a23f204c307 (diff)
downloadports-40a1fb361b770046934a3c0d00981770212c81bc.tar.gz
ports-40a1fb361b770046934a3c0d00981770212c81bc.zip
- Update to 1.94
Notes
Notes: svn path=/head/; revision=289789
Diffstat (limited to 'databases/p5-DBIx-Tree')
-rw-r--r--databases/p5-DBIx-Tree/Makefile4
-rw-r--r--databases/p5-DBIx-Tree/distinfo4
-rw-r--r--databases/p5-DBIx-Tree/files/patch-Makefile.PL14
3 files changed, 5 insertions, 17 deletions
diff --git a/databases/p5-DBIx-Tree/Makefile b/databases/p5-DBIx-Tree/Makefile
index cf340d096d56..e715d95baf4c 100644
--- a/databases/p5-DBIx-Tree/Makefile
+++ b/databases/p5-DBIx-Tree/Makefile
@@ -6,16 +6,18 @@
#
PORTNAME= DBIx-Tree
-PORTVERSION= 1.9
+PORTVERSION= 1.94
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
+EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for generating a tree from a self-referential table
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
MAKE_JOBS_SAFE= yes
diff --git a/databases/p5-DBIx-Tree/distinfo b/databases/p5-DBIx-Tree/distinfo
index 6adc636224e8..6fe84e50f9ce 100644
--- a/databases/p5-DBIx-Tree/distinfo
+++ b/databases/p5-DBIx-Tree/distinfo
@@ -1,2 +1,2 @@
-SHA256 (DBIx-Tree-1.9.tar.gz) = bc25100d56049118f335c874318b7d437097ab7abdcb1d10a3d420902f667b63
-SIZE (DBIx-Tree-1.9.tar.gz) = 11816
+SHA256 (DBIx-Tree-1.94.tgz) = 46712601950ce09950a20819095ada792f79e6230fe4be730d1d54b9b4f21940
+SIZE (DBIx-Tree-1.94.tgz) = 17024
diff --git a/databases/p5-DBIx-Tree/files/patch-Makefile.PL b/databases/p5-DBIx-Tree/files/patch-Makefile.PL
deleted file mode 100644
index 02070593ea2e..000000000000
--- a/databases/p5-DBIx-Tree/files/patch-Makefile.PL
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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";