From owner-svn-ports-head@freebsd.org Sun Feb 25 18:05:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 631B0F06B74; Sun, 25 Feb 2018 18:05:52 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1162B69D0C; Sun, 25 Feb 2018 18:05:52 +0000 (UTC) (envelope-from joneum@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 07525104F9; Sun, 25 Feb 2018 18:05:52 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PI5pu6045998; Sun, 25 Feb 2018 18:05:51 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PI5pMS045997; Sun, 25 Feb 2018 18:05:51 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201802251805.w1PI5pMS045997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 25 Feb 2018 18:05:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462972 - head/devel/pecl-weakref X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/devel/pecl-weakref X-SVN-Commit-Revision: 462972 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: Sun, 25 Feb 2018 18:05:52 -0000 Author: joneum Date: Sun Feb 25 18:05:51 2018 New Revision: 462972 URL: https://svnweb.freebsd.org/changeset/ports/462972 Log: fix portscout PR: 225087 Reported by: yuri Modified: head/devel/pecl-weakref/Makefile Modified: head/devel/pecl-weakref/Makefile ============================================================================== --- head/devel/pecl-weakref/Makefile Sun Feb 25 17:46:01 2018 (r462971) +++ head/devel/pecl-weakref/Makefile Sun Feb 25 18:05:51 2018 (r462972) @@ -13,7 +13,7 @@ COMMENT= PECL Weakref extension LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -PORTSCOUT= limitw:^0\.2\.[0-9]* +PORTSCOUT= limit:^0\.2\.[0-9]* USES= php:pecl IGNORE_WITH_PHP= 70 71 72