svn commit: r365225 - head/databases/p5-DBD-Pg

Kurt Jaeger pi at FreeBSD.org
Sun Aug 17 19:23:37 UTC 2014


Author: pi
Date: Sun Aug 17 19:23:36 2014
New Revision: 365225
URL: http://svnweb.freebsd.org/changeset/ports/365225
QAT: https://qat.redports.org/buildarchive/r365225/

Log:
  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.

Modified:
  head/databases/p5-DBD-Pg/Makefile
  head/databases/p5-DBD-Pg/distinfo

Modified: head/databases/p5-DBD-Pg/Makefile
==============================================================================
--- head/databases/p5-DBD-Pg/Makefile	Sun Aug 17 19:15:19 2014	(r365224)
+++ head/databases/p5-DBD-Pg/Makefile	Sun Aug 17 19:23:36 2014	(r365225)
@@ -1,8 +1,7 @@
-# Created by: James FitzGibbon <jfitz at 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>

Modified: head/databases/p5-DBD-Pg/distinfo
==============================================================================
--- head/databases/p5-DBD-Pg/distinfo	Sun Aug 17 19:15:19 2014	(r365224)
+++ head/databases/p5-DBD-Pg/distinfo	Sun Aug 17 19:23:36 2014	(r365225)
@@ -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


More information about the svn-ports-head mailing list