Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2012 14:35:49 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304272 - head/devel/p5-Log-Minimal
Message-ID:  <201209141435.q8EEZnJS041929@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Fri Sep 14 14:35:49 2012
New Revision: 304272
URL: http://svn.freebsd.org/changeset/ports/304272

Log:
  - Update to 0.11
  
  Changes:	http://search.cpan.org/dist/Log-Minimal/Changes

Modified:
  head/devel/p5-Log-Minimal/Makefile
  head/devel/p5-Log-Minimal/distinfo

Modified: head/devel/p5-Log-Minimal/Makefile
==============================================================================
--- head/devel/p5-Log-Minimal/Makefile	Fri Sep 14 14:08:24 2012	(r304271)
+++ head/devel/p5-Log-Minimal/Makefile	Fri Sep 14 14:35:49 2012	(r304272)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Log-Minimal
-PORTVERSION=	0.10
+PORTVERSION=	0.11
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -21,4 +21,10 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Log::Minimal.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/p5-Log-Minimal/distinfo
==============================================================================
--- head/devel/p5-Log-Minimal/distinfo	Fri Sep 14 14:08:24 2012	(r304271)
+++ head/devel/p5-Log-Minimal/distinfo	Fri Sep 14 14:35:49 2012	(r304272)
@@ -1,2 +1,2 @@
-SHA256 (Log-Minimal-0.10.tar.gz) = 93f3f7505d38428804a3a06db3c6d148ae2a2b06c9b55d961a02c8f520013e78
-SIZE (Log-Minimal-0.10.tar.gz) = 23265
+SHA256 (Log-Minimal-0.11.tar.gz) = 7112edd5884b8e3ef2bb41518bee3f46990a085ad06c46385418ab415f36ac2c
+SIZE (Log-Minimal-0.11.tar.gz) = 24097



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