From owner-svn-ports-head@freebsd.org Sun Jul 21 20:47:28 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5CD5DBD45C; Sun, 21 Jul 2019 20:47:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B9C048FE3E; Sun, 21 Jul 2019 20:46:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53755115B; Sun, 21 Jul 2019 20:46:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6LKkqBj055252; Sun, 21 Jul 2019 20:46:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6LKkp6t055250; Sun, 21 Jul 2019 20:46:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201907212046.x6LKkp6t055250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 21 Jul 2019 20:46:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507078 - head/devel/p5-AnyEvent X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-AnyEvent X-SVN-Commit-Revision: 507078 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B9C048FE3E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jul 2019 20:47:28 -0000 Author: sunpoet Date: Sun Jul 21 20:46:51 2019 New Revision: 507078 URL: https://svnweb.freebsd.org/changeset/ports/507078 Log: Update to 7.16 - Update pkg-descr - Take maintainership Changes: https://metacpan.org/changes/distribution/AnyEvent Modified: head/devel/p5-AnyEvent/Makefile head/devel/p5-AnyEvent/distinfo head/devel/p5-AnyEvent/pkg-descr Modified: head/devel/p5-AnyEvent/Makefile ============================================================================== --- head/devel/p5-AnyEvent/Makefile Sun Jul 21 20:46:45 2019 (r507077) +++ head/devel/p5-AnyEvent/Makefile Sun Jul 21 20:46:51 2019 (r507078) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= AnyEvent -PORTVERSION= 7.15 +PORTVERSION= 7.16 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provide framework for multiple event loops LICENSE= ART10 GPLv1+ Modified: head/devel/p5-AnyEvent/distinfo ============================================================================== --- head/devel/p5-AnyEvent/distinfo Sun Jul 21 20:46:45 2019 (r507077) +++ head/devel/p5-AnyEvent/distinfo Sun Jul 21 20:46:51 2019 (r507078) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551199865 -SHA256 (AnyEvent-7.15.tar.gz) = 111db2335c71f789edaec271126b3810356691eb1214dd3f67b527a88ec9e354 -SIZE (AnyEvent-7.15.tar.gz) = 301283 +TIMESTAMP = 1563735472 +SHA256 (AnyEvent-7.16.tar.gz) = 149fe8c3082dfb015fd15ad2b8fea5fb75e012238c790aa0398dcfaabfa0546c +SIZE (AnyEvent-7.16.tar.gz) = 304798 Modified: head/devel/p5-AnyEvent/pkg-descr ============================================================================== --- head/devel/p5-AnyEvent/pkg-descr Sun Jul 21 20:46:45 2019 (r507077) +++ head/devel/p5-AnyEvent/pkg-descr Sun Jul 21 20:46:51 2019 (r507078) @@ -1,17 +1,16 @@ -AnyEvent provides an identical interface to multiple event loops. -This allows module authors to utilise an event loop without forcing -module users to use the same event loop (as only a single event loop -can coexist peacefully at any one time). +AnyEvent provides a uniform interface to various event loops. This allows module +authors to use event loop functionality without forcing module users to use a +specific event loop implementation (since more than one event loop cannot +coexist peacefully). -The interface itself is vaguely similar but not identical to the Event -module. +The interface itself is vaguely similar, but not identical to the Event module. -On the first call of any method, the module tries to detect the -currently loaded event loop by probing wether any of the following -modules is loaded: Coro::Event, Event, Glib, Tk. The first one found -is used. If none is found, the module tries to load these modules in -the order given. The first one that could be successfully loaded will -be used. If still none could be found, AnyEvent will fall back to a -pure-perl event loop, which is also not very efficient. +During the first call of any watcher-creation method, the module tries to detect +the currently loaded event loop by probing whether one of the following modules +is already loaded: EV, AnyEvent::Loop, Event, Glib, Tk, Event::Lib, Qt, POE. The +first one found is used. If none are detected, the module tries to load the +first four modules in the order given; but note that if EV is not available, the +pure-perl AnyEvent::Loop should always work, so the other two are not normally +tried. WWW: https://metacpan.org/release/AnyEvent