Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2015 20:22:01 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r402852 - branches/2015Q4/devel/pecl-ev
Message-ID:  <201512022022.tB2KM167008624@repo.freebsd.org>

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



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