From owner-svn-ports-all@freebsd.org Sun Feb 12 08:23:41 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 E7C8ACDA32D; Sun, 12 Feb 2017 08:23:41 +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 B6D631FE2; Sun, 12 Feb 2017 08:23:41 +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 v1C8NeGv046264; Sun, 12 Feb 2017 08:23:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1C8NeKY046261; Sun, 12 Feb 2017 08:23:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702120823.v1C8NeKY046261@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:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433932 - head/devel/pecl-APCu 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:42 -0000 Author: sunpoet Date: Sun Feb 12 08:23:40 2017 New Revision: 433932 URL: https://svnweb.freebsd.org/changeset/ports/433932 Log: Update to 5.1.8 - While I'm here [1]: - Use CONFLICTS_INSTALL instead of CONFLICTS - Use USES=localbase Changes: https://pecl.php.net/package-changelog.php?package=APCu PR: 216968 Submitted by: John Chen (maintainer) Differential Revision: https://reviews.freebsd.org/D9333 [1] Modified: head/devel/pecl-APCu/Makefile head/devel/pecl-APCu/distinfo Modified: head/devel/pecl-APCu/Makefile ============================================================================== --- head/devel/pecl-APCu/Makefile Sun Feb 12 08:20:20 2017 (r433931) +++ head/devel/pecl-APCu/Makefile Sun Feb 12 08:23:40 2017 (r433932) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= APCu -PORTVERSION= 4.0.10 -PORTREVISION= 1 +PORTVERSION= 5.1.8 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -15,11 +14,10 @@ COMMENT= APC User Caching LICENSE= PHP301 -CONFLICTS= pecl-APC-[0-9]* +CONFLICTS_INSTALL= pecl-APC- -CFLAGS+= -I${LOCALBASE}/include -IGNORE_WITH_PHP= 70 71 -USES= php:ext tar:tgz +IGNORE_WITH_PHP=56 +USES= localbase php:ext tar:tgz PHP_MODNAME= ${PORTNAME:tl} .include Modified: head/devel/pecl-APCu/distinfo ============================================================================== --- head/devel/pecl-APCu/distinfo Sun Feb 12 08:20:20 2017 (r433931) +++ head/devel/pecl-APCu/distinfo Sun Feb 12 08:23:40 2017 (r433932) @@ -1,2 +1,3 @@ -SHA256 (PECL/apcu-4.0.10.tgz) = 8dee6680924107d2aaf827f9cb8ef0e8e09c47bb38712a3439eddabe3ce41b40 -SIZE (PECL/apcu-4.0.10.tgz) = 119264 +TIMESTAMP = 1485283897 +SHA256 (PECL/apcu-5.1.8.tgz) = 01dfbf0245d8cc0f51ba16467a60b5fad08e30b28df7846e0dd213da1143ecce +SIZE (PECL/apcu-5.1.8.tgz) = 111260