From owner-svn-ports-head@freebsd.org Fri Oct 9 18:33:01 2015 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 79D619D12E8; Fri, 9 Oct 2015 18:33:01 +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 098146E; Fri, 9 Oct 2015 18:33:00 +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 t99IX0k8061169; Fri, 9 Oct 2015 18:33:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t99IWx4p061147; Fri, 9 Oct 2015 18:32:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510091832.t99IWx4p061147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 Oct 2015 18:32:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398947 - head/devel/p5-Class-Declare 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.20 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: Fri, 09 Oct 2015 18:33:01 -0000 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 (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