From owner-svn-ports-head@FreeBSD.ORG Sat Oct 12 16:45:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8B56FAA8; Sat, 12 Oct 2013 16:45:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F5A32628; Sat, 12 Oct 2013 16:45:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CGjctU026788; Sat, 12 Oct 2013 16:45:38 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9CGjcqt026786; Sat, 12 Oct 2013 16:45:38 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310121645.r9CGjcqt026786@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 12 Oct 2013 16:45:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330149 - head/devel/p5-Class-AutoClass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 12 Oct 2013 16:45:38 -0000 Author: sunpoet Date: Sat Oct 12 16:45:37 2013 New Revision: 330149 URL: http://svnweb.freebsd.org/changeset/ports/330149 Log: - Update to 1.56 Changes: http://search.cpan.org/dist/Class-AutoClass/Changes Modified: head/devel/p5-Class-AutoClass/Makefile head/devel/p5-Class-AutoClass/distinfo Modified: head/devel/p5-Class-AutoClass/Makefile ============================================================================== --- head/devel/p5-Class-AutoClass/Makefile Sat Oct 12 16:45:33 2013 (r330148) +++ head/devel/p5-Class-AutoClass/Makefile Sat Oct 12 16:45:37 2013 (r330149) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Class-AutoClass -PORTVERSION= 1.55 +PORTVERSION= 1.56 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,15 +13,24 @@ COMMENT= Create get and set methods and LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Hash-AutoHash-Args>=1.10:${PORTSDIR}/devel/p5-Hash-AutoHash-Args +BUILD_DEPENDS= p5-Hash-AutoHash>=1.17:${PORTSDIR}/devel/p5-Hash-AutoHash \ + p5-Hash-AutoHash-Args>=1.18:${PORTSDIR}/devel/p5-Hash-AutoHash-Args RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-stringy>=2.1:${PORTSDIR}/devel/p5-IO-stringy \ - p5-Test-Deep>=0.098:${PORTSDIR}/devel/p5-Test-Deep + p5-Test-Deep>=0.110:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Pod>=1.48:${PORTSDIR}/devel/p5-Test-Pod +NO_STAGE= yes USE_PERL5= modbuild USES= perl5 MAN3= Class::AutoClass.3 -NO_STAGE= yes -.include +.include + +#.if ${PERL_LEVEL} < 501400 +#BUILD_DEPENDS+= p5-Carp>=1.20:${PORTSDIR}/devel/p5-Carp +#RUN_DEPENDS+= p5-Carp>=1.20:${PORTSDIR}/devel/p5-Carp +#.endif + +.include Modified: head/devel/p5-Class-AutoClass/distinfo ============================================================================== --- head/devel/p5-Class-AutoClass/distinfo Sat Oct 12 16:45:33 2013 (r330148) +++ head/devel/p5-Class-AutoClass/distinfo Sat Oct 12 16:45:37 2013 (r330149) @@ -1,2 +1,2 @@ -SHA256 (Class-AutoClass-1.55.tar.gz) = f38471987b4956e4707cda94e62033e5106cfcf2c1c8b66a3170137af7fa8672 -SIZE (Class-AutoClass-1.55.tar.gz) = 69538 +SHA256 (Class-AutoClass-1.56.tar.gz) = 357fc75ba7a49cc5613c30a84898545bd330b697b8ed37be1916bbd72ac35147 +SIZE (Class-AutoClass-1.56.tar.gz) = 70446