Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Dec 2016 07:40:46 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
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
Message-ID:  <201612280740.uBS7ekeU065664@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612280740.uBS7ekeU065664>