Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2013 17:22:13 +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: r331396 - head/devel/p5-Throwable
Message-ID:  <201310231722.r9NHMDio068249@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310231722.r9NHMDio068249>