From owner-svn-ports-head@freebsd.org Fri Nov 20 20:18:46 2015 Return-Path: Delivered-To: svn-ports-head@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 35CC1A32F95; Fri, 20 Nov 2015 20:18:46 +0000 (UTC) (envelope-from pi@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 EA0CF1004; Fri, 20 Nov 2015 20:18:45 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAKKIiM1007166; Fri, 20 Nov 2015 20:18:44 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAKKIi38007164; Fri, 20 Nov 2015 20:18:44 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511202018.tAKKIi38007164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 20 Nov 2015 20:18:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402098 - head/devel/pecl-libevent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 20 Nov 2015 20:18:46 -0000 Author: pi Date: Fri Nov 20 20:18:44 2015 New Revision: 402098 URL: https://svnweb.freebsd.org/changeset/ports/402098 Log: devel/pecl-libevent: 0.0.5 -> 0.1.0 - Added event_base_reinit(). (Ivan Shalganov, Andy Skelton) - Fixed windows compilation with libevent 2.x. (Anatol Belski) - Fixed bug #61673 (callback function args are wrong for signal handler). - Fixed bug #61653 (Segfault on event_free()). PR: 204087 Submitted by: Torsten Zuehlsdorff Approved by: webmaster@kibab.com (maintainer timeout) Modified: head/devel/pecl-libevent/Makefile head/devel/pecl-libevent/distinfo Modified: head/devel/pecl-libevent/Makefile ============================================================================== --- head/devel/pecl-libevent/Makefile Fri Nov 20 19:50:01 2015 (r402097) +++ head/devel/pecl-libevent/Makefile Fri Nov 20 20:18:44 2015 (r402098) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= libevent -PORTVERSION= 0.0.5 -PORTREVISION= 1 +PORTVERSION= 0.1.0 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= webmaster@kibab.com @@ -17,6 +15,8 @@ LICENSE= PHP301 LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 +USES= tar:tgz + USE_PHP= yes USE_PHP_BUILD= yes USE_PHPIZE= yes Modified: head/devel/pecl-libevent/distinfo ============================================================================== --- head/devel/pecl-libevent/distinfo Fri Nov 20 19:50:01 2015 (r402097) +++ head/devel/pecl-libevent/distinfo Fri Nov 20 20:18:44 2015 (r402098) @@ -1,2 +1,2 @@ -SHA256 (PECL/libevent-0.0.5.tgz) = 04c6ebba72a70694a68141a897e347a7f23e57117bffb80ac21e524529b6af78 -SIZE (PECL/libevent-0.0.5.tgz) = 9459 +SHA256 (PECL/libevent-0.1.0.tgz) = de3d2ce16f5ab8798de1f059143a3367e59608fd12ec3b4b720fc64e4ba93435 +SIZE (PECL/libevent-0.1.0.tgz) = 9806