From owner-svn-ports-head@freebsd.org Tue Jul 11 19:13:40 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 DE79EDAA6CF; Tue, 11 Jul 2017 19:13:40 +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 ACB6B83151; Tue, 11 Jul 2017 19:13:40 +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 v6BJDdkY040944; Tue, 11 Jul 2017 19:13:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6BJDdBQ040942; Tue, 11 Jul 2017 19:13:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201707111913.v6BJDdBQ040942@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, 11 Jul 2017 19:13:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445545 - head/www/pecl-yaf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/pecl-yaf X-SVN-Commit-Revision: 445545 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.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, 11 Jul 2017 19:13:41 -0000 Author: sunpoet Date: Tue Jul 11 19:13:39 2017 New Revision: 445545 URL: https://svnweb.freebsd.org/changeset/ports/445545 Log: Update to 3.0.5 - While I'm here: - Respect LOCALBASE - Use USES=localbase Changes: https://pecl.php.net/package-changelog.php?package=yaf PR: 220635 Submitted by: John Chen (maintainer) Modified: head/www/pecl-yaf/Makefile head/www/pecl-yaf/distinfo Modified: head/www/pecl-yaf/Makefile ============================================================================== --- head/www/pecl-yaf/Makefile Tue Jul 11 19:13:34 2017 (r445544) +++ head/www/pecl-yaf/Makefile Tue Jul 11 19:13:39 2017 (r445545) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaf -PORTVERSION= 3.0.4 +PORTVERSION= 3.0.5 CATEGORIES= www MAINTAINER= johnpupu@gmail.com @@ -12,10 +12,8 @@ LICENSE= PHP301 LIB_DEPENDS= libpcre.so:devel/pcre -CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config - -USES= php:pecl +CONFIGURE_ARGS= --with-php-config=${LOCALBASE}/bin/php-config +USES= localbase php:pecl IGNORE_WITH_PHP=56 .include Modified: head/www/pecl-yaf/distinfo ============================================================================== --- head/www/pecl-yaf/distinfo Tue Jul 11 19:13:34 2017 (r445544) +++ head/www/pecl-yaf/distinfo Tue Jul 11 19:13:39 2017 (r445545) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486741580 -SHA256 (PECL/yaf-3.0.4.tgz) = 533129198f003752665199c1885932c0fec1c60a301d4716ff270217fa07f858 -SIZE (PECL/yaf-3.0.4.tgz) = 96359 +TIMESTAMP = 1499788970 +SHA256 (PECL/yaf-3.0.5.tgz) = 89476baa99b6350f3d26eb22f161fbfbe79bf0bace28d00776f9d719ce88a44e +SIZE (PECL/yaf-3.0.5.tgz) = 96790