Date: Fri, 9 Oct 2015 18:32:59 +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: r398947 - head/devel/p5-Class-Declare Message-ID: <201510091832.t99IWx4p061147@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Oct 9 18:32:59 2015 New Revision: 398947 URL: https://svnweb.freebsd.org/changeset/ports/398947 Log: - Update to 0.19 - While I'm here: - Fix *_DEPENDS: Test::Exception is a test-only dependency - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Class-Declare/Changes PR: 203655 Submitted by: Sergey Karatkevich <simarg@gmail.com> (maintainer) Modified: head/devel/p5-Class-Declare/Makefile head/devel/p5-Class-Declare/distinfo head/devel/p5-Class-Declare/pkg-plist Modified: head/devel/p5-Class-Declare/Makefile ============================================================================== --- head/devel/p5-Class-Declare/Makefile Fri Oct 9 18:32:54 2015 (r398946) +++ head/devel/p5-Class-Declare/Makefile Fri Oct 9 18:32:59 2015 (r398947) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Class-Declare -PORTVERSION= 0.17 -PORTREVISION= 1 +PORTVERSION= 0.19 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= simarg@gmail.com COMMENT= Perl module for declare classes -BUILD_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0.15:${PORTSDIR}/devel/p5-Test-Exception +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Class-Declare/distinfo ============================================================================== --- head/devel/p5-Class-Declare/distinfo Fri Oct 9 18:32:54 2015 (r398946) +++ head/devel/p5-Class-Declare/distinfo Fri Oct 9 18:32:59 2015 (r398947) @@ -1,2 +1,2 @@ -SHA256 (Class-Declare-0.17.tar.gz) = 5ccd5aabfc940fc950527403e6985a74079c6d6fbf82c911c9f4fac0e72387ab -SIZE (Class-Declare-0.17.tar.gz) = 76584 +SHA256 (Class-Declare-0.19.tar.gz) = 43a323521956303dfc26700ffd3967ecc4088f66f12e1d9074f73dd8e790fa01 +SIZE (Class-Declare-0.19.tar.gz) = 77805 Modified: head/devel/p5-Class-Declare/pkg-plist ============================================================================== --- head/devel/p5-Class-Declare/pkg-plist Fri Oct 9 18:32:54 2015 (r398946) +++ head/devel/p5-Class-Declare/pkg-plist Fri Oct 9 18:32:59 2015 (r398947) @@ -1,6 +1,6 @@ %%SITE_PERL%%/Class/Declare.pm %%SITE_PERL%%/Class/Declare/Dump.pm %%SITE_PERL%%/Class/Declare/Hash.pm -%%PERL5_MAN3%%/Class::Declare::Dump.3.gz %%PERL5_MAN3%%/Class::Declare.3.gz +%%PERL5_MAN3%%/Class::Declare::Dump.3.gz %%PERL5_MAN3%%/Class::Declare::Hash.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510091832.t99IWx4p061147>