From owner-svn-ports-all@FreeBSD.ORG Tue Jun 25 14:37:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B329271B; Tue, 25 Jun 2013 14:37:13 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 88C641EC9; Tue, 25 Jun 2013 14:37:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5PEbD1c034781; Tue, 25 Jun 2013 14:37:13 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5PEbCEb034779; Tue, 25 Jun 2013 14:37:12 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201306251437.r5PEbCEb034779@svn.freebsd.org> From: Frederic Culot Date: Tue, 25 Jun 2013 14:37:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321746 - head/devel/p5-Data-Section X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jun 2013 14:37:13 -0000 Author: culot Date: Tue Jun 25 14:37:12 2013 New Revision: 321746 URL: http://svnweb.freebsd.org/changeset/ports/321746 Log: - Update 0.101622 - Trim Makefile's header Changes: http://search.cpan.org/dist/Data-Section/Changes Modified: head/devel/p5-Data-Section/Makefile head/devel/p5-Data-Section/distinfo Modified: head/devel/p5-Data-Section/Makefile ============================================================================== --- head/devel/p5-Data-Section/Makefile Tue Jun 25 13:58:41 2013 (r321745) +++ head/devel/p5-Data-Section/Makefile Tue Jun 25 14:37:12 2013 (r321746) @@ -1,12 +1,8 @@ -# New ports collection makefile for: Data-Section -# Date created: 27 December 2009 -# Whom: Andrey Kostenko -# +# Created by: Andrey Kostenko # $FreeBSD$ -# PORTNAME= Data-Section -PORTVERSION= 0.101621 +PORTVERSION= 0.101622 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,10 +17,15 @@ BUILD_DEPENDS= p5-Sub-Exporter>=0.979:${ p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat RUN_DEPENDS= p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat -TEST_DEPENDS= p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= YES MAN3= Data::Section.3 -.include +.include + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Modified: head/devel/p5-Data-Section/distinfo ============================================================================== --- head/devel/p5-Data-Section/distinfo Tue Jun 25 13:58:41 2013 (r321745) +++ head/devel/p5-Data-Section/distinfo Tue Jun 25 14:37:12 2013 (r321746) @@ -1,2 +1,2 @@ -SHA256 (Data-Section-0.101621.tar.gz) = 07fe7bbc0c7a31814c6d849e579610e51b5ca4912d223cc37568a4900f1aa404 -SIZE (Data-Section-0.101621.tar.gz) = 14913 +SHA256 (Data-Section-0.101622.tar.gz) = 33613e5daf0791fc2c5878fd82ef260e944b1e1fa205bcc753c31c62f5b7c7d3 +SIZE (Data-Section-0.101622.tar.gz) = 17813