Date: Wed, 11 May 2016 19:37:37 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415020 - head/devel/p5-Rinci Message-ID: <201605111937.u4BJbbr2086269@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605111937.u4BJbbr2086269>