diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-DBD-cego/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-DBD-cego/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-DBD-cego/files/patch-CegoXS.h | 4 | ||||
-rw-r--r-- | databases/p5-DBD-cego/files/patch-Makefile.PL (renamed from databases/p5-DBD-cego/files/patch-makefile-pl) | 15 |
6 files changed, 16 insertions, 16 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 87cfe4a360b0..7597e25b5deb 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.21.1 +PORTVERSION= 2.22.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index bfa72e42e004..7cfd8488d2b7 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,2 +1,2 @@ -SHA256 (cego-2.21.1.tar.gz) = 7f2afadc6c5e732570aac9ed1f5978781be83c24cc66000f05cc25109ed56350 -SIZE (cego-2.21.1.tar.gz) = 959911 +SHA256 (cego-2.22.0.tar.gz) = c0d9791aa32dd94fd0bfa684430b7aea6bc0fcc3868c9c01d8d72fec44a6ca1c +SIZE (cego-2.22.0.tar.gz) = 960368 diff --git a/databases/p5-DBD-cego/Makefile b/databases/p5-DBD-cego/Makefile index c7d736660edf..32a200eb5eab 100644 --- a/databases/p5-DBD-cego/Makefile +++ b/databases/p5-DBD-cego/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= DBD-cego -PORTVERSION= 1.2.9 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= databases perl5 MASTER_SITES= http://www.lemke-it.com/ PKGNAMEPREFIX= p5- diff --git a/databases/p5-DBD-cego/distinfo b/databases/p5-DBD-cego/distinfo index e459c4a6df3f..0215507ea808 100644 --- a/databases/p5-DBD-cego/distinfo +++ b/databases/p5-DBD-cego/distinfo @@ -1,2 +1,2 @@ -SHA256 (DBD-cego-1.2.9.tar.gz) = 87f867e1afe6b3662faf47fc61579235eba762e6f042eec6680124dc1e57a435 -SIZE (DBD-cego-1.2.9.tar.gz) = 23090 +SHA256 (DBD-cego-1.3.0.tar.gz) = caa7224994e0f52cd474bb4d68439f23102ea8e487c68d2956cf0426eb5fe140 +SIZE (DBD-cego-1.3.0.tar.gz) = 28196 diff --git a/databases/p5-DBD-cego/files/patch-CegoXS.h b/databases/p5-DBD-cego/files/patch-CegoXS.h index b4052386cb61..bced7527f37a 100644 --- a/databases/p5-DBD-cego/files/patch-CegoXS.h +++ b/databases/p5-DBD-cego/files/patch-CegoXS.h @@ -1,5 +1,5 @@ ---- CegoXS.h.orig 2010-11-21 09:25:27.000000000 +0800 -+++ CegoXS.h 2011-05-29 21:11:15.361979766 +0800 +--- CegoXS.h.orig 2010-11-21 01:25:27 UTC ++++ CegoXS.h @@ -9,4 +9,16 @@ #include "dbdimp.h" #include <dbd_xsh.h> diff --git a/databases/p5-DBD-cego/files/patch-makefile-pl b/databases/p5-DBD-cego/files/patch-Makefile.PL index e082794b8e9e..6ef261c2dc4f 100644 --- a/databases/p5-DBD-cego/files/patch-makefile-pl +++ b/databases/p5-DBD-cego/files/patch-Makefile.PL @@ -1,6 +1,6 @@ ---- 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 @@ +--- Makefile.PL.orig 2015-05-01 16:47:29 UTC ++++ Makefile.PL +@@ -28,49 +28,30 @@ $opt = { "help" => \&Usage, }; Getopt::Long::GetOptions( $opt, "help", @@ -22,24 +22,24 @@ 'NAME' => 'DBD::Cego', 'VERSION_FROM' => 'Cego.pm', - 'PREREQ_PM' => {DBI => 1.03}, -+ 'PREREQ_PM' => {DBI => 1.628}, ++ 'PREREQ_PM' => {DBI => 1.633}, 'OBJECT' => '$(O_FILES)', - 'INC' => '-I$(DBI_INSTARCH_DIR) -I' . $opt->{'prefix'} . '/include -I' . $opt->{'prefix'} . '/include', - 'MYEXTLIB' => $opt->{'prefix'} . "/lib/libcego.$so* " - . $opt->{'prefix'} . "/lib/liblfcxml.$so* " - . $opt->{'prefix'} . "/lib/liblfcbase.$so", -- "CC" => "g++", -- "LD" => "g++", +- "CC" => "c++", +- "LD" => "c++", - "XSPROTOARG" => "-noprototypes", + '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' ], - 'LICENSE' => 'gpl3', ++ 'XSPROTOARG' => '-noprototypes', + 'XSOPT' => '-C++', + 'TYPEMAPS' => ['perlobject.map' ], + 'LICENSE' => 'gpl3', @@ -59,3 +59,4 @@ + print STDERR "Usage: perl $0 [options]\n"; exit 1; } + |