From owner-svn-ports-all@FreeBSD.ORG Mon Jun 1 19:37:44 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 E9C3836C; Mon, 1 Jun 2015 19:37:44 +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 BE53C128D; Mon, 1 Jun 2015 19:37:44 +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 t51Jbi9D072220; Mon, 1 Jun 2015 19:37:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t51JbiO0072217; Mon, 1 Jun 2015 19:37:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506011937.t51JbiO0072217@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 1 Jun 2015 19:37:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388263 - head/devel/p5-IO-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: Mon, 01 Jun 2015 19:37:45 -0000 Author: sunpoet Date: Mon Jun 1 19:37:43 2015 New Revision: 388263 URL: https://svnweb.freebsd.org/changeset/ports/388263 Log: - Update to 0.67 - Add NO_ARCH Changes: http://search.cpan.org/dist/IO-Async/Changes Modified: head/devel/p5-IO-Async/Makefile head/devel/p5-IO-Async/distinfo head/devel/p5-IO-Async/pkg-plist Modified: head/devel/p5-IO-Async/Makefile ============================================================================== --- head/devel/p5-IO-Async/Makefile Mon Jun 1 19:37:36 2015 (r388262) +++ head/devel/p5-IO-Async/Makefile Mon Jun 1 19:37:43 2015 (r388263) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Async -PORTVERSION= 0.66 +PORTVERSION= 0.67 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS @@ -22,6 +22,7 @@ TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDI p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Refcount>=0:${PORTSDIR}/devel/p5-Test-Refcount +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-IO-Async/distinfo ============================================================================== --- head/devel/p5-IO-Async/distinfo Mon Jun 1 19:37:36 2015 (r388262) +++ head/devel/p5-IO-Async/distinfo Mon Jun 1 19:37:43 2015 (r388263) @@ -1,2 +1,2 @@ -SHA256 (IO-Async-0.66.tar.gz) = 5e7081e2c51e5df1e51493bb53eb96cbbd645b516d294ab4958f7e32e0f8efa4 -SIZE (IO-Async-0.66.tar.gz) = 236162 +SHA256 (IO-Async-0.67.tar.gz) = 4e4325d29db4d4aa25a3e1727597547007cb829a7d5f433d66d9f146bc90a46e +SIZE (IO-Async-0.67.tar.gz) = 235412 Modified: head/devel/p5-IO-Async/pkg-plist ============================================================================== --- head/devel/p5-IO-Async/pkg-plist Mon Jun 1 19:37:36 2015 (r388262) +++ head/devel/p5-IO-Async/pkg-plist Mon Jun 1 19:37:43 2015 (r388263) @@ -14,7 +14,6 @@ %%SITE_PERL%%/IO/Async/Loop/Poll.pm %%SITE_PERL%%/IO/Async/Loop/Select.pm %%SITE_PERL%%/IO/Async/LoopTests.pm -%%SITE_PERL%%/IO/Async/MergePoint.pm %%SITE_PERL%%/IO/Async/Notifier.pm %%SITE_PERL%%/IO/Async/OS.pm %%SITE_PERL%%/IO/Async/OS/MSWin32.pm @@ -49,7 +48,6 @@ %%PERL5_MAN3%%/IO::Async::Loop::Poll.3.gz %%PERL5_MAN3%%/IO::Async::Loop::Select.3.gz %%PERL5_MAN3%%/IO::Async::LoopTests.3.gz -%%PERL5_MAN3%%/IO::Async::MergePoint.3.gz %%PERL5_MAN3%%/IO::Async::Notifier.3.gz %%PERL5_MAN3%%/IO::Async::OS.3.gz %%PERL5_MAN3%%/IO::Async::OS::MSWin32.3.gz