From owner-svn-ports-all@freebsd.org Thu Dec 10 14:30:01 2015 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 028219D716C; Thu, 10 Dec 2015 14:30:01 +0000 (UTC) (envelope-from miwi@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 B37F812AE; Thu, 10 Dec 2015 14:30:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBAETxol034665; Thu, 10 Dec 2015 14:29:59 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBAETxEq034663; Thu, 10 Dec 2015 14:29:59 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512101429.tBAETxEq034663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 10 Dec 2015 14:29:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403460 - head/databases/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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 10 Dec 2015 14:30:01 -0000 Author: miwi Date: Thu Dec 10 14:29:59 2015 New Revision: 403460 URL: https://svnweb.freebsd.org/changeset/ports/403460 Log: - Update to 2.2.7 - Switch to options helper PR: 204721 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4334 Modified: head/databases/php56-redis/Makefile head/databases/php56-redis/distinfo Modified: head/databases/php56-redis/Makefile ============================================================================== --- head/databases/php56-redis/Makefile Thu Dec 10 14:25:20 2015 (r403459) +++ head/databases/php56-redis/Makefile Thu Dec 10 14:29:59 2015 (r403460) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -PORTVERSION= 2.2.5 +PORTVERSION= 2.2.7 CATEGORIES= databases PKGNAMEPREFIX= php56- @@ -11,8 +11,6 @@ COMMENT= PHP5 extension for Redis LICENSE= PHP301 -GITVERSION= 0f0661e - USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes @@ -27,13 +25,7 @@ PHP_MODNAME= redis OPTIONS_DEFINE= IGBINARY IGBINARY_DESC= Build with Igbinary serializer -.include - -.if ${PORT_OPTIONS:MIGBINARY} -USE_PHP+= igbinary -CONFIGURE_ARGS+=--enable-redis-igbinary -.else -CONFIGURE_ARGS+=--disable-redis-igbinary -.endif +IGBINARY_CONFIGURE_ENABLE= redis-igbinary +IGBINARY_USE= php=igbinary .include Modified: head/databases/php56-redis/distinfo ============================================================================== --- head/databases/php56-redis/distinfo Thu Dec 10 14:25:20 2015 (r403459) +++ head/databases/php56-redis/distinfo Thu Dec 10 14:29:59 2015 (r403460) @@ -1,2 +1,2 @@ -SHA256 (nicolasff-phpredis-2.2.5_GH0.tar.gz) = d5dc99acede8132d5ffad94eec13771915dc98936b9e6df7d0ee45127a27593c -SIZE (nicolasff-phpredis-2.2.5_GH0.tar.gz) = 130957 +SHA256 (nicolasff-phpredis-2.2.7_GH0.tar.gz) = a5882dd9b21908e123b3d5c5f72d6dc8cbbbb6a29996e568c4d18ed356c0362b +SIZE (nicolasff-phpredis-2.2.7_GH0.tar.gz) = 137790