From owner-svn-ports-all@freebsd.org Thu Oct 1 15:58:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7612AA0B6A9; Thu, 1 Oct 2015 15:58:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.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 3377C1599; Thu, 1 Oct 2015 15:58:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t91FwFJN064698; Thu, 1 Oct 2015 15:58:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t91FwEwt064695; Thu, 1 Oct 2015 15:58:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510011558.t91FwEwt064695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Oct 2015 15:58:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398330 - in head/databases/p5-DBD-Pg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2015 15:58:15 -0000 Author: sunpoet Date: Thu Oct 1 15:58:13 2015 New Revision: 398330 URL: https://svnweb.freebsd.org/changeset/ports/398330 Log: - Update to 3.5.2 - Sort USES - Pet portlint: fix diff header of patch files Changes: http://search.cpan.org/dist/DBD-Pg/Changes Modified: head/databases/p5-DBD-Pg/Makefile head/databases/p5-DBD-Pg/distinfo head/databases/p5-DBD-Pg/files/patch-Makefile.PL Modified: head/databases/p5-DBD-Pg/Makefile ============================================================================== --- head/databases/p5-DBD-Pg/Makefile Thu Oct 1 15:58:09 2015 (r398329) +++ head/databases/p5-DBD-Pg/Makefile Thu Oct 1 15:58:13 2015 (r398330) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= DBD-Pg -PORTVERSION= 3.5.1 +PORTVERSION= 3.5.2 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= pgsql perl5 +USES= perl5 pgsql USE_PERL5= configure post-stage: Modified: head/databases/p5-DBD-Pg/distinfo ============================================================================== --- head/databases/p5-DBD-Pg/distinfo Thu Oct 1 15:58:09 2015 (r398329) +++ head/databases/p5-DBD-Pg/distinfo Thu Oct 1 15:58:13 2015 (r398330) @@ -1,2 +1,2 @@ -SHA256 (DBD-Pg-3.5.1.tar.gz) = fdbf175cfb6371169d4638bcbe696a4998d3b375220e93ad7125ae276770137c -SIZE (DBD-Pg-3.5.1.tar.gz) = 256163 +SHA256 (DBD-Pg-3.5.2.tar.gz) = 0204b871d617f5e939d66987c1ea454e9f629653b9bd7ed9937079f59c4c94e6 +SIZE (DBD-Pg-3.5.2.tar.gz) = 256517 Modified: head/databases/p5-DBD-Pg/files/patch-Makefile.PL ============================================================================== --- head/databases/p5-DBD-Pg/files/patch-Makefile.PL Thu Oct 1 15:58:09 2015 (r398329) +++ head/databases/p5-DBD-Pg/files/patch-Makefile.PL Thu Oct 1 15:58:13 2015 (r398330) @@ -1,5 +1,5 @@ ---- Makefile.PL.orig 2010-11-22 08:55:41.000000000 +0800 -+++ Makefile.PL 2010-11-22 08:57:50.000000000 +0800 +--- Makefile.PL.orig 2010-11-22 00:55:41 UTC ++++ Makefile.PL @@ -196,7 +196,7 @@ ( NAME => 'DBD::Pg',