From owner-svn-ports-all@freebsd.org Tue Mar 20 02:20:09 2018 Return-Path: Delivered-To: svn-ports-all@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 87F49F6315A; Tue, 20 Mar 2018 02:20:09 +0000 (UTC) (envelope-from dbaio@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 3B0FA74D3D; Tue, 20 Mar 2018 02:20:09 +0000 (UTC) (envelope-from dbaio@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 35E4A16B6A; Tue, 20 Mar 2018 02:20:09 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2K2K9uc086371; Tue, 20 Mar 2018 02:20:09 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2K2K7Td086356; Tue, 20 Mar 2018 02:20:07 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201803200220.w2K2K7Td086356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 20 Mar 2018 02:20:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465055 - in head: devel/pecl-svn mail/pecl-mailparse mail/pecl-mailparse2 math/pecl-stats math/pecl-stats2 net-im/pecl-stomp net-im/pecl-stomp2 net/pecl-oauth net/pecl-oauth2 security/... X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head: devel/pecl-svn mail/pecl-mailparse mail/pecl-mailparse2 math/pecl-stats math/pecl-stats2 net-im/pecl-stomp net-im/pecl-stomp2 net/pecl-oauth net/pecl-oauth2 security/pecl-ssh2 security/pecl-s... X-SVN-Commit-Revision: 465055 X-SVN-Commit-Repository: ports 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.25 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: Tue, 20 Mar 2018 02:20:09 -0000 Author: dbaio Date: Tue Mar 20 02:20:07 2018 New Revision: 465055 URL: https://svnweb.freebsd.org/changeset/ports/465055 Log: Fix order of IGNORE_WITH_PHP variable Related with `USES=php` so is better to keep them together Reported by: mat Modified: head/devel/pecl-svn/Makefile head/mail/pecl-mailparse/Makefile head/mail/pecl-mailparse2/Makefile head/math/pecl-stats/Makefile head/math/pecl-stats2/Makefile head/net-im/pecl-stomp/Makefile head/net-im/pecl-stomp2/Makefile head/net/pecl-oauth/Makefile head/net/pecl-oauth2/Makefile head/security/pecl-ssh2-0/Makefile head/security/pecl-ssh2/Makefile head/textproc/pecl-xdiff/Makefile head/textproc/pecl-xdiff2/Makefile head/textproc/pecl-yaml/Makefile head/textproc/pecl-yaml1/Makefile Modified: head/devel/pecl-svn/Makefile ============================================================================== --- head/devel/pecl-svn/Makefile Tue Mar 20 02:19:21 2018 (r465054) +++ head/devel/pecl-svn/Makefile Tue Mar 20 02:20:07 2018 (r465055) @@ -11,11 +11,10 @@ COMMENT= PECL extension to the libsvn library LICENSE= PHP301 -IGNORE_WITH_PHP= 70 71 72 - LIB_DEPENDS= libsvn_client-1.so:devel/subversion USES= php:pecl +IGNORE_WITH_PHP= 70 71 72 USE_CSTD= c99 .include Modified: head/mail/pecl-mailparse/Makefile ============================================================================== --- head/mail/pecl-mailparse/Makefile Tue Mar 20 02:19:21 2018 (r465054) +++ head/mail/pecl-mailparse/Makefile Tue Mar 20 02:20:07 2018 (r465055) @@ -11,9 +11,8 @@ COMMENT= PECL extension to create and decode MIME mess LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 - USES= php:pecl USE_PHP= mbstring:build +IGNORE_WITH_PHP= 56 .include Modified: head/mail/pecl-mailparse2/Makefile ============================================================================== --- head/mail/pecl-mailparse2/Makefile Tue Mar 20 02:19:21 2018 (r465054) +++ head/mail/pecl-mailparse2/Makefile Tue Mar 20 02:20:07 2018 (r465055) @@ -11,10 +11,9 @@ COMMENT= PECL extension to create and decode MIME mess LICENSE= PHP202 -IGNORE_WITH_PHP= 70 71 72 - USES= php:pecl USE_PHP= mbstring:build +IGNORE_WITH_PHP= 70 71 72 PORTSCOUT= limit:^2.* Modified: head/math/pecl-stats/Makefile ============================================================================== --- head/math/pecl-stats/Makefile Tue Mar 20 02:19:21 2018 (r465054) +++ head/math/pecl-stats/Makefile Tue Mar 20 02:20:07 2018 (r465055) @@ -11,9 +11,8 @@ COMMENT= PECL extension with routines for statistical LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 70 71 72 - USES= php:pecl +IGNORE_WITH_PHP= 70 71 72 PORTSCOUT= limit:^1.* Modified: head/math/pecl-stats2/Makefile ============================================================================== --- head/math/pecl-stats2/Makefile Tue Mar 20 02:19:21 2018 (r465054) +++ head/math/pecl-stats2/Makefile Tue Mar 20 02:20:07 2018 (r465055) @@ -10,9 +10,8 @@ COMMENT= PECL extension with routines for statistical LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 - USES= php:pecl +IGNORE_WITH_PHP= 56 CONFLICTS= pecl-stats-1* PORTSCOUT= limit:^2.* Modified: head/net-im/pecl-stomp/Makefile ============================================================================== --- head/net-im/pecl-stomp/Makefile Tue Mar 20 02:19:21 2018 (r465054) +++ head/net-im/pecl-stomp/Makefile Tue Mar 20 02:20:07 2018 (r465055) @@ -12,9 +12,8 @@ COMMENT= PECL extension of stomp client LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 70 71 72 - USES= php:pecl +IGNORE_WITH_PHP= 70 71 72 PORTSCOUT= limit:^1.* Modified: head/net-im/pecl-stomp2/Makefile ============================================================================== --- head/net-im/pecl-stomp2/Makefile Tue Mar 20 02:19:21 2018 (r465054) +++ head/net-im/pecl-stomp2/Makefile Tue Mar 20 02:20:07 2018 (r465055) @@ -10,9 +10,8 @@ COMMENT= PECL extension of stomp client LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 - USES= php:pecl +IGNORE_WITH_PHP= 56 CONFLICTS= pecl-stomp-1* PORTSCOUT= limit:^2.* Modified: head/net/pecl-oauth/Makefile ============================================================================== --- head/net/pecl-oauth/Makefile Tue Mar 20 02:19:21 2018 (r465054) +++ head/net/pecl-oauth/Makefile Tue Mar 20 02:20:07 2018 (r465055) @@ -12,11 +12,10 @@ COMMENT= Php Interface to the OAuth Protocol LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 70 71 72 - LIB_DEPENDS= libcurl.so:ftp/curl USES= php:pecl +IGNORE_WITH_PHP= 70 71 72 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/net/pecl-oauth2/Makefile ============================================================================== --- head/net/pecl-oauth2/Makefile Tue Mar 20 02:19:21 2018 (r465054) +++ head/net/pecl-oauth2/Makefile Tue Mar 20 02:20:07 2018 (r465055) @@ -10,11 +10,10 @@ COMMENT= Php interface to the OAuth Protocol LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 - LIB_DEPENDS= libcurl.so:ftp/curl USES= php:pecl +IGNORE_WITH_PHP= 56 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/security/pecl-ssh2-0/Makefile ============================================================================== --- head/security/pecl-ssh2-0/Makefile Tue Mar 20 02:19:21 2018 (r465054) +++ head/security/pecl-ssh2-0/Makefile Tue Mar 20 02:20:07 2018 (r465055) @@ -11,11 +11,10 @@ COMMENT= PECL extension to the libssh2 library LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 70 71 72 - LIB_DEPENDS= libssh2.so:security/libssh2 USES= php:pecl +IGNORE_WITH_PHP= 70 71 72 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} Modified: head/security/pecl-ssh2/Makefile ============================================================================== --- head/security/pecl-ssh2/Makefile Tue Mar 20 02:19:21 2018 (r465054) +++ head/security/pecl-ssh2/Makefile Tue Mar 20 02:20:07 2018 (r465055) @@ -11,11 +11,10 @@ COMMENT= PECL extension to the libssh2 library LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 - LIB_DEPENDS= libssh2.so:security/libssh2 USES= php:pecl +IGNORE_WITH_PHP= 56 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} Modified: head/textproc/pecl-xdiff/Makefile ============================================================================== --- head/textproc/pecl-xdiff/Makefile Tue Mar 20 02:19:21 2018 (r465054) +++ head/textproc/pecl-xdiff/Makefile Tue Mar 20 02:20:07 2018 (r465055) @@ -11,11 +11,10 @@ COMMENT= PECL extension to create/apply binary and tex LICENSE= PHP301 -IGNORE_WITH_PHP= 70 71 72 - LIB_DEPENDS= libxdiff.so:textproc/libxdiff USES= php:pecl +IGNORE_WITH_PHP= 70 71 72 LDFLAGS+= -L${LOCALBASE}/lib Modified: head/textproc/pecl-xdiff2/Makefile ============================================================================== --- head/textproc/pecl-xdiff2/Makefile Tue Mar 20 02:19:21 2018 (r465054) +++ head/textproc/pecl-xdiff2/Makefile Tue Mar 20 02:20:07 2018 (r465055) @@ -10,11 +10,10 @@ COMMENT= PECL extension to create/apply binary and tex LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 - LIB_DEPENDS= libxdiff.so:textproc/libxdiff USES= php:pecl +IGNORE_WITH_PHP= 56 CONFLICTS= pecl-xdiff-1* LDFLAGS+= -L${LOCALBASE}/lib Modified: head/textproc/pecl-yaml/Makefile ============================================================================== --- head/textproc/pecl-yaml/Makefile Tue Mar 20 02:19:21 2018 (r465054) +++ head/textproc/pecl-yaml/Makefile Tue Mar 20 02:20:07 2018 (r465055) @@ -11,10 +11,9 @@ COMMENT= YAML-1.1 parser and emitter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 56 - LIB_DEPENDS= libyaml.so:textproc/libyaml USES= php:pecl +IGNORE_WITH_PHP= 56 .include Modified: head/textproc/pecl-yaml1/Makefile ============================================================================== --- head/textproc/pecl-yaml1/Makefile Tue Mar 20 02:19:21 2018 (r465054) +++ head/textproc/pecl-yaml1/Makefile Tue Mar 20 02:20:07 2018 (r465055) @@ -11,12 +11,11 @@ COMMENT= YAML-1.1 parser and emitter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 70 71 72 - LIB_DEPENDS= libyaml.so:textproc/libyaml PORTSCOUT= limit:^1.* USES= php:pecl +IGNORE_WITH_PHP= 70 71 72 .include