From owner-svn-ports-head@freebsd.org Thu Mar 16 20:55:04 2017 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 7CC39D0FE88; Thu, 16 Mar 2017 20:55:04 +0000 (UTC) (envelope-from sunpoet@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 30441ABA; Thu, 16 Mar 2017 20:55:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2GKt3CI037543; Thu, 16 Mar 2017 20:55:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2GKt3of037540; Thu, 16 Mar 2017 20:55:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703162055.v2GKt3of037540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 16 Mar 2017 20:55:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436296 - head/databases/p5-DBIx-Custom 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: Thu, 16 Mar 2017 20:55:04 -0000 Author: sunpoet Date: Thu Mar 16 20:55:02 2017 New Revision: 436296 URL: https://svnweb.freebsd.org/changeset/ports/436296 Log: Update to 0.38 - Add NO_ARCH Changes: http://search.cpan.org/dist/DBIx-Custom/Changes Modified: head/databases/p5-DBIx-Custom/Makefile head/databases/p5-DBIx-Custom/distinfo head/databases/p5-DBIx-Custom/pkg-plist Modified: head/databases/p5-DBIx-Custom/Makefile ============================================================================== --- head/databases/p5-DBIx-Custom/Makefile Thu Mar 16 20:52:05 2017 (r436295) +++ head/databases/p5-DBIx-Custom/Makefile Thu Mar 16 20:55:02 2017 (r436296) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-Custom -PORTVERSION= 0.3300 +PORTVERSION= 0.3800 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,6 +19,7 @@ BUILD_DEPENDS= p5-DBD-SQLite>=1.25:datab p5-Object-Simple>=3.1000:devel/p5-Object-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/databases/p5-DBIx-Custom/distinfo ============================================================================== --- head/databases/p5-DBIx-Custom/distinfo Thu Mar 16 20:52:05 2017 (r436295) +++ head/databases/p5-DBIx-Custom/distinfo Thu Mar 16 20:55:02 2017 (r436296) @@ -1,2 +1,3 @@ -SHA256 (DBIx-Custom-0.33.tar.gz) = fc1f24c10688076a4ef2af5095fb3c58d6a4dd79259e61791690c1e75f019888 -SIZE (DBIx-Custom-0.33.tar.gz) = 212120 +TIMESTAMP = 1489682479 +SHA256 (DBIx-Custom-0.38.tar.gz) = b9ea4404301f86a9a244d168b07fe43b9ed2dc231544239b27f8096c3fb8bf48 +SIZE (DBIx-Custom-0.38.tar.gz) = 199590 Modified: head/databases/p5-DBIx-Custom/pkg-plist ============================================================================== --- head/databases/p5-DBIx-Custom/pkg-plist Thu Mar 16 20:52:05 2017 (r436295) +++ head/databases/p5-DBIx-Custom/pkg-plist Thu Mar 16 20:55:02 2017 (r436296) @@ -3,10 +3,7 @@ %%SITE_PERL%%/DBIx/Custom/Model.pm %%SITE_PERL%%/DBIx/Custom/NotExists.pm %%SITE_PERL%%/DBIx/Custom/Order.pm -%%SITE_PERL%%/DBIx/Custom/Query.pm -%%SITE_PERL%%/DBIx/Custom/QueryBuilder.pm %%SITE_PERL%%/DBIx/Custom/Result.pm -%%SITE_PERL%%/DBIx/Custom/Tag.pm %%SITE_PERL%%/DBIx/Custom/Util.pm %%SITE_PERL%%/DBIx/Custom/Where.pm %%PERL5_MAN3%%/DBIx::Custom.3.gz @@ -14,9 +11,6 @@ %%PERL5_MAN3%%/DBIx::Custom::Model.3.gz %%PERL5_MAN3%%/DBIx::Custom::NotExists.3.gz %%PERL5_MAN3%%/DBIx::Custom::Order.3.gz -%%PERL5_MAN3%%/DBIx::Custom::Query.3.gz -%%PERL5_MAN3%%/DBIx::Custom::QueryBuilder.3.gz %%PERL5_MAN3%%/DBIx::Custom::Result.3.gz -%%PERL5_MAN3%%/DBIx::Custom::Tag.3.gz %%PERL5_MAN3%%/DBIx::Custom::Util.3.gz %%PERL5_MAN3%%/DBIx::Custom::Where.3.gz