svn commit: r363298 - in head/databases: . p5-DBD-Pg32
Matthew Seaman
matthew at FreeBSD.org
Tue Jul 29 08:30:26 UTC 2014
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 at FreeBSD.org
+MAINTAINER= matthew at FreeBSD.org
COMMENT= Provides access to PostgreSQL databases through the DBI
LICENSE= ART10 GPLv1
More information about the svn-ports-all
mailing list