aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Pg
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2005-05-23 14:11:36 +0000
committerMathieu Arnold <mat@FreeBSD.org>2005-05-23 14:11:36 +0000
commit295eae89ac140855a80093a64dab02d42b9e1be8 (patch)
treec9b89d6c5b143bb56e939ec7ce9201a52a987856 /databases/p5-DBD-Pg
parent84d5679169e818ddae39bdc49771045cec132c61 (diff)
downloadports-295eae89ac140855a80093a64dab02d42b9e1be8.tar.gz
ports-295eae89ac140855a80093a64dab02d42b9e1be8.zip
Notes
Diffstat (limited to 'databases/p5-DBD-Pg')
-rw-r--r--databases/p5-DBD-Pg/Makefile2
-rw-r--r--databases/p5-DBD-Pg/distinfo4
-rw-r--r--databases/p5-DBD-Pg/files/patch-Makefile.PL39
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' },