diff options
author | mat <mat@FreeBSD.org> | 2005-05-23 22:11:36 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2005-05-23 22:11:36 +0800 |
commit | fe69ebe4aec11a3481e07390f95b06cf5a921a4e (patch) | |
tree | d0584fca56922b0b0e2f084f9bcf0213dd89ad2a /databases | |
parent | 36356c78c3b7c1dae6a11feb703dc225e75689af (diff) | |
download | freebsd-ports-gnome-fe69ebe4aec11a3481e07390f95b06cf5a921a4e.tar.gz freebsd-ports-gnome-fe69ebe4aec11a3481e07390f95b06cf5a921a4e.tar.zst freebsd-ports-gnome-fe69ebe4aec11a3481e07390f95b06cf5a921a4e.zip |
Update to 1.42
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-Pg/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-DBD-Pg/files/patch-Makefile.PL | 39 |
3 files changed, 23 insertions, 22 deletions
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index c11b72968b4c..735d0362ce4c 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBD-Pg -PORTVERSION= 1.41 +PORTVERSION= 1.42 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD diff --git a/databases/p5-DBD-Pg/distinfo b/databases/p5-DBD-Pg/distinfo index 57367839e219..6acdc736c306 100644 --- a/databases/p5-DBD-Pg/distinfo +++ b/databases/p5-DBD-Pg/distinfo @@ -1,2 +1,2 @@ -MD5 (DBD-Pg-1.41.tar.gz) = 3f58b53877954f5a07a08e64f6a67287 -SIZE (DBD-Pg-1.41.tar.gz) = 118975 +MD5 (DBD-Pg-1.42.tar.gz) = 2ef800322f3076ea3da696ebaf2b1e1e +SIZE (DBD-Pg-1.42.tar.gz) = 120021 diff --git a/databases/p5-DBD-Pg/files/patch-Makefile.PL b/databases/p5-DBD-Pg/files/patch-Makefile.PL index 99aea72242fb..082486aaf7c5 100644 --- a/databases/p5-DBD-Pg/files/patch-Makefile.PL +++ b/databases/p5-DBD-Pg/files/patch-Makefile.PL @@ -1,25 +1,26 @@ ---- Makefile.PL.orig Tue Apr 5 03:50:36 2005 -+++ Makefile.PL Thu Apr 7 10:34:20 2005 -@@ -83,12 +83,12 @@ +--- Makefile.PL.orig Sat May 21 16:43:17 2005 ++++ Makefile.PL Mon May 23 13:32:05 2005 +@@ -85,13 +85,13 @@ } } -my $comp_opts = $Config{q{ccflags}} . " -DPGLIBVERSION=$serverversion"; +my $comp_opts = " -DPGLIBVERSION=$serverversion"; - my %opts = ( - NAME => 'DBD::Pg', - VERSION_FROM => 'Pg.pm', -- INC => "-I$POSTGRES_INCLUDE -I$dbi_arch_dir", -+ INC => "-I$POSTGRES_INCLUDE -I$dbi_arch_dir $comp_opts", - OBJECT => "Pg\$(OBJ_EXT) dbdimp\$(OBJ_EXT) quote\$(OBJ_EXT) types\$(OBJ_EXT)", - LIBS => ["-L$POSTGRES_LIB -lpq"], - AUTHOR => 'http://gborg.postgresql.org/project/dbdpg/', -@@ -96,7 +96,6 @@ - PREREQ_PM => { 'Test::Simple' => '0.17', # Need Test::More. - 'Test::Harness' => '2.03', # Need TODO tests. - }, -- CCFLAGS => $comp_opts, - PERL_MALLOC_OK => 1, - clean => { FILES => 'trace' }, - ); + my %opts = + ( + NAME => 'DBD::Pg', + VERSION_FROM => 'Pg.pm', +- INC => "-I$POSTGRES_INCLUDE -I$dbi_arch_dir", ++ INC => "-I$POSTGRES_INCLUDE -I$dbi_arch_dir $comp_opts", + OBJECT => "Pg\$(OBJ_EXT) dbdimp\$(OBJ_EXT) quote\$(OBJ_EXT) types\$(OBJ_EXT)", + LIBS => ["-L$POSTGRES_LIB -lpq"], + AUTHOR => 'http://gborg.postgresql.org/project/dbdpg/', +@@ -99,7 +99,6 @@ + PREREQ_PM => { 'Test::Simple' => '0.17', # Need Test::More. + 'Test::Harness' => '2.03', # Need TODO tests. + }, +- CCFLAGS => $comp_opts, + PERL_MALLOC_OK => 1, + NEEDS_LINKING => 1, + clean => { FILES => 'trace' }, |