From owner-svn-ports-all@freebsd.org Wed Dec 2 20:22:02 2015 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 32BBCA3F45D; Wed, 2 Dec 2015 20:22:02 +0000 (UTC) (envelope-from feld@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 EFF3E10A4; Wed, 2 Dec 2015 20:22:01 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB2KM1OG008625; Wed, 2 Dec 2015 20:22:01 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB2KM167008624; Wed, 2 Dec 2015 20:22:01 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201512022022.tB2KM167008624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 2 Dec 2015 20:22:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r402852 - branches/2015Q4/devel/pecl-ev X-SVN-Group: ports-branches 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: Wed, 02 Dec 2015 20:22:02 -0000 Author: feld Date: Wed Dec 2 20:22:00 2015 New Revision: 402852 URL: https://svnweb.freebsd.org/changeset/ports/402852 Log: This is a no-op that bumps PORTREVISION so quarterly is in sync and future MFH works cleanly. MFH: r402851 devel/pecl-ev: fix patch, port was out of sync with quarterly Somehow head/devel/pecl-ev and the quarterly version became out of sync. The quarterly one already had a patch for libev/ev.c that covered the intended change and more. I can't reproduce a build issue with 10.1 or 9.3, so I'm attempting to re-sync the ports at PORTREVISION=2 and then we can approach any leftover issues that arise. We should then be able to do a clean MFH as well. PR: 204895 Approved by: ports-secteam (with hat) Modified: branches/2015Q4/devel/pecl-ev/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/devel/pecl-ev/Makefile ============================================================================== --- branches/2015Q4/devel/pecl-ev/Makefile Wed Dec 2 20:18:52 2015 (r402851) +++ branches/2015Q4/devel/pecl-ev/Makefile Wed Dec 2 20:22:00 2015 (r402852) @@ -3,7 +3,7 @@ PORTNAME= ev PORTVERSION= 0.2.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl-