Date: Thu, 19 Feb 2015 19:55:04 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379379 - head/databases/p5-DBIx-Wrapper Message-ID: <201502191955.t1JJt49O062731@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Feb 19 19:55:03 2015 New Revision: 379379 URL: https://svnweb.freebsd.org/changeset/ports/379379 QAT: https://qat.redports.org/buildarchive/r379379/ Log: - Update to 0.29 - Add LICENSE - Add BUILD_DEPENDS and TEST_DEPENDS PR: 196878 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 1 month) Modified: head/databases/p5-DBIx-Wrapper/Makefile head/databases/p5-DBIx-Wrapper/distinfo head/databases/p5-DBIx-Wrapper/pkg-plist Modified: head/databases/p5-DBIx-Wrapper/Makefile ============================================================================== --- head/databases/p5-DBIx-Wrapper/Makefile Thu Feb 19 19:46:16 2015 (r379378) +++ head/databases/p5-DBIx-Wrapper/Makefile Thu Feb 19 19:55:03 2015 (r379379) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-Wrapper -PORTVERSION= 0.28 -PORTREVISION= 1 +PORTVERSION= 0.29 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= don@regexguy.com COMMENT= Wrapper around Perl's DBI module -RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite USES= perl5 USE_PERL5= configure Modified: head/databases/p5-DBIx-Wrapper/distinfo ============================================================================== --- head/databases/p5-DBIx-Wrapper/distinfo Thu Feb 19 19:46:16 2015 (r379378) +++ head/databases/p5-DBIx-Wrapper/distinfo Thu Feb 19 19:55:03 2015 (r379379) @@ -1,2 +1,2 @@ -SHA256 (DBIx-Wrapper-0.28.tar.gz) = ddae757206e8dc3d79680fcb0f8ade6ca5de3cc43d3469c497575a27920eaa79 -SIZE (DBIx-Wrapper-0.28.tar.gz) = 43283 +SHA256 (DBIx-Wrapper-0.29.tar.gz) = 9abae78c38a40dc9d5a330cc78ee61996595c6e6e87f0d26800b4624d9a5793e +SIZE (DBIx-Wrapper-0.29.tar.gz) = 44257 Modified: head/databases/p5-DBIx-Wrapper/pkg-plist ============================================================================== --- head/databases/p5-DBIx-Wrapper/pkg-plist Thu Feb 19 19:46:16 2015 (r379378) +++ head/databases/p5-DBIx-Wrapper/pkg-plist Thu Feb 19 19:55:03 2015 (r379379) @@ -1,4 +1,5 @@ %%SITE_PERL%%/DBIx/Wrapper.pm +%%SITE_PERL%%/DBIx/Wrapper/Changes.pm %%SITE_PERL%%/DBIx/Wrapper/DBIDelegator.pm %%SITE_PERL%%/DBIx/Wrapper/Delegator.pm %%SITE_PERL%%/DBIx/Wrapper/Request.pm @@ -8,4 +9,5 @@ %%SITE_PERL%%/DBIx/Wrapper/Statement.pm %%SITE_PERL%%/DBIx/Wrapper/StatementLoop.pm %%PERL5_MAN3%%/DBIx::Wrapper.3.gz +%%PERL5_MAN3%%/DBIx::Wrapper::Changes.3.gz %%PERL5_MAN3%%/DBIx::Wrapper::Request.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502191955.t1JJt49O062731>