Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2013 12:39:41 +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: r324432 - head/devel/p5-Log-Dispatch-File-Stamped
Message-ID:  <201308091239.r79CdfNc027911@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Fri Aug  9 12:39:41 2013
New Revision: 324432
URL: http://svnweb.freebsd.org/changeset/ports/324432

Log:
  - Update to 0.12 [1]
  - Add LICENSE (Artistic 1 & GPL 1)
  - Add TEST_DEPENDS
  - Convert to new Uses/perl5.mk framework
  - Pet portlint(1) by changing tab into space in WWW link
  - Trim Makefile's header
  
  Changes:	http://search.cpan.org/dist/Log-Dispatch-File-Stamped/Changes
  PR:		ports/180822 [1]
  Submitted by:	Stephon Chen <stephon@gmail.com>
  Approved by:	maintainer (timeout, >14 days)

Modified:
  head/devel/p5-Log-Dispatch-File-Stamped/Makefile
  head/devel/p5-Log-Dispatch-File-Stamped/distinfo
  head/devel/p5-Log-Dispatch-File-Stamped/pkg-descr

Modified: head/devel/p5-Log-Dispatch-File-Stamped/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch-File-Stamped/Makefile	Fri Aug  9 12:21:41 2013	(r324431)
+++ head/devel/p5-Log-Dispatch-File-Stamped/Makefile	Fri Aug  9 12:39:41 2013	(r324432)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-Log-Dispatch-File-Stamped
-# Date created:		2010-07-15
-# Whom:			Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
-#
+# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	Log-Dispatch-File-Stamped
-PORTVERSION=	0.10
+PORTVERSION=	0.12
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	Log
@@ -15,9 +11,20 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	jnlin@csie.nctu.edu.tw
 COMMENT=	Logging to date/time stamped files
 
-RUN_DEPENDS=	p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+BUILD_DEPENDS=	p5-Log-Dispatch>=2.38:${PORTSDIR}/devel/p5-Log-Dispatch \
+		p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate \
+		p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Path-Tiny>0:${PORTSDIR}/devel/p5-Path-Tiny \
+		p5-Test-CheckDeps>=0.002:${PORTSDIR}/devel/p5-Test-CheckDeps \
+		p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \
+		p5-Test-TempDir>0:${PORTSDIR}/devel/p5-Test-TempDir
+
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Log::Dispatch::File::Stamped.3
 

Modified: head/devel/p5-Log-Dispatch-File-Stamped/distinfo
==============================================================================
--- head/devel/p5-Log-Dispatch-File-Stamped/distinfo	Fri Aug  9 12:21:41 2013	(r324431)
+++ head/devel/p5-Log-Dispatch-File-Stamped/distinfo	Fri Aug  9 12:39:41 2013	(r324432)
@@ -1,2 +1,2 @@
-SHA256 (Log-Dispatch-File-Stamped-0.10.tar.gz) = 9c5e26cdd1841e87e7db8b4e75a995cbacc44b0632de5a7685cf1d8c40c28a11
-SIZE (Log-Dispatch-File-Stamped-0.10.tar.gz) = 5488
+SHA256 (Log-Dispatch-File-Stamped-0.12.tar.gz) = 03229c4dee5fda738a6404cb2d3d6c6ff72a02fb19ff3b7d440c7931637fb818
+SIZE (Log-Dispatch-File-Stamped-0.12.tar.gz) = 18684

Modified: head/devel/p5-Log-Dispatch-File-Stamped/pkg-descr
==============================================================================
--- head/devel/p5-Log-Dispatch-File-Stamped/pkg-descr	Fri Aug  9 12:21:41 2013	(r324431)
+++ head/devel/p5-Log-Dispatch-File-Stamped/pkg-descr	Fri Aug  9 12:39:41 2013	(r324432)
@@ -1,4 +1,4 @@
 This module provides a Log::Dispatch style interface to log to date/time
 stamped files.
 
-WWW:	http://search.cpan.org/dist/Log-Dispatch-File-Stamped/
+WWW: http://search.cpan.org/dist/Log-Dispatch-File-Stamped/



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