Date: Sat, 2 Nov 2013 18:07:46 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332528 - in head/databases/p5-DBD-cego: . files Message-ID: <201311021807.rA2I7ks1083623@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311021807.rA2I7ks1083623>