From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:55:05 2015 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 F2A5058F; Thu, 19 Feb 2015 19:55:04 +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 C32D7988; Thu, 19 Feb 2015 19:55:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJt4xv062734; Thu, 19 Feb 2015 19:55:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJt49O062731; Thu, 19 Feb 2015 19:55:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191955.t1JJt49O062731@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:55:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379379 - head/databases/p5-DBIx-Wrapper 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: Thu, 19 Feb 2015 19:55:05 -0000 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