Update to 2.5.0

This commit is contained in:
Mathieu Arnold 2008-03-31 20:15:44 +00:00
parent 8e2135ab54
commit 8c5775b60c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210287
3 changed files with 8 additions and 23 deletions

View file

@ -6,16 +6,16 @@
# #
PORTNAME= DBD-Pg PORTNAME= DBD-Pg
PORTVERSION= 1.49 PORTVERSION= 2.5.0
CATEGORIES= databases perl5 CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Provides access to PostgreSQL databases through the DBI COMMENT= Provides access to PostgreSQL databases through the DBI
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI BUILD_DEPENDS= p5-DBI>=1.52:${PORTSDIR}/databases/p5-DBI \
p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS= ${BUILD_DEPENDS} RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PGSQL= yes USE_PGSQL= yes
@ -33,10 +33,4 @@ post-install:
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif .endif
.include <bsd.port.pre.mk> .include <bsd.port.mk>
PG_CONFIG= ${LOCALBASE}/bin/pg_config
CONFIGURE_ENV+= POSTGRES_INCLUDE=`${PG_CONFIG} --includedir` \
POSTGRES_LIB=`${PG_CONFIG} --libdir`
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (DBD-Pg-1.49.tar.gz) = 76b9d6a2f4cbaefcba23380f83998215 MD5 (DBD-Pg-2.5.0.tar.gz) = 5456b1dd1018cdba95dff3c11d04dcf2
SHA256 (DBD-Pg-1.49.tar.gz) = 6577866f7feac020928c3a5b45dc25726656153d61f366bc67792fb6b8951978 SHA256 (DBD-Pg-2.5.0.tar.gz) = 8823d2e8dfdef9106e18017066cf61b708266e8b42ac31b5ca992fbbe7f942d1
SIZE (DBD-Pg-1.49.tar.gz) = 147310 SIZE (DBD-Pg-2.5.0.tar.gz) = 188873

View file

@ -1,14 +1,5 @@
--- Makefile.PL.orig Thu Apr 20 19:25:49 2006 --- Makefile.PL.orig Thu Apr 20 19:25:49 2006
+++ Makefile.PL Thu Apr 20 19:26:54 2006 +++ Makefile.PL Thu Apr 20 19:26:54 2006
@@ -96,7 +96,7 @@
}
}
-my $comp_opts = $Config{q{ccflags}} . " -DPGLIBVERSION=$serverversion -DPGDEFPORT=$defaultport";
+my $comp_opts = " -DPGLIBVERSION=$serverversion -DPGDEFPORT=$defaultport";
if ($ENV{DBDPG_GCCDEBUG}) {
warn "Enabling many compiler options\n";
@@ -120,7 +120,7 @@ @@ -120,7 +120,7 @@
( (
NAME => 'DBD::Pg', NAME => 'DBD::Pg',