svn commit: r388098 - head/www/p5-HTTP-Async
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 31 14:58:34 UTC 2015
Author: sunpoet
Date: Sun May 31 14:58:33 2015
New Revision: 388098
URL: https://svnweb.freebsd.org/changeset/ports/388098
Log:
- Update to 0.29
- Add more TEST_DEPENDS
- Add NO_ARCH
Changes: http://search.cpan.org/dist/HTTP-Async/Changes
Modified:
head/www/p5-HTTP-Async/Makefile
head/www/p5-HTTP-Async/distinfo
Modified: head/www/p5-HTTP-Async/Makefile
==============================================================================
--- head/www/p5-HTTP-Async/Makefile Sun May 31 14:58:28 2015 (r388097)
+++ head/www/p5-HTTP-Async/Makefile Sun May 31 14:58:33 2015 (r388098)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= HTTP-Async
-PORTVERSION= 0.28
+PORTVERSION= 0.29
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,9 +18,11 @@ BUILD_DEPENDS= p5-HTTP-Server-Simple>=0:
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-Test-HTTP-Server-Simple \
+TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
+ p5-Test-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-Test-HTTP-Server-Simple \
p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
Modified: head/www/p5-HTTP-Async/distinfo
==============================================================================
--- head/www/p5-HTTP-Async/distinfo Sun May 31 14:58:28 2015 (r388097)
+++ head/www/p5-HTTP-Async/distinfo Sun May 31 14:58:33 2015 (r388098)
@@ -1,2 +1,2 @@
-SHA256 (HTTP-Async-0.28.tar.gz) = 9825261718ac7b3c8145c6c4f1c45fe2942b4222c4c147fcaed4e8dcd3b5a8ec
-SIZE (HTTP-Async-0.28.tar.gz) = 22731
+SHA256 (HTTP-Async-0.29.tar.gz) = 3cdbaf164173ef5493266e392089d77649d161778e640d3b6e0504e1de7bae57
+SIZE (HTTP-Async-0.29.tar.gz) = 23015
More information about the svn-ports-all
mailing list