svn commit: r398330 - in head/databases/p5-DBD-Pg: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 1 15:58:15 UTC 2015


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',


More information about the svn-ports-all mailing list