Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2013 17:06:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201304161706.r3GH6x2n029985@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 # $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 <bsd.port.pre.mk>
+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 <bsd.port.post.mk>
+.include <bsd.port.mk>

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



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