Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2012 07:56:02 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304771 - head/devel/p5-Exception-Class
Message-ID:  <201209240756.q8O7u2CB073612@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Mon Sep 24 07:56:01 2012
New Revision: 304771
URL: http://svn.freebsd.org/changeset/ports/304771

Log:
  - Update to 1.35
  - Add LICENSE (Artistic 2.0)
  - Add TEST_DEPENDS
  
  Changes:	http://search.cpan.org/dist/Exception-Class/Changes

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

Modified: head/devel/p5-Exception-Class/Makefile
==============================================================================
--- head/devel/p5-Exception-Class/Makefile	Mon Sep 24 07:17:45 2012	(r304770)
+++ head/devel/p5-Exception-Class/Makefile	Mon Sep 24 07:56:01 2012	(r304771)
@@ -1,13 +1,7 @@
-# ex:ts=8
-# New ports collection makefile for:	p5-Exception-Class
-# Date created:			Jul 28, 2001
-# Whom:	      			ijliao
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Exception-Class
-PORTVERSION=	1.32
+PORTVERSION=	1.35
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,12 +9,20 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	A module that allows you to declare real exception classes in Perl
 
-RUN_DEPENDS=	p5-Class-Data-Inheritable>=0.02:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
+LICENSE=	ART20
+
+BUILD_DEPENDS=	p5-Class-Data-Inheritable>=0.02:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
 		p5-Devel-StackTrace>=1.20:${PORTSDIR}/devel/p5-Devel-StackTrace
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
 MAN3=		Exception::Class.3 Exception::Class::Base.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501001
+TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/p5-Exception-Class/distinfo
==============================================================================
--- head/devel/p5-Exception-Class/distinfo	Mon Sep 24 07:17:45 2012	(r304770)
+++ head/devel/p5-Exception-Class/distinfo	Mon Sep 24 07:56:01 2012	(r304771)
@@ -1,2 +1,2 @@
-SHA256 (Exception-Class-1.32.tar.gz) = 9bd0945929b0e2f5511eba3851265cd2ec7f1dc7412967755b5dc4b80fde9478
-SIZE (Exception-Class-1.32.tar.gz) = 23702
+SHA256 (Exception-Class-1.35.tar.gz) = 63296f58b803408c62d2af78387b8fada41d8bb0a4ae74ea3f79f5b87e1e6e04
+SIZE (Exception-Class-1.35.tar.gz) = 23162



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