From owner-svn-ports-head@freebsd.org Mon Feb 1 19:49:07 2016 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 7B4A9A97B96; Mon, 1 Feb 2016 19:49:07 +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 359A71B9B; Mon, 1 Feb 2016 19:49:07 +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 u11Jn631004666; Mon, 1 Feb 2016 19:49:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u11Jn6IF004663; Mon, 1 Feb 2016 19:49:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201602011949.u11Jn6IF004663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 1 Feb 2016 19:49:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407760 - head/devel/p5-Exception-Class 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: Mon, 01 Feb 2016 19:49:07 -0000 Author: sunpoet Date: Mon Feb 1 19:49:05 2016 New Revision: 407760 URL: https://svnweb.freebsd.org/changeset/ports/407760 Log: - Update to 1.40 - Fix LICENSE - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Exception-Class/Changes Modified: head/devel/p5-Exception-Class/Makefile head/devel/p5-Exception-Class/distinfo head/devel/p5-Exception-Class/pkg-plist Modified: head/devel/p5-Exception-Class/Makefile ============================================================================== --- head/devel/p5-Exception-Class/Makefile Mon Feb 1 19:49:00 2016 (r407759) +++ head/devel/p5-Exception-Class/Makefile Mon Feb 1 19:49:05 2016 (r407760) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Exception-Class -PORTVERSION= 1.39 +PORTVERSION= 1.40 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -9,12 +9,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Real exception classes in Perl -LICENSE= ART20 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Class-Data-Inheritable>=0.02:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-Devel-StackTrace>=2.00:${PORTSDIR}/devel/p5-Devel-StackTrace RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Exception-Class/distinfo ============================================================================== --- head/devel/p5-Exception-Class/distinfo Mon Feb 1 19:49:00 2016 (r407759) +++ head/devel/p5-Exception-Class/distinfo Mon Feb 1 19:49:05 2016 (r407760) @@ -1,2 +1,2 @@ -SHA256 (Exception-Class-1.39.tar.gz) = 819c756a69a6d1e31f396eca6a508b07b0a522a035b904cd1d432353cc362083 -SIZE (Exception-Class-1.39.tar.gz) = 38936 +SHA256 (Exception-Class-1.40.tar.gz) = d1171f2d03a485e87eb561f34688991c17b939d2689bcda47f3f51b372669a1f +SIZE (Exception-Class-1.40.tar.gz) = 41715 Modified: head/devel/p5-Exception-Class/pkg-plist ============================================================================== --- head/devel/p5-Exception-Class/pkg-plist Mon Feb 1 19:49:00 2016 (r407759) +++ head/devel/p5-Exception-Class/pkg-plist Mon Feb 1 19:49:05 2016 (r407760) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/Exception::Class.3.gz -%%PERL5_MAN3%%/Exception::Class::Base.3.gz %%SITE_PERL%%/Exception/Class.pm %%SITE_PERL%%/Exception/Class/Base.pm +%%PERL5_MAN3%%/Exception::Class.3.gz +%%PERL5_MAN3%%/Exception::Class::Base.3.gz