From owner-svn-ports-head@freebsd.org Thu Dec 7 15:59:10 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 C1166E8ADFA; Thu, 7 Dec 2017 15:59:10 +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 8D4BF698B6; Thu, 7 Dec 2017 15:59:10 +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 vB7Fx9TA087008; Thu, 7 Dec 2017 15:59:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB7Fx93U087006; Thu, 7 Dec 2017 15:59:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712071559.vB7Fx93U087006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 7 Dec 2017 15:59:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455707 - in head/databases: . php72-memcache X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases: . php72-memcache X-SVN-Commit-Revision: 455707 X-SVN-Commit-Repository: ports 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.25 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: Thu, 07 Dec 2017 15:59:10 -0000 Author: sunpoet Date: Thu Dec 7 15:59:09 2017 New Revision: 455707 URL: https://svnweb.freebsd.org/changeset/ports/455707 Log: Add php72-memcache 3.0.8 (copied from php71-memcache) Added: head/databases/php72-memcache/ - copied from r455635, head/databases/php71-memcache/ Modified: head/databases/Makefile head/databases/php72-memcache/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Dec 7 15:48:57 2017 (r455706) +++ head/databases/Makefile Thu Dec 7 15:59:09 2017 (r455707) @@ -656,6 +656,7 @@ SUBDIR += php71-sqlite3 SUBDIR += php72-dba SUBDIR += php72-interbase + SUBDIR += php72-memcache SUBDIR += php72-mysqli SUBDIR += php72-odbc SUBDIR += php72-pdo Modified: head/databases/php72-memcache/Makefile ============================================================================== --- head/databases/php71-memcache/Makefile Wed Dec 6 04:43:03 2017 (r455635) +++ head/databases/php72-memcache/Makefile Thu Dec 7 15:59:09 2017 (r455707) @@ -8,7 +8,7 @@ CATEGORIES= databases PKGNAMEPREFIX= php71- MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Memcached extension for PHP 7.1 +COMMENT= Memcached extension for PHP 7.2 LICENSE= PHP30 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -18,8 +18,8 @@ OPTIONS_DEFINE= EXAMPLES PORTSCOUT= skipv:start CONFIGURE_ARGS= --with-zlib-dir=/usr -IGNORE_WITH_PHP=56 70 72 -PHP_VER= 71 +IGNORE_WITH_PHP=56 70 71 +PHP_VER= 72 USE_CSTD= gnu89 USE_PHP= session:build zlib:build USES= dos2unix php:ext