From owner-svn-ports-head@freebsd.org Wed Apr 6 16:57:16 2016 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 B08DFB0660B; Wed, 6 Apr 2016 16:57:16 +0000 (UTC) (envelope-from mat@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 80F0719C5; Wed, 6 Apr 2016 16:57:16 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u36GvFD9011365; Wed, 6 Apr 2016 16:57:15 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u36GvFOq011363; Wed, 6 Apr 2016 16:57:15 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604061657.u36GvFOq011363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 6 Apr 2016 16:57:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412633 - in head/databases: php55-redis php56-redis 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.21 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: Wed, 06 Apr 2016 16:57:16 -0000 Author: mat Date: Wed Apr 6 16:57:15 2016 New Revision: 412633 URL: https://svnweb.freebsd.org/changeset/ports/412633 Log: Backout those, even though it is silly as only the global default php version can really be used. Noted by: antoine Sponsored by: Absolight Modified: head/databases/php55-redis/Makefile (contents, props changed) head/databases/php56-redis/Makefile (contents, props changed) Modified: head/databases/php55-redis/Makefile ============================================================================== --- head/databases/php55-redis/Makefile Wed Apr 6 16:44:59 2016 (r412632) +++ head/databases/php55-redis/Makefile Wed Apr 6 16:57:15 2016 (r412633) @@ -18,6 +18,7 @@ GH_PROJECT= phpredis USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes +PHP_DEFAULT= 5.5 IGNORE_WITH_PHP= 56 70 PHP_MODNAME= redis Modified: head/databases/php56-redis/Makefile ============================================================================== --- head/databases/php56-redis/Makefile Wed Apr 6 16:44:59 2016 (r412632) +++ head/databases/php56-redis/Makefile Wed Apr 6 16:57:15 2016 (r412633) @@ -14,6 +14,7 @@ LICENSE= PHP301 USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes +PHP_DEFAULT= 5.6 IGNORE_WITH_PHP= 55 70 USE_GITHUB= yes