From owner-svn-ports-head@freebsd.org Sat Oct 1 20:17:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEA07A94D71; Sat, 1 Oct 2016 20:17:37 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 803A91F2; Sat, 1 Oct 2016 20:17:37 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u91KHa9V091688; Sat, 1 Oct 2016 20:17:36 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u91KHadh091685; Sat, 1 Oct 2016 20:17:36 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610012017.u91KHadh091685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 1 Oct 2016 20:17:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423088 - head/databases/p5-DBIWrapper 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.23 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: Sat, 01 Oct 2016 20:17:37 -0000 Author: adamw Date: Sat Oct 1 20:17:36 2016 New Revision: 423088 URL: https://svnweb.freebsd.org/changeset/ports/423088 Log: Update to 0.28, and add LICENSE and NO_ARCH. Changes: Who knows? Upstream hasn't updated Changes in 5 years. Modified: head/databases/p5-DBIWrapper/Makefile head/databases/p5-DBIWrapper/distinfo head/databases/p5-DBIWrapper/pkg-plist Modified: head/databases/p5-DBIWrapper/Makefile ============================================================================== --- head/databases/p5-DBIWrapper/Makefile Sat Oct 1 20:02:56 2016 (r423087) +++ head/databases/p5-DBIWrapper/Makefile Sat Oct 1 20:17:36 2016 (r423088) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DBIWrapper -PORTVERSION= 0.24 -PORTREVISION= 2 +PORTVERSION= 0.28 CATEGORIES= databases perl5 MASTER_SITES= SF PKGNAMEPREFIX= p5- @@ -12,14 +11,21 @@ DISTNAME= libdbiwrapper-perl-${PORTVERSI MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for generic DBI database access +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ p5-XML-SAX>=0:textproc/p5-XML-SAX \ p5-DBI>=0:databases/p5-DBI \ p5-Spreadsheet-WriteExcel>=0:textproc/p5-Spreadsheet-WriteExcel \ p5-IO-stringy>=0:devel/p5-IO-stringy RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ + p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \ + p5-DBD-Pg>=0:databases/p5-DBD-Pg USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/databases/p5-DBIWrapper/distinfo ============================================================================== --- head/databases/p5-DBIWrapper/distinfo Sat Oct 1 20:02:56 2016 (r423087) +++ head/databases/p5-DBIWrapper/distinfo Sat Oct 1 20:17:36 2016 (r423088) @@ -1,2 +1,3 @@ -SHA256 (libdbiwrapper-perl-0.24.tar.gz) = 2797c7cb0cc945f7ae96d1d14acd52586d409d2c6604b8c0a7ff60d97f2a3020 -SIZE (libdbiwrapper-perl-0.24.tar.gz) = 38301 +TIMESTAMP = 1475352405 +SHA256 (libdbiwrapper-perl-0.28.tar.gz) = ba1c5cc2712fa79a9c8df3964aa3c5f44022f6a405f1ba9c4d97b75af39e0eee +SIZE (libdbiwrapper-perl-0.28.tar.gz) = 46226 Modified: head/databases/p5-DBIWrapper/pkg-plist ============================================================================== --- head/databases/p5-DBIWrapper/pkg-plist Sat Oct 1 20:02:56 2016 (r423087) +++ head/databases/p5-DBIWrapper/pkg-plist Sat Oct 1 20:17:36 2016 (r423088) @@ -1,9 +1,12 @@ %%SITE_PERL%%/DBIWrapper.pm %%SITE_PERL%%/DBIWrapper/ResultSet.pm +%%SITE_PERL%%/DBIWrapper/Time/Now/Duration.pm +%%SITE_PERL%%/DBIWrapper/Time/Now/HiRes.pm %%SITE_PERL%%/DBIWrapper/XMLParser.pm %%SITE_PERL%%/auto/DBIWrapper/ResultSet/autosplit.ix %%SITE_PERL%%/auto/DBIWrapper/XMLParser/autosplit.ix %%SITE_PERL%%/auto/DBIWrapper/autosplit.ix %%PERL5_MAN3%%/DBIWrapper.3.gz %%PERL5_MAN3%%/DBIWrapper::ResultSet.3.gz +%%PERL5_MAN3%%/DBIWrapper::Time::Now::HiRes.3.gz %%PERL5_MAN3%%/DBIWrapper::XMLParser.3.gz