From owner-svn-ports-head@FreeBSD.ORG Tue Mar 25 19:34:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 987D22DD; Tue, 25 Mar 2014 19:34:18 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 85A58B10; Tue, 25 Mar 2014 19:34:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2PJYIKR055937; Tue, 25 Mar 2014 19:34:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2PJYIw7055935; Tue, 25 Mar 2014 19:34:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403251934.s2PJYIw7055935@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 25 Mar 2014 19:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349179 - head/databases/p5-DBIx-Class-EncodedColumn 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.17 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, 25 Mar 2014 19:34:18 -0000 Author: sunpoet Date: Tue Mar 25 19:34:17 2014 New Revision: 349179 URL: http://svnweb.freebsd.org/changeset/ports/349179 QAT: https://qat.redports.org/buildarchive/r349179/ Log: - Update to 0.00013 - Sort *_DEPENDS - Convert to new options helper - Remove USE_PERL5=extract and outdated post-extract: - Remove no-op SHA option Changes: http://search.cpan.org/dist/DBIx-Class-EncodedColumn/Changes Modified: head/databases/p5-DBIx-Class-EncodedColumn/Makefile head/databases/p5-DBIx-Class-EncodedColumn/distinfo Modified: head/databases/p5-DBIx-Class-EncodedColumn/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-EncodedColumn/Makefile Tue Mar 25 19:34:13 2014 (r349178) +++ head/databases/p5-DBIx-Class-EncodedColumn/Makefile Tue Mar 25 19:34:17 2014 (r349179) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-Class-EncodedColumn -PORTVERSION= 0.00012 +PORTVERSION= 0.00013 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,34 +14,26 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class \ - p5-Sub-Name>=0.04:${PORTSDIR}/devel/p5-Sub-Name \ - p5-SQL-Translator>=0.09.003:${PORTSDIR}/databases/p5-SQL-Translator + p5-SQL-Translator>=0.09.003:${PORTSDIR}/databases/p5-SQL-Translator \ + p5-Sub-Name>=0.04:${PORTSDIR}/devel/p5-Sub-Name RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ - p5-Dir-Self>=0:${PORTSDIR}/devel/p5-Dir-Self +TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-Dir-Self>=0:${PORTSDIR}/devel/p5-Dir-Self \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 -USE_PERL5= configure extract +USE_PERL5= configure -post-extract: - @${PERL} -i -ne 'print unless m,^build_requires, || m,^feature, .. m,;,' ${WRKSRC}/Makefile.PL +OPTIONS_DEFINE= BLOWFISH OPENPGP +OPTIONS_DEFAULT=BLOWFISH OPENPGP +BLOWFISH_DESC= Blowfish support +OPENPGP_DESC= Crypt::OpenPGP (gpg) support + +BLOWFISH_BUILD_DEPENDS= p5-Crypt-Eksblowfish>=0:${PORTSDIR}/security/p5-Crypt-Eksblowfish +BLOWFISH_RUN_DEPENDS= p5-Crypt-Eksblowfish>=0:${PORTSDIR}/security/p5-Crypt-Eksblowfish +OPENPGP_BUILD_DEPENDS= p5-Crypt-CAST5_PP>=0:${PORTSDIR}/security/p5-Crypt-CAST5_PP \ + p5-Crypt-OpenPGP>=0:${PORTSDIR}/security/p5-Crypt-OpenPGP +OPENPGP_RUN_DEPENDS= p5-Crypt-CAST5_PP>=0:${PORTSDIR}/security/p5-Crypt-CAST5_PP \ + p5-Crypt-OpenPGP>=0:${PORTSDIR}/security/p5-Crypt-OpenPGP -OPTIONS_DEFINE= SHA BLOWFISH OPENPGP -OPTIONS_DEFAULT= SHA BLOWFISH OPENPGP -SHA_DESC= Digest::SHA Support -BLOWFISH_DESC= Blowfish Support -OPENPGP_DESC= Crypt::OpenPGP (gpg) Support - -.include - -.if ${PORT_OPTIONS:MBLOWFISH} -RUN_DEPENDS+= p5-Crypt-Eksblowfish>=0:${PORTSDIR}/security/p5-Crypt-Eksblowfish -.endif - -.if ${PORT_OPTIONS:MOPENPGP} -RUN_DEPENDS+= p5-Crypt-OpenPGP>=0:${PORTSDIR}/security/p5-Crypt-OpenPGP \ - p5-Crypt-CAST5_PP>=0:${PORTSDIR}/security/p5-Crypt-CAST5_PP -.endif - -.include +.include Modified: head/databases/p5-DBIx-Class-EncodedColumn/distinfo ============================================================================== --- head/databases/p5-DBIx-Class-EncodedColumn/distinfo Tue Mar 25 19:34:13 2014 (r349178) +++ head/databases/p5-DBIx-Class-EncodedColumn/distinfo Tue Mar 25 19:34:17 2014 (r349179) @@ -1,2 +1,2 @@ -SHA256 (DBIx-Class-EncodedColumn-0.00012.tar.gz) = fa848f2fcf56abedbe2f187077e49537184e576974a506ab02592d943599146a -SIZE (DBIx-Class-EncodedColumn-0.00012.tar.gz) = 40504 +SHA256 (DBIx-Class-EncodedColumn-0.00013.tar.gz) = c9d2f70c231ac866582e48c239d4872783a62df7acecff7df22fe8efb3eb1717 +SIZE (DBIx-Class-EncodedColumn-0.00013.tar.gz) = 42853