From owner-svn-ports-head@FreeBSD.ORG Tue Jul 29 08:30:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FF9C622; Tue, 29 Jul 2014 08:30:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CE68298D; Tue, 29 Jul 2014 08:30:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6T8UP1J038718; Tue, 29 Jul 2014 08:30:25 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6T8UPYO038716; Tue, 29 Jul 2014 08:30:25 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201407290830.s6T8UPYO038716@svn.freebsd.org> From: Matthew Seaman Date: Tue, 29 Jul 2014 08:30:25 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2014 08:30:26 -0000 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