diff options
author | pi <pi@FreeBSD.org> | 2014-08-17 19:23:36 +0000 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-08-17 19:23:36 +0000 |
commit | 39e68e70fb05aeeb9693e74ba368811f1bc55525 (patch) | |
tree | 55d541239e3339445a6ce0bff774204647f5a0b7 /databases/p5-DBD-Pg | |
parent | 816cf00830f7983d81718096d3c65ae5de3ea9b4 (diff) | |
download | FreeBSD-ports-39e68e70fb05aeeb9693e74ba368811f1bc55525.zip FreeBSD-ports-39e68e70fb05aeeb9693e74ba368811f1bc55525.tar.gz |
databases/p5-DBD-Pg: 3.3.0 -> 3.4.0
http://cpansearch.perl.org/src/TURNSTEP/DBD-Pg-3.4.0/Changes
- Cleanup and improve table_info()
- Make sure column_info() and table_info() can handle materialized views.
Diffstat (limited to 'databases/p5-DBD-Pg')
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBD-Pg/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index 4f9bc3a..ea11802 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -1,8 +1,7 @@ -# Created by: James FitzGibbon <jfitz@FreeBSD.org> # $FreeBSD$ PORTNAME= DBD-Pg -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,4 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= pgsql perl5 USE_PERL5= configure +post-stage: + ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/DBD/Pg/Pg.so + .include <bsd.port.mk> diff --git a/databases/p5-DBD-Pg/distinfo b/databases/p5-DBD-Pg/distinfo index 5f82579..65bafdd 100644 --- a/databases/p5-DBD-Pg/distinfo +++ b/databases/p5-DBD-Pg/distinfo @@ -1,2 +1,2 @@ -SHA256 (DBD-Pg-3.3.0.tar.gz) = 52f43de5b2d916d447d7ed252b127f728b226dc88db57d4fe9712e21d3586ffe -SIZE (DBD-Pg-3.3.0.tar.gz) = 251408 +SHA256 (DBD-Pg-3.4.0.tar.gz) = 5dbb9d9e5d9d0cc880347e52b2554441414438b9b4d842e498d9506e453f0c21 +SIZE (DBD-Pg-3.4.0.tar.gz) = 252837 |