From owner-svn-ports-head@freebsd.org Tue Jan 24 17:41:16 2017 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 49827CC0454; Tue, 24 Jan 2017 17:41:16 +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 F0B54C81; Tue, 24 Jan 2017 17:41:15 +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 v0OHfF2E030671; Tue, 24 Jan 2017 17:41:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0OHfElE030669; Tue, 24 Jan 2017 17:41:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701241741.v0OHfElE030669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 24 Jan 2017 17:41:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432364 - in head/databases: . php71-memcache 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.23 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: Tue, 24 Jan 2017 17:41:16 -0000 Author: sunpoet Date: Tue Jan 24 17:41:14 2017 New Revision: 432364 URL: https://svnweb.freebsd.org/changeset/ports/432364 Log: Add php71-memcache 3.0.8 (copied from php70-memcache) Added: head/databases/php71-memcache/ - copied from r432333, head/databases/php70-memcache/ Modified: head/databases/Makefile head/databases/php71-memcache/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Jan 24 17:41:10 2017 (r432363) +++ head/databases/Makefile Tue Jan 24 17:41:14 2017 (r432364) @@ -634,6 +634,7 @@ SUBDIR += php70-sqlite3 SUBDIR += php71-dba SUBDIR += php71-interbase + SUBDIR += php71-memcache SUBDIR += php71-mysqli SUBDIR += php71-odbc SUBDIR += php71-pdo Modified: head/databases/php71-memcache/Makefile ============================================================================== --- head/databases/php70-memcache/Makefile Tue Jan 24 12:39:09 2017 (r432333) +++ head/databases/php71-memcache/Makefile Tue Jan 24 17:41:14 2017 (r432364) @@ -5,10 +5,10 @@ PORTNAME= memcache PORTVERSION= 3.0.8 PORTREVISION= 1 CATEGORIES= databases -PKGNAMEPREFIX= php70- +PKGNAMEPREFIX= php71- MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Memcached extension for PHP 7 +COMMENT= Memcached extension for PHP 7.1 LICENSE= PHP30 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -16,8 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= EXAMPLES CONFIGURE_ARGS= --with-zlib-dir=/usr -IGNORE_WITH_PHP=56 -PHP_VER= 70 +IGNORE_WITH_PHP=56 70 +PHP_VER= 71 USE_CSTD= gnu89 USE_PHP= session:build zlib:build USES= dos2unix php:ext