svn commit: r444909 - head/www/p5-Apache-LogFormat-Compiler

Eugene Grosbein eugen at FreeBSD.org
Mon Jul 3 03:38:10 UTC 2017


Author: eugen
Date: Mon Jul  3 03:38:09 2017
New Revision: 444909
URL: https://svnweb.freebsd.org/changeset/ports/444909

Log:
  - update to 0.35.
  - changes: http://search.cpan.org/dist/Apache-LogFormat-Compiler/Changes
  - add TEST_DEPENDS
  - remove unnecessary BUILD_DEPENDS
  
  PR:             217888
  Submitted by:   Anton Yuzhaninov
  Approved by:    kuriyama (maintainer timeout, 3+ months)
  Approved by:    az (mentor).

Modified:
  head/www/p5-Apache-LogFormat-Compiler/Makefile
  head/www/p5-Apache-LogFormat-Compiler/distinfo

Modified: head/www/p5-Apache-LogFormat-Compiler/Makefile
==============================================================================
--- head/www/p5-Apache-LogFormat-Compiler/Makefile	Sun Jul  2 23:26:19 2017	(r444908)
+++ head/www/p5-Apache-LogFormat-Compiler/Makefile	Mon Jul  3 03:38:09 2017	(r444909)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Apache-LogFormat-Compiler
-PORTVERSION=	0.32
-PORTREVISION=	1
+PORTVERSION=	0.35
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,10 +14,14 @@ LICENSE_COMB=	dual
 
 RUN_DEPENDS=	\
 	p5-POSIX-strftime-Compiler>=0.30:devel/p5-POSIX-strftime-Compiler
-BUILD_DEPENDS:=	${RUN_DEPENDS}
 
+TEST_DEPENDS=	\
+	p5-HTTP-Message>=0:www/p5-HTTP-Message \
+	p5-Test-MockTime>=0:devel/p5-Test-MockTime \
+	p5-Try-Tiny>=0.12:lang/p5-Try-Tiny
+
 USES=		perl5
-USE_PERL5=	modbuild
+USE_PERL5=	modbuildtiny
 NO_ARCH=	YES
 
 .include <bsd.port.mk>

Modified: head/www/p5-Apache-LogFormat-Compiler/distinfo
==============================================================================
--- head/www/p5-Apache-LogFormat-Compiler/distinfo	Sun Jul  2 23:26:19 2017	(r444908)
+++ head/www/p5-Apache-LogFormat-Compiler/distinfo	Mon Jul  3 03:38:09 2017	(r444909)
@@ -1,2 +1,3 @@
-SHA256 (Apache-LogFormat-Compiler-0.32.tar.gz) = bc112cdbc32f2e93c10bf661f39de509036e01c20c3a702a22cdb0be4426dd7f
-SIZE (Apache-LogFormat-Compiler-0.32.tar.gz) = 16354
+TIMESTAMP = 1489699098
+SHA256 (Apache-LogFormat-Compiler-0.35.tar.gz) = 1654c0000a042a8af052616e30b91c1f0b95a720c8048b59168a8bd99b07271a
+SIZE (Apache-LogFormat-Compiler-0.35.tar.gz) = 15996


More information about the svn-ports-all mailing list