From owner-svn-ports-all@freebsd.org Wed Dec 28 07:40:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 859D5C90511; Wed, 28 Dec 2016 07:40:47 +0000 (UTC) (envelope-from wen@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 mx1.freebsd.org (Postfix) with ESMTPS id 3CA1619DD; Wed, 28 Dec 2016 07:40:47 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBS7ekIr065667; Wed, 28 Dec 2016 07:40:46 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBS7ekeU065664; Wed, 28 Dec 2016 07:40:46 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201612280740.uBS7ekeU065664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 28 Dec 2016 07:40:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429719 - in head/devel/pecl-eio: . files 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.23 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: Wed, 28 Dec 2016 07:40:47 -0000 Author: wen Date: Wed Dec 28 07:40:45 2016 New Revision: 429719 URL: https://svnweb.freebsd.org/changeset/ports/429719 Log: - Update to 2.0.1 PR: 215571 Submitted by: joneum@bsdproject.de Approved by: maintainer Modified: head/devel/pecl-eio/Makefile head/devel/pecl-eio/distinfo head/devel/pecl-eio/files/patch-libeio__ecb.h Modified: head/devel/pecl-eio/Makefile ============================================================================== --- head/devel/pecl-eio/Makefile Wed Dec 28 07:25:34 2016 (r429718) +++ head/devel/pecl-eio/Makefile Wed Dec 28 07:40:45 2016 (r429719) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= eio -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 2.0.1 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= gasol.wu@gmail.com @@ -16,7 +14,6 @@ COMMENT= Provides interface to the libei LICENSE= PHP301 CONFIGURE_ARGS= --enable-eio -USES= php:ext -IGNORE_WITH_PHP= 70 +USES= php:ext tar:tgz .include Modified: head/devel/pecl-eio/distinfo ============================================================================== --- head/devel/pecl-eio/distinfo Wed Dec 28 07:25:34 2016 (r429718) +++ head/devel/pecl-eio/distinfo Wed Dec 28 07:40:45 2016 (r429719) @@ -1,2 +1,3 @@ -SHA256 (PECL/eio-1.2.1.tgz) = 6682e360728a327764813a4211fe80b29c2fb241b14cb051bd8f763b405146c5 -SIZE (PECL/eio-1.2.1.tgz) = 57296 +TIMESTAMP = 1482910412 +SHA256 (PECL/eio-2.0.1.tgz) = e51e37a0434e8188f09b5267b94c1ab2c2f4e03b0314b5a6f14c8bcef7b8bf66 +SIZE (PECL/eio-2.0.1.tgz) = 73968 Modified: head/devel/pecl-eio/files/patch-libeio__ecb.h ============================================================================== --- head/devel/pecl-eio/files/patch-libeio__ecb.h Wed Dec 28 07:25:34 2016 (r429718) +++ head/devel/pecl-eio/files/patch-libeio__ecb.h Wed Dec 28 07:40:45 2016 (r429719) @@ -1,5 +1,5 @@ ---- libeio/ecb.h.orig 2013-02-20 12:06:23.000000000 +0100 -+++ libeio/ecb.h 2015-03-01 22:33:58.066666000 +0100 +--- libeio/ecb.h.orig 2016-07-24 19:02:19.000000000 +0200 ++++ libeio/ecb.h 2016-12-26 10:31:13.000232000 +0100 @@ -452,12 +452,12 @@ } #endif @@ -9,10 +9,9 @@ #define ecb_unreachable() __builtin_unreachable () #else /* this seems to work fine, but gcc always emits a warning for it :/ */ -- ecb_inline void ecb_unreachable (void) ecb_noreturn; + ecb_noreturn ecb_inline void ecb_unreachable (void); - ecb_inline void ecb_unreachable (void) { } -+ ecb_inline ecb_noreturn void ecb_unreachable (void); -+ ecb_inline ecb_noreturn void ecb_unreachable (void) { } ++ ecb_noreturn ecb_inline void ecb_unreachable (void) { } #endif /* try to tell the compiler that some condition is definitely true */