From owner-svn-ports-all@freebsd.org Sun Feb 12 08:23:47 2017 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 94653CDA355; Sun, 12 Feb 2017 08:23:47 +0000 (UTC) (envelope-from sunpoet@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 47473C; Sun, 12 Feb 2017 08:23:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1C8Nkva046429; Sun, 12 Feb 2017 08:23:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C8NkEJ046426; Sun, 12 Feb 2017 08:23:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702120823.v1C8NkEJ046426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Feb 2017 08:23:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433933 - in head/devel: . pecl-APCu4 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: Sun, 12 Feb 2017 08:23:47 -0000 Author: sunpoet Date: Sun Feb 12 08:23:45 2017 New Revision: 433933 URL: https://svnweb.freebsd.org/changeset/ports/433933 Log: Add pecl-APCu4 (copied from pecl-APCu) and update to 4.0.11 - While I'm here [1]: - Add missing PKGNAMESUFFIX - Use CONFLICTS_INSTALL instead of CONFLICTS - Add PORTSCOUT - Use USES=localbase Changes: https://pecl.php.net/package-changelog.php?package=APCu PR: 216969 Submitted by: John Chen (maintainer) Differential Revision: https://reviews.freebsd.org/D9333 [1] Added: head/devel/pecl-APCu4/ - copied from r432333, head/devel/pecl-APCu/ Modified: head/devel/Makefile head/devel/pecl-APCu4/Makefile head/devel/pecl-APCu4/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 12 08:23:40 2017 (r433932) +++ head/devel/Makefile Sun Feb 12 08:23:45 2017 (r433933) @@ -3827,6 +3827,7 @@ SUBDIR += pear-pdepend-staticReflection SUBDIR += pear-phing SUBDIR += pecl-APCu + SUBDIR += pecl-APCu4 SUBDIR += pecl-dio SUBDIR += pecl-eio SUBDIR += pecl-ev Modified: head/devel/pecl-APCu4/Makefile ============================================================================== --- head/devel/pecl-APCu/Makefile Tue Jan 24 12:39:09 2017 (r432333) +++ head/devel/pecl-APCu4/Makefile Sun Feb 12 08:23:45 2017 (r433933) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= APCu -PORTVERSION= 4.0.10 -PORTREVISION= 1 +PORTVERSION= 4.0.11 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- +PKGNAMESUFFIX= 4 DISTNAME= ${PORTNAME:tl}-${PORTVERSION} DIST_SUBDIR= PECL @@ -15,11 +15,12 @@ COMMENT= APC User Caching LICENSE= PHP301 -CONFLICTS= pecl-APC-[0-9]* +CONFLICTS_INSTALL= pecl-APC- -CFLAGS+= -I${LOCALBASE}/include -IGNORE_WITH_PHP= 70 -USES= php:ext tar:tgz +PORTSCOUT= limit:^4\. + +IGNORE_WITH_PHP=70 71 +USES= localbase php:ext tar:tgz PHP_MODNAME= ${PORTNAME:tl} .include Modified: head/devel/pecl-APCu4/distinfo ============================================================================== --- head/devel/pecl-APCu/distinfo Tue Jan 24 12:39:09 2017 (r432333) +++ head/devel/pecl-APCu4/distinfo Sun Feb 12 08:23:45 2017 (r433933) @@ -1,2 +1,3 @@ -SHA256 (PECL/apcu-4.0.10.tgz) = 8dee6680924107d2aaf827f9cb8ef0e8e09c47bb38712a3439eddabe3ce41b40 -SIZE (PECL/apcu-4.0.10.tgz) = 119264 +TIMESTAMP = 1480160370 +SHA256 (PECL/apcu-4.0.11.tgz) = 454f302ec13a6047ca4c39e081217ce5a61bbea815aec9c1091fb849e70b4d00 +SIZE (PECL/apcu-4.0.11.tgz) = 119535