aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-12-19 20:17:03 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-12-19 20:17:03 +0000
commitcdf73d30b64958b20d0c6c58b03e18e7363d7e5e (patch)
tree369bb0f2d9eeba69425e5095df3859fb109df100 /databases
parente01195ae8939cfa068c3b35eede87ee1114fd015 (diff)
downloadports-cdf73d30b64958b20d0c6c58b03e18e7363d7e5e.tar.gz
ports-cdf73d30b64958b20d0c6c58b03e18e7363d7e5e.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBI/Makefile12
-rw-r--r--databases/p5-DBI/distinfo6
2 files changed, 11 insertions, 7 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index 6f6bc7d31af9..defdd847d95a 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBI
-PORTVERSION= 1.49
+PORTVERSION= 1.50
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBI
@@ -15,9 +15,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= The perl5 Database Interface. Required for DBD::* modules
-.if defined(WITH_PROXY)
-BUILD_DEPENDS= ${SITE_PERL}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS= ${BUILD_DEPENDS}
+
+.if defined(WITH_PROXY)
+PROXY_DEPENDS= ${SITE_PERL}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC
+BUILD_DEPENDS+= ${PROXY_DEPENDS}
+RUN_DEPENDS+= ${PROXY_DEPENDS}
.endif
CONFLICTS= p5-DBI-1.3*
@@ -68,7 +72,7 @@ post-install:
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-IGNORE= Please install databases/p5-DBI-137 instead
+IGNORE= requires newer Perl, but you can use databases/p5-DBI-137 instead
.endif
.include <bsd.port.post.mk>
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo
index ded198ff3547..3eaef95da1ee 100644
--- a/databases/p5-DBI/distinfo
+++ b/databases/p5-DBI/distinfo
@@ -1,3 +1,3 @@
-MD5 (DBI-1.49.tar.gz) = dd9c7b50d0fbfd04d1737c273cb1b9a5
-SHA256 (DBI-1.49.tar.gz) = ff234e015da80c6a13f488928802ca51b3a36b490586a67fa85ab5acb89e882c
-SIZE (DBI-1.49.tar.gz) = 385494
+MD5 (DBI-1.50.tar.gz) = 487cb22f89ab21029725eb6e0b861a2a
+SHA256 (DBI-1.50.tar.gz) = cb2970e0b9d003bd20480b013084818d2dd7863b8b36bafc0a9d423823cd65ba
+SIZE (DBI-1.50.tar.gz) = 386513