From owner-svn-ports-all@freebsd.org Wed May 11 19:37:39 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 37324B37F3C; Wed, 11 May 2016 19:37:39 +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 B075B1663; Wed, 11 May 2016 19:37:38 +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 u4BJbbcE086272; Wed, 11 May 2016 19:37:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4BJbbr2086269; Wed, 11 May 2016 19:37:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605111937.u4BJbbr2086269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 May 2016 19:37:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415020 - head/devel/p5-Rinci 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: Wed, 11 May 2016 19:37:39 -0000 Author: sunpoet Date: Wed May 11 19:37:37 2016 New Revision: 415020 URL: https://svnweb.freebsd.org/changeset/ports/415020 Log: - Update to 1.1.80 Changes: http://search.cpan.org/dist/Rinci/Changes Modified: head/devel/p5-Rinci/Makefile head/devel/p5-Rinci/distinfo head/devel/p5-Rinci/pkg-plist Modified: head/devel/p5-Rinci/Makefile ============================================================================== --- head/devel/p5-Rinci/Makefile Wed May 11 19:37:32 2016 (r415019) +++ head/devel/p5-Rinci/Makefile Wed May 11 19:37:37 2016 (r415020) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Rinci -PORTVERSION= 1.1.79 +PORTVERSION= 1.1.80 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PERLANCAR @@ -15,6 +15,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= p5-Data-Sah-Normalize>=0:devel/p5-Data-Sah-Normalize +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-DefHash>=1.0.6:devel/p5-DefHash \ p5-Sah>=0.9.36:devel/p5-Sah Modified: head/devel/p5-Rinci/distinfo ============================================================================== --- head/devel/p5-Rinci/distinfo Wed May 11 19:37:32 2016 (r415019) +++ head/devel/p5-Rinci/distinfo Wed May 11 19:37:37 2016 (r415020) @@ -1,2 +1,2 @@ -SHA256 (Rinci-1.1.79.tar.gz) = ef3cb8460688181aa50fa4eb3e69d3fc9d656df0b037949243de1af0bf9f0ee2 -SIZE (Rinci-1.1.79.tar.gz) = 58205 +SHA256 (Rinci-1.1.80.tar.gz) = d06bf819963850e6103e07093b71c97b47143f6f881a050e1a09f9a99c260628 +SIZE (Rinci-1.1.80.tar.gz) = 58503 Modified: head/devel/p5-Rinci/pkg-plist ============================================================================== --- head/devel/p5-Rinci/pkg-plist Wed May 11 19:37:32 2016 (r415019) +++ head/devel/p5-Rinci/pkg-plist Wed May 11 19:37:37 2016 (r415020) @@ -8,7 +8,9 @@ %%SITE_PERL%%/Rinci/package.pod %%SITE_PERL%%/Rinci/resmeta.pod %%SITE_PERL%%/Rinci/variable.pod -%%SITE_PERL%%/Sah/Schema/Rinci.pm +%%SITE_PERL%%/Sah/Schema/rinci/function_meta.pm +%%SITE_PERL%%/Sah/Schema/rinci/meta.pm +%%SITE_PERL%%/Sah/Schema/rinci/result_meta.pm %%PERL5_MAN3%%/Rinci.3.gz %%PERL5_MAN3%%/Rinci::FAQ.3.gz %%PERL5_MAN3%%/Rinci::Transaction.3.gz @@ -18,4 +20,6 @@ %%PERL5_MAN3%%/Rinci::package.3.gz %%PERL5_MAN3%%/Rinci::resmeta.3.gz %%PERL5_MAN3%%/Rinci::variable.3.gz -%%PERL5_MAN3%%/Sah::Schema::Rinci.3.gz +%%PERL5_MAN3%%/Sah::Schema::rinci::function_meta.3.gz +%%PERL5_MAN3%%/Sah::Schema::rinci::meta.3.gz +%%PERL5_MAN3%%/Sah::Schema::rinci::result_meta.3.gz