From owner-svn-ports-head@freebsd.org Sat Mar 4 13:49:26 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 8CF9ECF92D8; Sat, 4 Mar 2017 13:49:26 +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 59D001DD9; Sat, 4 Mar 2017 13:49:26 +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 v24DnPUY091629; Sat, 4 Mar 2017 13:49:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24DnPDI091627; Sat, 4 Mar 2017 13:49:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703041349.v24DnPDI091627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Mar 2017 13:49:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435409 - head/www/pecl-yar 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: Sat, 04 Mar 2017 13:49:26 -0000 Author: sunpoet Date: Sat Mar 4 13:49:25 2017 New Revision: 435409 URL: https://svnweb.freebsd.org/changeset/ports/435409 Log: Update to 2.0.1 - Use USES=localbase - Update IGNORE_WITH_PHP Changes: https://pecl.php.net/package-changelog.php?package=yar PR: 217521 Submitted by: John Chen (maintainer) Modified: head/www/pecl-yar/Makefile head/www/pecl-yar/distinfo Modified: head/www/pecl-yar/Makefile ============================================================================== --- head/www/pecl-yar/Makefile Sat Mar 4 13:49:20 2017 (r435408) +++ head/www/pecl-yar/Makefile Sat Mar 4 13:49:25 2017 (r435409) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= yar -PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTVERSION= 2.0.1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -14,12 +13,9 @@ COMMENT= Yar (Yet another RPC framework) LICENSE= PHP301 -USES= php:ext tar:tgz +USES= localbase php:ext tar:tgz USE_PHP= json:build curl:build -IGNORE_WITH_PHP= 70 - -CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config +IGNORE_WITH_PHP=56 OPTIONS_DEFINE= MSGPACK MSGPACK_DESC= Enable MSGPACK module Modified: head/www/pecl-yar/distinfo ============================================================================== --- head/www/pecl-yar/distinfo Sat Mar 4 13:49:20 2017 (r435408) +++ head/www/pecl-yar/distinfo Sat Mar 4 13:49:25 2017 (r435409) @@ -1,2 +1,3 @@ -SHA256 (PECL/yar-1.2.5.tgz) = b3531c9588567cac3274f37d6eae4120c8bd3bf767ca8a0f7295c2038eec182d -SIZE (PECL/yar-1.2.5.tgz) = 38595 +TIMESTAMP = 1486911783 +SHA256 (PECL/yar-2.0.1.tgz) = f3b5617087afa1deffba8f0cdcbbd587589ff6c58af8da1c98437837f01114a4 +SIZE (PECL/yar-2.0.1.tgz) = 37917