From owner-svn-ports-all@FreeBSD.ORG Sat Nov 16 18:06:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 404E02A2; Sat, 16 Nov 2013 18:06:45 +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 12BC72CCB; Sat, 16 Nov 2013 18:06:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAGI6i9j009634; Sat, 16 Nov 2013 18:06:44 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAGI6i01009627; Sat, 16 Nov 2013 18:06:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311161806.rAGI6i01009627@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 16 Nov 2013 18:06:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334018 - head/databases/p5-DBIx-DBSchema 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.16 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: Sat, 16 Nov 2013 18:06:45 -0000 Author: sunpoet Date: Sat Nov 16 18:06:44 2013 New Revision: 334018 URL: http://svnweb.freebsd.org/changeset/ports/334018 Log: - Update to 0.44 Changes: http://search.cpan.org/dist/DBIx-DBSchema/Changes Modified: head/databases/p5-DBIx-DBSchema/Makefile head/databases/p5-DBIx-DBSchema/distinfo head/databases/p5-DBIx-DBSchema/pkg-plist Modified: head/databases/p5-DBIx-DBSchema/Makefile ============================================================================== --- head/databases/p5-DBIx-DBSchema/Makefile Sat Nov 16 17:58:27 2013 (r334017) +++ head/databases/p5-DBIx-DBSchema/Makefile Sat Nov 16 18:06:44 2013 (r334018) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-DBSchema -PORTVERSION= 0.43 +PORTVERSION= 0.44 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBIx-DBSchema/distinfo ============================================================================== --- head/databases/p5-DBIx-DBSchema/distinfo Sat Nov 16 17:58:27 2013 (r334017) +++ head/databases/p5-DBIx-DBSchema/distinfo Sat Nov 16 18:06:44 2013 (r334018) @@ -1,2 +1,2 @@ -SHA256 (DBIx-DBSchema-0.43.tar.gz) = 1a52e7118c3457c678e32a060e4b2693845b2a21a76c3bfb28dc09f52aa192e4 -SIZE (DBIx-DBSchema-0.43.tar.gz) = 28400 +SHA256 (DBIx-DBSchema-0.44.tar.gz) = 65e36dafda205b64fd299d1b1c3e3c1f173db437b907031f0db417cb191eccb0 +SIZE (DBIx-DBSchema-0.44.tar.gz) = 28635 Modified: head/databases/p5-DBIx-DBSchema/pkg-plist ============================================================================== --- head/databases/p5-DBIx-DBSchema/pkg-plist Sat Nov 16 17:58:27 2013 (r334017) +++ head/databases/p5-DBIx-DBSchema/pkg-plist Sat Nov 16 18:06:44 2013 (r334018) @@ -6,6 +6,7 @@ %%PERL5_MAN3%%/DBIx::DBSchema::DBD::SQLite.3.gz %%PERL5_MAN3%%/DBIx::DBSchema::DBD::Sybase.3.gz %%PERL5_MAN3%%/DBIx::DBSchema::DBD::mysql.3.gz +%%PERL5_MAN3%%/DBIx::DBSchema::ForeignKey.3.gz %%PERL5_MAN3%%/DBIx::DBSchema::Index.3.gz %%PERL5_MAN3%%/DBIx::DBSchema::Table.3.gz %%SITE_PERL%%/DBIx/DBSchema.pm @@ -16,6 +17,7 @@ %%SITE_PERL%%/DBIx/DBSchema/DBD/SQLite.pm %%SITE_PERL%%/DBIx/DBSchema/DBD/Sybase.pm %%SITE_PERL%%/DBIx/DBSchema/DBD/mysql.pm +%%SITE_PERL%%/DBIx/DBSchema/ForeignKey.pm %%SITE_PERL%%/DBIx/DBSchema/Index.pm %%SITE_PERL%%/DBIx/DBSchema/Table.pm %%SITE_PERL%%/DBIx/DBSchema/_util.pm