diff options
author | rene <rene@FreeBSD.org> | 2018-12-06 19:22:12 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-12-06 19:22:12 +0800 |
commit | d4530749c12822596a2dc00091dfaa023e134c87 (patch) | |
tree | 57498af909660129f51b9c8c5792e61977855025 /math | |
parent | 5aac214f5f6f1bb8f833df2b2748c300887adefb (diff) | |
download | freebsd-ports-gnome-d4530749c12822596a2dc00091dfaa023e134c87.tar.gz freebsd-ports-gnome-d4530749c12822596a2dc00091dfaa023e134c87.tar.zst freebsd-ports-gnome-d4530749c12822596a2dc00091dfaa023e134c87.zip |
Remove version 7.0 from the IGNORE_WITH_PHP list.
Diffstat (limited to 'math')
-rw-r--r-- | math/pecl-big_int/Makefile | 2 | ||||
-rw-r--r-- | math/pecl-bitset2/Makefile | 2 | ||||
-rw-r--r-- | math/pecl-stats/Makefile | 2 | ||||
-rw-r--r-- | math/pecl-trader/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/math/pecl-big_int/Makefile b/math/pecl-big_int/Makefile index 1d251d653b8e..03a1d5f86046 100644 --- a/math/pecl-big_int/Makefile +++ b/math/pecl-big_int/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS= --enable-big-int=shared diff --git a/math/pecl-bitset2/Makefile b/math/pecl-bitset2/Makefile index 2ec0bcdf1572..953636635f58 100644 --- a/math/pecl-bitset2/Makefile +++ b/math/pecl-bitset2/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^2\. -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 USES= php:pecl .include <bsd.port.mk> diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile index b440a05d93af..92395b22920e 100644 --- a/math/pecl-stats/Makefile +++ b/math/pecl-stats/Makefile @@ -15,7 +15,7 @@ LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 PORTSCOUT= limit:^1.* diff --git a/math/pecl-trader/Makefile b/math/pecl-trader/Makefile index 1a45541d87a8..3086db19c860 100644 --- a/math/pecl-trader/Makefile +++ b/math/pecl-trader/Makefile @@ -15,6 +15,6 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= BSD2CLAUSE USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include <bsd.port.mk> |