svn commit: r407760 - head/devel/p5-Exception-Class

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 1 19:49:07 UTC 2016


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 at 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


More information about the svn-ports-all mailing list