ports/54270: update databases/p5-DBD-Pg

Mathieu Arnold m at absolight.net
Wed Jul 9 18:00:37 UTC 2003


>Number:         54270
>Category:       ports
>Synopsis:       update databases/p5-DBD-Pg
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 09 11:00:35 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386

>Description:
>How-To-Repeat:
update databases/p5-DBD-Pg

- Win32 compile fix for snprintf [Joe Spears]
- Fix memory allocation problem in bytea escaping [Barrie Slaymaker]
- Add utf8 support [Dominic Mitchell <dom at semantico.com>]
- Transform Perl arrays into PostgreSQL arrays [Alexey Slynko]
- Fix for foreign_key_info() [Keith Keller]
- Fix PG_TEXT parameter binding
- Doc cleanups [turnstep]
- Fix warning from func($table, 'table_attributes') [turnstep]
- Added suppport for schemas [turnstep]
- Fix binary to a bytea field conversion [Chris Dunlop <chris at onthe.net.au>]


>Fix:

--- p5-DBD-Pg-1.22.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/p5-DBD-Pg/Makefile,v
retrieving revision 1.46
diff -u -r1.46 Makefile
--- Makefile	18 Feb 2003 11:54:56 -0000	1.46
+++ Makefile	9 Jul 2003 17:24:25 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	DBD-Pg
-PORTVERSION=	1.21
+PORTVERSION=	1.22
 CATEGORIES=	databases perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	DBD
@@ -15,14 +15,14 @@
 MAINTAINER=	fjoe at freebsd.org
 COMMENT=	Provides access to PostgreSQL databases through the DBI
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
 LIB_DEPENDS=	pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 POSTGRESQL_PORT?=	databases/postgresql7
 
 PERL_CONFIGURE=	yes
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
+
 MAN3=		DBD::Pg.3 DBD::dbd-pg.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/p5-DBD-Pg/distinfo,v
retrieving revision 1.16
diff -u -r1.16 distinfo
--- distinfo	16 Feb 2003 10:45:11 -0000	1.16
+++ distinfo	9 Jul 2003 17:24:25 -0000
@@ -1 +1 @@
-MD5 (DBD-Pg-1.21.tar.gz) = 404c7966eb2debf8b9653a3e94c6d62f
+MD5 (DBD-Pg-1.22.tar.gz) = 2fc355b28ad5c7c05a46bf74fc88dd38
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/databases/p5-DBD-Pg/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	15 Jul 2001 16:15:00 -0000	1.2
+++ pkg-descr	9 Jul 2003 17:24:25 -0000
@@ -3,4 +3,4 @@
 DBI extension and implements some of the methods that DBI
 defines.
 
-WWW: http://search.cpan.org/search?dist=DBD-Pg
+WWW: http://search.cpan.org/dist/DBD-Pg/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/p5-DBD-Pg/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- pkg-plist	28 Dec 1999 11:40:40 -0000	1.5
+++ pkg-plist	9 Jul 2003 17:24:25 -0000
@@ -1,7 +1,8 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/Pg.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/dbd-pg.pod
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/Pg/Pg.bs
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/Pg/Pg.so
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/Pg/.packlist
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/Pg
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Pg.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/DBD/dbd-pg.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Pg/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Pg/Pg.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Pg/Pg.so
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Pg
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/DBD 2>/dev/null || true
--- p5-DBD-Pg-1.22.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list