databases/p5-DBD-cego 1.2.7 -> 1.2.8 Fixes a quoting bug How-To-Repeat: -
Responsible Changed From-To: freebsd-ports-bugs->wg wg@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
Author: wg Date: Sat Nov 2 18:07:46 2013 New Revision: 332528 URL: http://svnweb.freebsd.org/changeset/ports/332528 Log: databases/p5-DBD-cego: update to 1.2.8 - Update to 1.2.8 - Fix a quoting bug PR: ports/183596 Submitted by: Kurt Jaeger <fbsd-ports opsec.eu> (maintainer) Modified: head/databases/p5-DBD-cego/Makefile head/databases/p5-DBD-cego/distinfo head/databases/p5-DBD-cego/files/patch-makefile-pl Modified: head/databases/p5-DBD-cego/Makefile ============================================================================== --- head/databases/p5-DBD-cego/Makefile Sat Nov 2 18:04:47 2013 (r332527) +++ head/databases/p5-DBD-cego/Makefile Sat Nov 2 18:07:46 2013 (r332528) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBD-cego -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.8 CATEGORIES= databases perl5 MASTER_SITES= http://www.lemke-it.com/ PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBD-cego/distinfo ============================================================================== --- head/databases/p5-DBD-cego/distinfo Sat Nov 2 18:04:47 2013 (r332527) +++ head/databases/p5-DBD-cego/distinfo Sat Nov 2 18:07:46 2013 (r332528) @@ -1,2 +1,2 @@ -SHA256 (DBD-cego-1.2.7.tar.gz) = cf7febaaedbb545f2fe0308dd09e3613653bd302b7837c7213c3267946004f59 -SIZE (DBD-cego-1.2.7.tar.gz) = 28293 +SHA256 (DBD-cego-1.2.8.tar.gz) = fd4fc242edcf7e4e0133061f51f1ba50523d1749a16a6a91bd1663bc940651a5 +SIZE (DBD-cego-1.2.8.tar.gz) = 28283 Modified: head/databases/p5-DBD-cego/files/patch-makefile-pl ============================================================================== --- head/databases/p5-DBD-cego/files/patch-makefile-pl Sat Nov 2 18:04:47 2013 (r332527) +++ head/databases/p5-DBD-cego/files/patch-makefile-pl Sat Nov 2 18:07:46 2013 (r332528) @@ -1,6 +1,6 @@ ---- Makefile.PL-orig 2013-07-09 09:44:14.000000000 +0200 -+++ Makefile.PL 2013-07-09 09:48:24.000000000 +0200 -@@ -28,33 +28,22 @@ +--- Makefile.PL-orig 2013-11-02 17:48:46.000000000 +0100 ++++ Makefile.PL 2013-11-02 17:52:26.000000000 +0100 +@@ -28,49 +28,30 @@ Getopt::Long::GetOptions( $opt, "help", @@ -31,26 +31,31 @@ - "CC" => "g++", - "LD" => "g++", - "XSPROTOARG" => "-noprototypes", -- 'OPTIMIZE' => '-O6 -DNDEBUG=1', + 'INC' => '-I$(DBI_INSTARCH_DIR) -I/usr/local/include', + 'MYEXTLIB' => '-lcego -llfcxml -llfcbase', + 'CCFLAGS' => '-O2 -pipe -fno-strict-aliasing -fpermissive', + 'LD' => '$(CC) -L/usr/local/lib', + 'XSPROTOARG' => '-noprototypes', -+ 'OPTIMIZE' => '-O3 -DNDEBUG=1', - 'XSOPT' => '-C++', - 'TYPEMAPS' => ['perlobject.map' ], + 'OPTIMIZE' => '-O3 -DNDEBUG=1', +- 'XSOPT' => '-C++', +- 'TYPEMAPS' => ['perlobject.map' ], +- 'LICENSE' => 'gpl3', ++ 'XSOPT' => '-C++', ++ 'TYPEMAPS' => ['perlobject.map' ], ++ 'LICENSE' => 'gpl3', 'clean' => { FILES => 'config.h' }, -@@ -63,12 +53,6 @@ + ); + sub Usage { - print STDERR <<"USAGE"; - Usage: perl $0 [options] +- print STDERR <<"USAGE"; +-Usage: perl $0 [options] - -Possible options are: - - --prefix=<prefix path> Use <prefix> for setting up the appropriate prefix path - to find cego libs and includes - - USAGE +-USAGE ++ print STDERR "Usage: perl $0 [options]\n"; exit 1; } _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"