Date: Tue, 29 Jul 2014 08:30:25 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363298 - in head/databases: . p5-DBD-Pg32 Message-ID: <201407290830.s6T8UPYO038716@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Tue Jul 29 08:30:25 2014 New Revision: 363298 URL: http://svnweb.freebsd.org/changeset/ports/363298 QAT: https://qat.redports.org/buildarchive/r363298/ Log: Copy an older version of the p5-DBD-Pg port and hook it back up to the tree. Changes to utf8 handling in DBD::Pg 3.3.0 have caused it to be blacklisted for the latest versions of RT 4.0 and 4.2. This version is what they prefer. Added: head/databases/p5-DBD-Pg32/ - copied from r360021, head/databases/p5-DBD-Pg/ Modified: head/databases/Makefile head/databases/p5-DBD-Pg32/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Jul 29 08:00:10 2014 (r363297) +++ head/databases/Makefile Tue Jul 29 08:30:25 2014 (r363298) @@ -312,6 +312,7 @@ SUBDIR += p5-DBD-ODBC SUBDIR += p5-DBD-Oracle SUBDIR += p5-DBD-Pg + SUBDIR += p5-DBD-Pg32 SUBDIR += p5-DBD-PgLite SUBDIR += p5-DBD-PgPP SUBDIR += p5-DBD-SQLite Modified: head/databases/p5-DBD-Pg32/Makefile ============================================================================== --- head/databases/p5-DBD-Pg/Makefile Tue Jul 1 14:38:04 2014 (r360021) +++ head/databases/p5-DBD-Pg32/Makefile Tue Jul 29 08:30:25 2014 (r363298) @@ -6,8 +6,9 @@ PORTVERSION= 3.2.1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +PKGNAMESUFFIX= 32 -MAINTAINER= perl@FreeBSD.org +MAINTAINER= matthew@FreeBSD.org COMMENT= Provides access to PostgreSQL databases through the DBI LICENSE= ART10 GPLv1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407290830.s6T8UPYO038716>