From owner-svn-ports-head@FreeBSD.ORG Mon Sep 24 07:56:02 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F9F8106566B; Mon, 24 Sep 2012 07:56:02 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 717458FC12; Mon, 24 Sep 2012 07:56:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8O7u2rj073615; Mon, 24 Sep 2012 07:56:02 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8O7u2CB073612; Mon, 24 Sep 2012 07:56:02 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201209240756.q8O7u2CB073612@svn.freebsd.org> From: Frederic Culot Date: Mon, 24 Sep 2012 07:56:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304771 - head/devel/p5-Exception-Class X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 24 Sep 2012 07:56:02 -0000 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 +.include + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include 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