svn commit: r396668 - head/devel/p5-Class-ErrorHandler

Lars Thegler lth at FreeBSD.org
Fri Sep 11 14:22:21 UTC 2015


Author: lth
Date: Fri Sep 11 14:22:20 2015
New Revision: 396668
URL: https://svnweb.freebsd.org/changeset/ports/396668

Log:
  - update to 0.04
  - add LICENSE
  
  Changes:	https://metacpan.org/changes/distribution/Class-ErrorHandler

Modified:
  head/devel/p5-Class-ErrorHandler/Makefile
  head/devel/p5-Class-ErrorHandler/distinfo

Modified: head/devel/p5-Class-ErrorHandler/Makefile
==============================================================================
--- head/devel/p5-Class-ErrorHandler/Makefile	Fri Sep 11 14:15:10 2015	(r396667)
+++ head/devel/p5-Class-ErrorHandler/Makefile	Fri Sep 11 14:22:20 2015	(r396668)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Class-ErrorHandler
-PORTVERSION=	0.03
-PORTREVISION=	1
+PORTVERSION=	0.04
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,7 +9,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	lth at FreeBSD.org
 COMMENT=	Base class for error handling
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
-USE_PERL5=	modbuild
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Class-ErrorHandler/distinfo
==============================================================================
--- head/devel/p5-Class-ErrorHandler/distinfo	Fri Sep 11 14:15:10 2015	(r396667)
+++ head/devel/p5-Class-ErrorHandler/distinfo	Fri Sep 11 14:22:20 2015	(r396668)
@@ -1,2 +1,2 @@
-SHA256 (Class-ErrorHandler-0.03.tar.gz) = f95bff52f60ee325a67c87bd1ce6b21eb2fefad7ddbdff7e1724d834f626e130
-SIZE (Class-ErrorHandler-0.03.tar.gz) = 10061
+SHA256 (Class-ErrorHandler-0.04.tar.gz) = 342d2dcfc797a20bee8179b1b96b85c0ae7a5b48827359523cd8c74c3e704502
+SIZE (Class-ErrorHandler-0.04.tar.gz) = 9821


More information about the svn-ports-head mailing list