From owner-svn-ports-head@FreeBSD.ORG Tue Nov 4 20:27:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5CF44BA; Tue, 4 Nov 2014 20:27:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4652A18; Tue, 4 Nov 2014 20:27:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA4KR6WB086150; Tue, 4 Nov 2014 20:27:06 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA4KR6RD086148; Tue, 4 Nov 2014 20:27:06 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201411042027.sA4KR6RD086148@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 4 Nov 2014 20:27:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372169 - head/databases/p5-DBD-cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2014 20:27:06 -0000 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 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 # $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 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