diff options
author | mat <mat@FreeBSD.org> | 2016-08-03 20:47:05 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-08-03 20:47:05 +0800 |
commit | 431402e6f41b0ead2340cd5b739afd97a7750d92 (patch) | |
tree | 0ef0e6e265bc625030daf067c3dd5dc211eab79b /math | |
parent | 46d1315f83f80cd05d0b92861b777385d3983a73 (diff) | |
download | freebsd-ports-gnome-431402e6f41b0ead2340cd5b739afd97a7750d92.tar.gz freebsd-ports-gnome-431402e6f41b0ead2340cd5b739afd97a7750d92.tar.zst freebsd-ports-gnome-431402e6f41b0ead2340cd5b739afd97a7750d92.zip |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022
Diffstat (limited to 'math')
-rw-r--r-- | math/pecl-big_int/Makefile | 1 | ||||
-rw-r--r-- | math/pecl-bitset/Makefile | 1 | ||||
-rw-r--r-- | math/pecl-bitset2/Makefile | 1 | ||||
-rw-r--r-- | math/pecl-stats/Makefile | 1 | ||||
-rw-r--r-- | math/pecl-trader/Makefile | 1 | ||||
-rw-r--r-- | math/php55-bcmath/Makefile | 1 | ||||
-rw-r--r-- | math/php55-gmp/Makefile | 1 | ||||
-rw-r--r-- | math/php56-bcmath/Makefile | 1 | ||||
-rw-r--r-- | math/php56-gmp/Makefile | 1 | ||||
-rw-r--r-- | math/php70-bcmath/Makefile | 1 | ||||
-rw-r--r-- | math/php70-gmp/Makefile | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/math/pecl-big_int/Makefile b/math/pecl-big_int/Makefile index 307e8ebad873..ddb86c9debb6 100644 --- a/math/pecl-big_int/Makefile +++ b/math/pecl-big_int/Makefile @@ -3,6 +3,7 @@ PORTNAME= big_int PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= math devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/math/pecl-bitset/Makefile b/math/pecl-bitset/Makefile index 276400bb4533..2d6b2ae2d357 100644 --- a/math/pecl-bitset/Makefile +++ b/math/pecl-bitset/Makefile @@ -3,6 +3,7 @@ PORTNAME= bitset PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/math/pecl-bitset2/Makefile b/math/pecl-bitset2/Makefile index 3b3917873e3f..3d8678924a31 100644 --- a/math/pecl-bitset2/Makefile +++ b/math/pecl-bitset2/Makefile @@ -3,6 +3,7 @@ PORTNAME= bitset PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile index c6af40b315f3..092f76b8855d 100644 --- a/math/pecl-stats/Makefile +++ b/math/pecl-stats/Makefile @@ -3,6 +3,7 @@ PORTNAME= stats PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= math textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/math/pecl-trader/Makefile b/math/pecl-trader/Makefile index 40d970716f66..3187ac6be655 100644 --- a/math/pecl-trader/Makefile +++ b/math/pecl-trader/Makefile @@ -3,6 +3,7 @@ PORTNAME= trader PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/math/php55-bcmath/Makefile b/math/php55-bcmath/Makefile index 1a8ee3677c61..e1be3745225a 100644 --- a/math/php55-bcmath/Makefile +++ b/math/php55-bcmath/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= math MASTERDIR= ${.CURDIR}/../../lang/php55 diff --git a/math/php55-gmp/Makefile b/math/php55-gmp/Makefile index 27f1d3937947..edf6c3bb3ac3 100644 --- a/math/php55-gmp/Makefile +++ b/math/php55-gmp/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= math MASTERDIR= ${.CURDIR}/../../lang/php55 diff --git a/math/php56-bcmath/Makefile b/math/php56-bcmath/Makefile index 2aed659fa7c3..ac2a3c020e71 100644 --- a/math/php56-bcmath/Makefile +++ b/math/php56-bcmath/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= math MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/math/php56-gmp/Makefile b/math/php56-gmp/Makefile index 6950f80f0203..0057177461ec 100644 --- a/math/php56-gmp/Makefile +++ b/math/php56-gmp/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= math MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/math/php70-bcmath/Makefile b/math/php70-bcmath/Makefile index df8efcbe01e4..24961d035e94 100644 --- a/math/php70-bcmath/Makefile +++ b/math/php70-bcmath/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= math MASTERDIR= ${.CURDIR}/../../lang/php70 diff --git a/math/php70-gmp/Makefile b/math/php70-gmp/Makefile index a78563035558..19e33edad2b3 100644 --- a/math/php70-gmp/Makefile +++ b/math/php70-gmp/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= math MASTERDIR= ${.CURDIR}/../../lang/php70 |