diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-05-19 05:27:22 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-05-19 05:27:22 +0000 |
commit | 28132a552e45d4689fb71fa863892673ea7b226f (patch) | |
tree | 533d45a2517d9cde86ad7321768996f50db3ae3a /databases | |
parent | a447755caaf00207cf2540a60ee8d3650f4791eb (diff) | |
download | ports-28132a552e45d4689fb71fa863892673ea7b226f.tar.gz ports-28132a552e45d4689fb71fa863892673ea7b226f.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBI-137/Makefile | 11 | ||||
-rw-r--r-- | databases/p5-DBI-137/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-DBI/Makefile | 11 | ||||
-rw-r--r-- | databases/p5-DBI/distinfo | 2 |
4 files changed, 22 insertions, 4 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile index 2e65841dd281..5f47aca15c46 100644 --- a/databases/p5-DBI-137/Makefile +++ b/databases/p5-DBI-137/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBI -PORTVERSION= 1.36 +PORTVERSION= 1.37 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI @@ -15,8 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= vanilla@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 RUN_DEPENDS= ${BUILD_DEPENDS} +.endif PERL_CONFIGURE= yes @@ -41,4 +43,11 @@ MAN3= Bundle::DBI.3 \ DBI::W32ODBC.3 \ Win32::DBIODBC.3 +.if !defined(WITH_PROXY) +pre-everything:: + @${ECHO_CMD} "If you need DBI::Proxy, try to set WITH_PROXY." + @${ECHO_CMD} "" + @sleep 1 +.endif + .include <bsd.port.mk> diff --git a/databases/p5-DBI-137/distinfo b/databases/p5-DBI-137/distinfo index f2e7c689616b..afd7e1dc27fc 100644 --- a/databases/p5-DBI-137/distinfo +++ b/databases/p5-DBI-137/distinfo @@ -1 +1 @@ -MD5 (DBI-1.36.tar.gz) = 264eb63c3c9491159832a3b9a2eb0661 +MD5 (DBI-1.37.tar.gz) = 0113d0f47cf13b0694e0bfb2d13a5789 diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 2e65841dd281..5f47aca15c46 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBI -PORTVERSION= 1.36 +PORTVERSION= 1.37 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI @@ -15,8 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= vanilla@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 RUN_DEPENDS= ${BUILD_DEPENDS} +.endif PERL_CONFIGURE= yes @@ -41,4 +43,11 @@ MAN3= Bundle::DBI.3 \ DBI::W32ODBC.3 \ Win32::DBIODBC.3 +.if !defined(WITH_PROXY) +pre-everything:: + @${ECHO_CMD} "If you need DBI::Proxy, try to set WITH_PROXY." + @${ECHO_CMD} "" + @sleep 1 +.endif + .include <bsd.port.mk> diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index f2e7c689616b..afd7e1dc27fc 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1 +1 @@ -MD5 (DBI-1.36.tar.gz) = 264eb63c3c9491159832a3b9a2eb0661 +MD5 (DBI-1.37.tar.gz) = 0113d0f47cf13b0694e0bfb2d13a5789 |