aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-cego
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-11-04 20:27:05 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-11-04 20:27:05 +0000
commit7038f2a33b0dd0287e1d5519a8fdbba30580458b (patch)
tree0da287e92428153bd30709f6abb72940c24711b8 /databases/p5-DBD-cego
parent1c37f41a114500f1a55afa18f87de2cd9215bc9f (diff)
downloadports-7038f2a33b0dd0287e1d5519a8fdbba30580458b.tar.gz
ports-7038f2a33b0dd0287e1d5519a8fdbba30580458b.zip
databases/p5-DBD-cego: 1.2.8 -> 1.2.9
- Modifications in Cego.xs to support newer releases of DBI Submitted by: Björn Lemke <lemke@lemke-it.com>
Notes
Notes: svn path=/head/; revision=372169
Diffstat (limited to 'databases/p5-DBD-cego')
-rw-r--r--databases/p5-DBD-cego/Makefile22
-rw-r--r--databases/p5-DBD-cego/distinfo4
2 files changed, 16 insertions, 10 deletions
diff --git a/databases/p5-DBD-cego/Makefile b/databases/p5-DBD-cego/Makefile
index 88c62bc321b0..e9480e1bccdd 100644
--- a/databases/p5-DBD-cego/Makefile
+++ b/databases/p5-DBD-cego/Makefile
@@ -1,26 +1,32 @@
-# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$
PORTNAME= DBD-cego
-PORTVERSION= 1.2.8
+PORTVERSION= 1.2.9
CATEGORIES= databases perl5
MASTER_SITES= http://www.lemke-it.com/
PKGNAMEPREFIX= p5-
-MAINTAINER= pi@FreeBSD.org
+MAINTAINER= fbsd-ports@opsec.eu
COMMENT= Cego DBI driver for Perl 5
LICENSE= GPLv3
-BUILD_DEPENDS= p5-DBI>=1.628:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS= p5-DBI>=1.628:${PORTSDIR}/databases/p5-DBI
+BUILD_DEPENDS= p5-DBI>=1.631:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS= p5-DBI>=1.631:${PORTSDIR}/databases/p5-DBI
LIB_DEPENDS= libcego.so:${PORTSDIR}/databases/cego
-USES= perl5 gmake
+.if defined(.PARSEDIR)
+USES= gmake
+.endif
+
+USES+= perl5
USE_PERL5= configure
CC:= ${CXX}
-post-configure:
- @${REINPLACE_CMD} -e 's|fno-strict-aliasing|& -fpermissive|g' ${WRKSRC}/Makefile
+#post-configure:
+# @${REINPLACE_CMD} -e 's|fno-strict-aliasing|& -fpermissive|g' ${WRKSRC}/Makefile
+
+post-stage:
+ ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/DBD/Cego/Cego.so
.include <bsd.port.mk>
diff --git a/databases/p5-DBD-cego/distinfo b/databases/p5-DBD-cego/distinfo
index b365030769a7..e459c4a6df3f 100644
--- a/databases/p5-DBD-cego/distinfo
+++ b/databases/p5-DBD-cego/distinfo
@@ -1,2 +1,2 @@
-SHA256 (DBD-cego-1.2.8.tar.gz) = fd4fc242edcf7e4e0133061f51f1ba50523d1749a16a6a91bd1663bc940651a5
-SIZE (DBD-cego-1.2.8.tar.gz) = 28283
+SHA256 (DBD-cego-1.2.9.tar.gz) = 87f867e1afe6b3662faf47fc61579235eba762e6f042eec6680124dc1e57a435
+SIZE (DBD-cego-1.2.9.tar.gz) = 23090