From owner-svn-ports-head@FreeBSD.ORG Tue Apr 16 17:06:59 2013 Return-Path: Delivered-To: svn-ports-head@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 D7C3551A; Tue, 16 Apr 2013 17:06:59 +0000 (UTC) (envelope-from sunpoet@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 AF878949; Tue, 16 Apr 2013 17:06:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3GH6xU5029988; Tue, 16 Apr 2013 17:06:59 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3GH6x2n029985; Tue, 16 Apr 2013 17:06:59 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201304161706.r3GH6x2n029985@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 16 Apr 2013 17:06:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315856 - head/devel/p5-Data-Section-Simple 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: Tue, 16 Apr 2013 17:06:59 -0000 Author: sunpoet Date: Tue Apr 16 17:06:58 2013 New Revision: 315856 URL: http://svnweb.freebsd.org/changeset/ports/315856 Log: - Update to 0.04 - Remove outdated PERL_LEVEL check - Cleanup Makefile header Changes: http://search.cpan.org/dist/Data-Section-Simple/Changes Feature safe: yes Modified: head/devel/p5-Data-Section-Simple/Makefile (contents, props changed) head/devel/p5-Data-Section-Simple/distinfo (contents, props changed) Modified: head/devel/p5-Data-Section-Simple/Makefile ============================================================================== --- head/devel/p5-Data-Section-Simple/Makefile Tue Apr 16 17:06:54 2013 (r315855) +++ head/devel/p5-Data-Section-Simple/Makefile Tue Apr 16 17:06:58 2013 (r315856) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Data-Section-Simple -# Date created: 2011-08-01 -# Whom: Sunpoet Po-Chuan Hsieh -# +# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -# PORTNAME= Data-Section-Simple -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Read data from __DATA__ -PERL_CONFIGURE= yes +BUILD_DEPENDS= p5-Module-Build-Tiny>=0.013:${PORTSDIR}/devel/p5-Module-Build-Tiny -MAN3= Data::Section::Simple.3 - -.include +PERL_MODBUILD= yes -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif +MAN3= Data::Section::Simple.3 -.include +.include Modified: head/devel/p5-Data-Section-Simple/distinfo ============================================================================== --- head/devel/p5-Data-Section-Simple/distinfo Tue Apr 16 17:06:54 2013 (r315855) +++ head/devel/p5-Data-Section-Simple/distinfo Tue Apr 16 17:06:58 2013 (r315856) @@ -1,2 +1,2 @@ -SHA256 (Data-Section-Simple-0.03.tar.gz) = 997003bcc061f32d8d5b631d1f6558822a9fd31db275d732c65720e03950c56c -SIZE (Data-Section-Simple-0.03.tar.gz) = 21019 +SHA256 (Data-Section-Simple-0.04.tar.gz) = 0f7b61cc521dbe8569da4056392dc5f2540492e2e75b838f1a524405dcc777bb +SIZE (Data-Section-Simple-0.04.tar.gz) = 11561