From owner-svn-ports-all@freebsd.org Tue Jun 21 15:06:14 2016 Return-Path: Delivered-To: svn-ports-all@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 CE981AC4ED5; Tue, 21 Jun 2016 15:06:14 +0000 (UTC) (envelope-from mat@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 857AB255E; Tue, 21 Jun 2016 15:06:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5LF6Drk011211; Tue, 21 Jun 2016 15:06:13 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5LF6D2M011208; Tue, 21 Jun 2016 15:06:13 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201606211506.u5LF6D2M011208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 21 Jun 2016 15:06:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417211 - head/databases/p5-DBD-CSV X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2016 15:06:14 -0000 Author: mat Date: Tue Jun 21 15:06:13 2016 New Revision: 417211 URL: https://svnweb.freebsd.org/changeset/ports/417211 Log: Update to 0.49. Sponsored by: Absolight Modified: head/databases/p5-DBD-CSV/Makefile (contents, props changed) head/databases/p5-DBD-CSV/distinfo (contents, props changed) head/databases/p5-DBD-CSV/pkg-plist (contents, props changed) Modified: head/databases/p5-DBD-CSV/Makefile ============================================================================== --- head/databases/p5-DBD-CSV/Makefile Tue Jun 21 15:02:13 2016 (r417210) +++ head/databases/p5-DBD-CSV/Makefile Tue Jun 21 15:06:13 2016 (r417211) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= DBD-CSV -PORTVERSION= 0.48 +PORTVERSION= 0.49 PORTEPOCH= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN Modified: head/databases/p5-DBD-CSV/distinfo ============================================================================== --- head/databases/p5-DBD-CSV/distinfo Tue Jun 21 15:02:13 2016 (r417210) +++ head/databases/p5-DBD-CSV/distinfo Tue Jun 21 15:06:13 2016 (r417211) @@ -1,2 +1,3 @@ -SHA256 (DBD-CSV-0.48.tgz) = e118b6d847419292284c9d308368507df0cee132087f71223b23c5ceeef2b57d -SIZE (DBD-CSV-0.48.tgz) = 40358 +TIMESTAMP = 1466507621 +SHA256 (DBD-CSV-0.49.tgz) = 86fcea010571a6f774344c920c23619c899f8aee30d2961fe2716306a95e9a80 +SIZE (DBD-CSV-0.49.tgz) = 39271 Modified: head/databases/p5-DBD-CSV/pkg-plist ============================================================================== --- head/databases/p5-DBD-CSV/pkg-plist Tue Jun 21 15:02:13 2016 (r417210) +++ head/databases/p5-DBD-CSV/pkg-plist Tue Jun 21 15:06:13 2016 (r417211) @@ -2,11 +2,5 @@ %%SITE_PERL%%/DBD/CSV.pm %%SITE_PERL%%/DBD/CSV/GetInfo.pm %%SITE_PERL%%/DBD/CSV/TypeInfo.pm -%%SITE_PERL%%/DBI/Test/Case/DBD/CSV/t10_base.pm -%%SITE_PERL%%/DBI/Test/Case/DBD/CSV/t11_dsnlist.pm -%%SITE_PERL%%/DBI/Test/Case/DBD/CSV/t20_createdrop.pm -%%SITE_PERL%%/DBI/Test/Case/DBD/CSV/t85_error.pm -%%SITE_PERL%%/DBI/Test/DBD/CSV/Conf.pm -%%SITE_PERL%%/DBI/Test/DBD/CSV/List.pm %%PERL5_MAN3%%/Bundle::DBD::CSV.3.gz %%PERL5_MAN3%%/DBD::CSV.3.gz