diff options
author | eugen <eugen@FreeBSD.org> | 2017-07-03 11:38:09 +0800 |
---|---|---|
committer | eugen <eugen@FreeBSD.org> | 2017-07-03 11:38:09 +0800 |
commit | d4e9a06595a6a0a726c6266c69eb2014f40c1377 (patch) | |
tree | 2223efc2d367740d7b6940d91808de31e6f29679 /www | |
parent | e55808025d84bb0fce5f613eb80c55d238c19938 (diff) | |
download | freebsd-ports-gnome-d4e9a06595a6a0a726c6266c69eb2014f40c1377.tar.gz freebsd-ports-gnome-d4e9a06595a6a0a726c6266c69eb2014f40c1377.tar.zst freebsd-ports-gnome-d4e9a06595a6a0a726c6266c69eb2014f40c1377.zip |
- 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).
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-LogFormat-Compiler/Makefile | 11 | ||||
-rw-r--r-- | www/p5-Apache-LogFormat-Compiler/distinfo | 5 |
2 files changed, 10 insertions, 6 deletions
diff --git a/www/p5-Apache-LogFormat-Compiler/Makefile b/www/p5-Apache-LogFormat-Compiler/Makefile index 739108844a32..9355961ec081 100644 --- a/www/p5-Apache-LogFormat-Compiler/Makefile +++ b/www/p5-Apache-LogFormat-Compiler/Makefile @@ -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> diff --git a/www/p5-Apache-LogFormat-Compiler/distinfo b/www/p5-Apache-LogFormat-Compiler/distinfo index fe28ed6d1bb7..65a1ebfc8d64 100644 --- a/www/p5-Apache-LogFormat-Compiler/distinfo +++ b/www/p5-Apache-LogFormat-Compiler/distinfo @@ -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 |