From owner-svn-ports-head@FreeBSD.ORG Wed Oct 23 17:22:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0BBF6FBC; Wed, 23 Oct 2013 17:22:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D41622F1D; Wed, 23 Oct 2013 17:22:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9NHMDCu068252; Wed, 23 Oct 2013 17:22:13 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9NHMDio068249; Wed, 23 Oct 2013 17:22:13 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310231722.r9NHMDio068249@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Oct 2013 17:22:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331396 - head/devel/p5-Throwable 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.14 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: Wed, 23 Oct 2013 17:22:14 -0000 Author: sunpoet Date: Wed Oct 23 17:22:12 2013 New Revision: 331396 URL: http://svnweb.freebsd.org/changeset/ports/331396 Log: - Update to 0.200009 - Add LICENSE - Support STAGEDIR Changes: http://search.cpan.org/dist/Throwable/Changes Modified: head/devel/p5-Throwable/Makefile head/devel/p5-Throwable/distinfo (contents, props changed) head/devel/p5-Throwable/pkg-plist (contents, props changed) Modified: head/devel/p5-Throwable/Makefile ============================================================================== --- head/devel/p5-Throwable/Makefile Wed Oct 23 17:22:07 2013 (r331395) +++ head/devel/p5-Throwable/Makefile Wed Oct 23 17:22:12 2013 (r331396) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Throwable -PORTVERSION= 0.200008 +PORTVERSION= 0.200009 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Easy-to-use class for error objects +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-Class-Load>=0.20:${PORTSDIR}/devel/p5-Class-Load \ p5-Devel-StackTrace>=1.21:${PORTSDIR}/devel/p5-Devel-StackTrace \ p5-Moo>=1.000001:${PORTSDIR}/devel/p5-Moo \ @@ -19,7 +22,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= StackTrace::Auto.3 Throwable.3 Throwable::Error.3 - -NO_STAGE= yes .include Modified: head/devel/p5-Throwable/distinfo ============================================================================== --- head/devel/p5-Throwable/distinfo Wed Oct 23 17:22:07 2013 (r331395) +++ head/devel/p5-Throwable/distinfo Wed Oct 23 17:22:12 2013 (r331396) @@ -1,2 +1,2 @@ -SHA256 (Throwable-0.200008.tar.gz) = d08d51862417031d1a47e0645517a9b4d3669b651e93ddbfe27728514118bc79 -SIZE (Throwable-0.200008.tar.gz) = 16623 +SHA256 (Throwable-0.200009.tar.gz) = 5466bb66cf3c85896fb7ec742dc39511a2056ebb80a5abdca4bd96315ecdd955 +SIZE (Throwable-0.200009.tar.gz) = 16081 Modified: head/devel/p5-Throwable/pkg-plist ============================================================================== --- head/devel/p5-Throwable/pkg-plist Wed Oct 23 17:22:07 2013 (r331395) +++ head/devel/p5-Throwable/pkg-plist Wed Oct 23 17:22:12 2013 (r331396) @@ -1,7 +1,10 @@ %%SITE_PERL%%/StackTrace/Auto.pm -%%SITE_PERL%%/Throwable/Error.pm %%SITE_PERL%%/Throwable.pm +%%SITE_PERL%%/Throwable/Error.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Throwable/.packlist +%%PERL5_MAN3%%/StackTrace::Auto.3.gz +%%PERL5_MAN3%%/Throwable.3.gz +%%PERL5_MAN3%%/Throwable::Error.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Throwable @dirrmtry %%SITE_PERL%%/Throwable @dirrmtry %%SITE_PERL%%/StackTrace