diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-01-31 01:18:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-01-31 01:18:48 +0800 |
commit | 5f1c6313c1ebb21368dc378d8180019c61446201 (patch) | |
tree | 457f99284e7e8799fab26f3b2929a68f180a3f1e /databases | |
parent | 9f10da65e8503a9607f082e6fb6ba85337cf93be (diff) | |
download | freebsd-ports-gnome-5f1c6313c1ebb21368dc378d8180019c61446201.tar.gz freebsd-ports-gnome-5f1c6313c1ebb21368dc378d8180019c61446201.tar.zst freebsd-ports-gnome-5f1c6313c1ebb21368dc378d8180019c61446201.zip |
- Update to 1.617
- Use OPTIONS
Changes: http://search.cpan.org/dist/DBI/Changes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBI/Makefile | 18 | ||||
-rw-r--r-- | databases/p5-DBI/distinfo | 4 |
2 files changed, 9 insertions, 13 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 0a74e8d14399..51fb7e266b2b 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -6,8 +6,7 @@ # PORTNAME= DBI -PORTVERSION= 1.616 -PORTREVISION= 1 +PORTVERSION= 1.617 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,10 +17,7 @@ COMMENT= The perl5 Database Interface. Required for DBD::* modules LICENSE= ART20 GPLv1 LICENSE_COMB= dual -.if defined(WITH_PROXY) -BUILD_DEPENDS+= p5-PlRPC>=0.2001:${PORTSDIR}/net/p5-PlRPC -RUN_DEPENDS+= p5-PlRPC>=0.2001:${PORTSDIR}/net/p5-PlRPC -.endif +OPTIONS= PROXY "Build DBI::Proxy" off CONFLICTS= p5-DBI-1.3* @@ -78,11 +74,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 +.include <bsd.port.options.mk> + +.if defined(WITH_PROXY) +BUILD_DEPENDS+= p5-PlRPC>=0.2001:${PORTSDIR}/net/p5-PlRPC +RUN_DEPENDS+= p5-PlRPC>=0.2001:${PORTSDIR}/net/p5-PlRPC .endif .if !defined(NOPORTDOCS) diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index 3619891a365c..1187b4ea71e1 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1,2 +1,2 @@ -SHA256 (DBI-1.616.tar.gz) = 60ce3986c46d12e0eae6def8b4804a90edd02c2cc6b0d2481854e6db8d99d054 -SIZE (DBI-1.616.tar.gz) = 576803 +SHA256 (DBI-1.617.tar.gz) = bcd91d6b8d6af5791e278f3ec9dcb91d454c738cd97bcd50479339efb7a63293 +SIZE (DBI-1.617.tar.gz) = 579214 |