svn commit: r372169 - head/databases/p5-DBD-cego
Kurt Jaeger
pi at FreeBSD.org
Tue Nov 4 20:27:06 UTC 2014
Author: pi
Date: Tue Nov 4 20:27:05 2014
New Revision: 372169
URL: https://svnweb.freebsd.org/changeset/ports/372169
QAT: https://qat.redports.org/buildarchive/r372169/
Log:
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 at lemke-it.com>
Modified:
head/databases/p5-DBD-cego/Makefile
head/databases/p5-DBD-cego/distinfo
Modified: head/databases/p5-DBD-cego/Makefile
==============================================================================
--- head/databases/p5-DBD-cego/Makefile Tue Nov 4 20:08:41 2014 (r372168)
+++ head/databases/p5-DBD-cego/Makefile Tue Nov 4 20:27:05 2014 (r372169)
@@ -1,26 +1,32 @@
-# Created by: Kurt Jaeger <fbsd-ports at 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 at FreeBSD.org
+MAINTAINER= fbsd-ports at 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>
Modified: head/databases/p5-DBD-cego/distinfo
==============================================================================
--- head/databases/p5-DBD-cego/distinfo Tue Nov 4 20:08:41 2014 (r372168)
+++ head/databases/p5-DBD-cego/distinfo Tue Nov 4 20:27:05 2014 (r372169)
@@ -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
More information about the svn-ports-all
mailing list