Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Apr 2017 10:34:20 +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: r438007 - head/devel/p5-Log-Dispatch-FileRotate
Message-ID:  <201704081034.v38AYKZO095792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr  8 10:34:19 2017
New Revision: 438007
URL: https://svnweb.freebsd.org/changeset/ports/438007

Log:
  Update to 1.24
  
  - Sort *_DEPENDS
  - Add TEST_DEPENDS
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Log-Dispatch-FileRotate/Changes

Modified:
  head/devel/p5-Log-Dispatch-FileRotate/Makefile
  head/devel/p5-Log-Dispatch-FileRotate/distinfo

Modified: head/devel/p5-Log-Dispatch-FileRotate/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch-FileRotate/Makefile	Sat Apr  8 10:34:14 2017	(r438006)
+++ head/devel/p5-Log-Dispatch-FileRotate/Makefile	Sat Apr  8 10:34:19 2017	(r438007)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Log-Dispatch-FileRotate
-PORTVERSION=	1.19
-PORTREVISION=	1
+PORTVERSION=	1.24
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,12 +10,18 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Log::Dispatch plug-in for files that archive/rotate themselves
 
-BUILD_DEPENDS=	p5-Log-Dispatch>=0:devel/p5-Log-Dispatch \
-		p5-Date-Manip>=0:devel/p5-Date-Manip \
-		p5-Params-Validate>=0:devel/p5-Params-Validate \
-		p5-Log-Log4perl>=0:devel/p5-Log-Log4perl
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-Date-Manip>=0:devel/p5-Date-Manip \
+		p5-Log-Dispatch>=0:devel/p5-Log-Dispatch \
+		p5-Params-Validate>=0:devel/p5-Params-Validate
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Path-Tiny>=0.018:devel/p5-Path-Tiny \
+		p5-Test-Warn>=0:devel/p5-Test-Warn
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-Log-Dispatch-FileRotate/distinfo
==============================================================================
--- head/devel/p5-Log-Dispatch-FileRotate/distinfo	Sat Apr  8 10:34:14 2017	(r438006)
+++ head/devel/p5-Log-Dispatch-FileRotate/distinfo	Sat Apr  8 10:34:19 2017	(r438007)
@@ -1,2 +1,3 @@
-SHA256 (Log-Dispatch-FileRotate-1.19.tar.gz) = 45058f68181d112089f0808051ab446d874cbf791aa12e668cd4d06899f3387f
-SIZE (Log-Dispatch-FileRotate-1.19.tar.gz) = 15012
+TIMESTAMP = 1491601088
+SHA256 (Log-Dispatch-FileRotate-1.24.tar.gz) = 4facc1f3294ce73bd15bf16d6cfbdb805ab804db4249c7f91cb70fac010beeee
+SIZE (Log-Dispatch-FileRotate-1.24.tar.gz) = 23881



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