Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2014 20:27:06 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372169 - head/databases/p5-DBD-cego
Message-ID:  <201411042027.sA4KR6RD086148@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411042027.sA4KR6RD086148>