From owner-svn-ports-all@FreeBSD.ORG Sun May 31 14:58:34 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73BF7A5F; Sun, 31 May 2015 14:58:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62595109C; Sun, 31 May 2015 14:58:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VEwY3L092048; Sun, 31 May 2015 14:58:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VEwXkQ092044; Sun, 31 May 2015 14:58:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505311458.t4VEwXkQ092044@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 31 May 2015 14:58:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388098 - head/www/p5-HTTP-Async X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2015 14:58:34 -0000 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