Date: Sat, 17 Mar 2018 14:13:17 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464820 - in head: mail/isoqlog 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 net/py-http... Message-ID: <201803171413.w2HEDHAT068091@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sat Mar 17 14:13:17 2018 New Revision: 464820 URL: https://svnweb.freebsd.org/changeset/ports/464820 Log: Fix order of variables Ports maintained by me in categories:: mail math net net-im Modified: head/mail/isoqlog/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/net/py-httpstat/Makefile Modified: head/mail/isoqlog/Makefile ============================================================================== --- head/mail/isoqlog/Makefile Sat Mar 17 14:05:04 2018 (r464819) +++ head/mail/isoqlog/Makefile Sat Mar 17 14:13:17 2018 (r464820) @@ -13,13 +13,12 @@ COMMENT= Qmail, postfix, sendmail, exim MTA log analys LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes USES= gmake +GNU_CONFIGURE= yes -OPTIONS_DEFINE= DOCS - SUB_FILES= pkg-message PORTDOCS= * +OPTIONS_DEFINE= DOCS .include <bsd.port.mk> Modified: head/mail/pecl-mailparse/Makefile ============================================================================== --- head/mail/pecl-mailparse/Makefile Sat Mar 17 14:05:04 2018 (r464819) +++ head/mail/pecl-mailparse/Makefile Sat Mar 17 14:13:17 2018 (r464820) @@ -11,8 +11,9 @@ 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 <bsd.port.mk> Modified: head/mail/pecl-mailparse2/Makefile ============================================================================== --- head/mail/pecl-mailparse2/Makefile Sat Mar 17 14:05:04 2018 (r464819) +++ head/mail/pecl-mailparse2/Makefile Sat Mar 17 14:13:17 2018 (r464820) @@ -11,10 +11,11 @@ COMMENT= PECL extension to create and decode MIME mess LICENSE= PHP202 -PORTSCOUT= limit:^2.* +IGNORE_WITH_PHP= 70 71 72 USES= php:pecl USE_PHP= mbstring:build -IGNORE_WITH_PHP= 70 71 72 + +PORTSCOUT= limit:^2.* .include <bsd.port.mk> Modified: head/math/pecl-stats/Makefile ============================================================================== --- head/math/pecl-stats/Makefile Sat Mar 17 14:05:04 2018 (r464819) +++ head/math/pecl-stats/Makefile Sat Mar 17 14:13:17 2018 (r464820) @@ -11,9 +11,10 @@ COMMENT= PECL extension with routines for statistical LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -PORTSCOUT= limit:^1.* +IGNORE_WITH_PHP= 70 71 72 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 + +PORTSCOUT= limit:^1.* .include <bsd.port.mk> Modified: head/math/pecl-stats2/Makefile ============================================================================== --- head/math/pecl-stats2/Makefile Sat Mar 17 14:05:04 2018 (r464819) +++ head/math/pecl-stats2/Makefile Sat Mar 17 14:13:17 2018 (r464820) @@ -10,10 +10,11 @@ COMMENT= PECL extension with routines for statistical LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -PORTSCOUT= limit:^2.* +IGNORE_WITH_PHP= 56 USES= php:pecl -IGNORE_WITH_PHP= 56 CONFLICTS= pecl-stats-1* + +PORTSCOUT= limit:^2.* .include <bsd.port.mk> Modified: head/net-im/pecl-stomp/Makefile ============================================================================== --- head/net-im/pecl-stomp/Makefile Sat Mar 17 14:05:04 2018 (r464819) +++ head/net-im/pecl-stomp/Makefile Sat Mar 17 14:13:17 2018 (r464820) @@ -12,9 +12,10 @@ COMMENT= PECL extension of stomp client LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -PORTSCOUT= limit:^1.* +IGNORE_WITH_PHP= 70 71 72 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 + +PORTSCOUT= limit:^1.* .include <bsd.port.mk> Modified: head/net-im/pecl-stomp2/Makefile ============================================================================== --- head/net-im/pecl-stomp2/Makefile Sat Mar 17 14:05:04 2018 (r464819) +++ head/net-im/pecl-stomp2/Makefile Sat Mar 17 14:13:17 2018 (r464820) @@ -10,10 +10,11 @@ COMMENT= PECL extension of stomp client LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -PORTSCOUT= limit:^2.* +IGNORE_WITH_PHP= 56 USES= php:pecl -IGNORE_WITH_PHP= 56 CONFLICTS= pecl-stomp-1* + +PORTSCOUT= limit:^2.* .include <bsd.port.mk> Modified: head/net/pecl-oauth/Makefile ============================================================================== --- head/net/pecl-oauth/Makefile Sat Mar 17 14:05:04 2018 (r464819) +++ head/net/pecl-oauth/Makefile Sat Mar 17 14:13:17 2018 (r464820) @@ -12,15 +12,16 @@ 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 -PORTSCOUT= limit:^1.* +USES= php:pecl CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 +PORTSCOUT= limit:^1.* .include <bsd.port.mk> Modified: head/net/pecl-oauth2/Makefile ============================================================================== --- head/net/pecl-oauth2/Makefile Sat Mar 17 14:05:04 2018 (r464819) +++ head/net/pecl-oauth2/Makefile Sat Mar 17 14:13:17 2018 (r464820) @@ -10,16 +10,18 @@ COMMENT= Php interface to the OAuth Protocol LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +IGNORE_WITH_PHP= 56 + LIB_DEPENDS= libcurl.so:ftp/curl -PORTSCOUT= limit:^2.* +USES= php:pecl CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -USES= php:pecl -IGNORE_WITH_PHP= 56 CONFLICTS= pecl-oauth-1* + +PORTSCOUT= limit:^2.* .include <bsd.port.mk> Modified: head/net/py-httpstat/Makefile ============================================================================== --- head/net/py-httpstat/Makefile Sat Mar 17 14:05:04 2018 (r464819) +++ head/net/py-httpstat/Makefile Sat Mar 17 14:13:17 2018 (r464820) @@ -14,11 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= curl:ftp/curl +USES= python:2.7 + USE_GITHUB= yes GH_ACCOUNT= reorx -NO_ARCH= yes -USES= python:2.7 USE_PYTHON= autoplist distutils +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803171413.w2HEDHAT068091>