diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-03 12:47:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-03 12:47:05 +0000 |
commit | aef5a666706db2a5b97c1cc3d1fcc2ca05b22fcb (patch) | |
tree | 0ef0e6e265bc625030daf067c3dd5dc211eab79b /textproc | |
parent | b79eed7e6652ea9529bf37f35bb2f17c2d77063b (diff) | |
download | freebsd-ports-aef5a666706db2a5b97c1cc3d1fcc2ca05b22fcb.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 'textproc')
40 files changed, 40 insertions, 3 deletions
diff --git a/textproc/libmrss-php/Makefile b/textproc/libmrss-php/Makefile index e7c6ccf7ca0f..5d25ecb42479 100644 --- a/textproc/libmrss-php/Makefile +++ b/textproc/libmrss-php/Makefile @@ -3,7 +3,7 @@ PORTNAME= libmrss PORTVERSION= 0.19.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.autistici.org/bakunin/libmrss/ PKGNAMESUFFIX= -php diff --git a/textproc/pecl-cld/Makefile b/textproc/pecl-cld/Makefile index 833b54b904c0..f3aa69485c99 100644 --- a/textproc/pecl-cld/Makefile +++ b/textproc/pecl-cld/Makefile @@ -3,6 +3,7 @@ PORTNAME= cld PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile index fce74cb398e9..f842de963ccb 100644 --- a/textproc/pecl-ctemplate/Makefile +++ b/textproc/pecl-ctemplate/Makefile @@ -3,6 +3,7 @@ PORTNAME= cTemplate PORTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES= textproc pear DISTVERSIONPREFIX= v PKGNAMEPREFIX= pecl- diff --git a/textproc/pecl-doublemetaphone/Makefile b/textproc/pecl-doublemetaphone/Makefile index be37c41804d2..b728199ffe1d 100644 --- a/textproc/pecl-doublemetaphone/Makefile +++ b/textproc/pecl-doublemetaphone/Makefile @@ -3,6 +3,7 @@ PORTNAME= doublemetaphone PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/textproc/pecl-enchant/Makefile b/textproc/pecl-enchant/Makefile index 2eba389f2346..f4620a740ca3 100644 --- a/textproc/pecl-enchant/Makefile +++ b/textproc/pecl-enchant/Makefile @@ -3,6 +3,7 @@ PORTNAME= enchant DISTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= textproc devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/textproc/pecl-html_parse/Makefile b/textproc/pecl-html_parse/Makefile index 4571485a337b..32bdee3c1b8b 100644 --- a/textproc/pecl-html_parse/Makefile +++ b/textproc/pecl-html_parse/Makefile @@ -3,6 +3,7 @@ PORTNAME= html_parse PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/textproc/pecl-stem/Makefile b/textproc/pecl-stem/Makefile index 7bc18d8b9b5e..301d1c9998f3 100644 --- a/textproc/pecl-stem/Makefile +++ b/textproc/pecl-stem/Makefile @@ -3,6 +3,7 @@ PORTNAME= stem PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/textproc/pecl-syck/Makefile b/textproc/pecl-syck/Makefile index 53b715f634c5..0efe2309540d 100644 --- a/textproc/pecl-syck/Makefile +++ b/textproc/pecl-syck/Makefile @@ -3,7 +3,7 @@ PORTNAME= syck PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/textproc/pecl-wbxml/Makefile b/textproc/pecl-wbxml/Makefile index d91c736f5fa1..bbcd4ccc8f56 100644 --- a/textproc/pecl-wbxml/Makefile +++ b/textproc/pecl-wbxml/Makefile @@ -3,7 +3,7 @@ PORTNAME= wbxml PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/textproc/pecl-xdiff/Makefile b/textproc/pecl-xdiff/Makefile index 510525132608..af750fd05e78 100644 --- a/textproc/pecl-xdiff/Makefile +++ b/textproc/pecl-xdiff/Makefile @@ -3,6 +3,7 @@ PORTNAME= xdiff PORTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/textproc/pecl-xslcache/Makefile b/textproc/pecl-xslcache/Makefile index 984aa796ae3f..1b49bc30155c 100644 --- a/textproc/pecl-xslcache/Makefile +++ b/textproc/pecl-xslcache/Makefile @@ -3,6 +3,7 @@ PORTNAME= xslcache PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/textproc/pecl-yaml/Makefile b/textproc/pecl-yaml/Makefile index 10a528087e50..1a7a1e7b8d31 100644 --- a/textproc/pecl-yaml/Makefile +++ b/textproc/pecl-yaml/Makefile @@ -3,6 +3,7 @@ PORTNAME= yaml PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/textproc/php-mecab/Makefile b/textproc/php-mecab/Makefile index 3abcd6c7dee2..5a3e4ae1164a 100644 --- a/textproc/php-mecab/Makefile +++ b/textproc/php-mecab/Makefile @@ -3,6 +3,7 @@ PORTNAME= php-mecab PORTVERSION= 0.6.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= textproc diff --git a/textproc/php55-ctype/Makefile b/textproc/php55-ctype/Makefile index e7d588b51654..ddfa80000748 100644 --- a/textproc/php55-ctype/Makefile +++ b/textproc/php55-ctype/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php55 diff --git a/textproc/php55-dom/Makefile b/textproc/php55-dom/Makefile index 22d0fa1183c8..8873246c89c3 100644 --- a/textproc/php55-dom/Makefile +++ b/textproc/php55-dom/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php55 diff --git a/textproc/php55-pspell/Makefile b/textproc/php55-pspell/Makefile index ca5a0fbd1029..8e4516afa120 100644 --- a/textproc/php55-pspell/Makefile +++ b/textproc/php55-pspell/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php55 diff --git a/textproc/php55-simplexml/Makefile b/textproc/php55-simplexml/Makefile index dd274937d988..8fbe2249fa7c 100644 --- a/textproc/php55-simplexml/Makefile +++ b/textproc/php55-simplexml/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php55 diff --git a/textproc/php55-wddx/Makefile b/textproc/php55-wddx/Makefile index d52e97d54dcf..ca3ed6fef259 100644 --- a/textproc/php55-wddx/Makefile +++ b/textproc/php55-wddx/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php55 diff --git a/textproc/php55-xml/Makefile b/textproc/php55-xml/Makefile index be8e8646b390..347ddfb24546 100644 --- a/textproc/php55-xml/Makefile +++ b/textproc/php55-xml/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php55 diff --git a/textproc/php55-xmlreader/Makefile b/textproc/php55-xmlreader/Makefile index d5e83183b9a1..a2af8b1bae05 100644 --- a/textproc/php55-xmlreader/Makefile +++ b/textproc/php55-xmlreader/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php55 diff --git a/textproc/php55-xmlwriter/Makefile b/textproc/php55-xmlwriter/Makefile index 79fbac052143..54e5de3f5872 100644 --- a/textproc/php55-xmlwriter/Makefile +++ b/textproc/php55-xmlwriter/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php55 diff --git a/textproc/php55-xsl/Makefile b/textproc/php55-xsl/Makefile index c7d546422a82..96002241c7b3 100644 --- a/textproc/php55-xsl/Makefile +++ b/textproc/php55-xsl/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php55 diff --git a/textproc/php56-ctype/Makefile b/textproc/php56-ctype/Makefile index 202a932d42a9..1dc18acb5e79 100644 --- a/textproc/php56-ctype/Makefile +++ b/textproc/php56-ctype/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/textproc/php56-dom/Makefile b/textproc/php56-dom/Makefile index 5c0f7edf8317..1c75b6296827 100644 --- a/textproc/php56-dom/Makefile +++ b/textproc/php56-dom/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/textproc/php56-pspell/Makefile b/textproc/php56-pspell/Makefile index 2112f731b99c..b5b268b9f740 100644 --- a/textproc/php56-pspell/Makefile +++ b/textproc/php56-pspell/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/textproc/php56-simplexml/Makefile b/textproc/php56-simplexml/Makefile index e716e47b5ebf..ef0f55bf6554 100644 --- a/textproc/php56-simplexml/Makefile +++ b/textproc/php56-simplexml/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/textproc/php56-wddx/Makefile b/textproc/php56-wddx/Makefile index da78d33afa1c..35a91661c78d 100644 --- a/textproc/php56-wddx/Makefile +++ b/textproc/php56-wddx/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/textproc/php56-xml/Makefile b/textproc/php56-xml/Makefile index d014fbc25630..8482a1b1a263 100644 --- a/textproc/php56-xml/Makefile +++ b/textproc/php56-xml/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/textproc/php56-xmlreader/Makefile b/textproc/php56-xmlreader/Makefile index ac3e02e97ade..60f2ed6525ca 100644 --- a/textproc/php56-xmlreader/Makefile +++ b/textproc/php56-xmlreader/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/textproc/php56-xmlwriter/Makefile b/textproc/php56-xmlwriter/Makefile index 564f238bf45c..7409f6dcb270 100644 --- a/textproc/php56-xmlwriter/Makefile +++ b/textproc/php56-xmlwriter/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/textproc/php56-xsl/Makefile b/textproc/php56-xsl/Makefile index a9f057165de8..ba032f45e75b 100644 --- a/textproc/php56-xsl/Makefile +++ b/textproc/php56-xsl/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/textproc/php70-ctype/Makefile b/textproc/php70-ctype/Makefile index f6833afb0e77..04b1f818fc0a 100644 --- a/textproc/php70-ctype/Makefile +++ b/textproc/php70-ctype/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php70 diff --git a/textproc/php70-dom/Makefile b/textproc/php70-dom/Makefile index 9c5b18115755..305456047f85 100644 --- a/textproc/php70-dom/Makefile +++ b/textproc/php70-dom/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php70 diff --git a/textproc/php70-pspell/Makefile b/textproc/php70-pspell/Makefile index a2978e35831b..14b8abaa17b3 100644 --- a/textproc/php70-pspell/Makefile +++ b/textproc/php70-pspell/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php70 diff --git a/textproc/php70-simplexml/Makefile b/textproc/php70-simplexml/Makefile index a4d88cb47a12..68106a054202 100644 --- a/textproc/php70-simplexml/Makefile +++ b/textproc/php70-simplexml/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php70 diff --git a/textproc/php70-wddx/Makefile b/textproc/php70-wddx/Makefile index 87bab097e937..d218fabd29b7 100644 --- a/textproc/php70-wddx/Makefile +++ b/textproc/php70-wddx/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php70 diff --git a/textproc/php70-xml/Makefile b/textproc/php70-xml/Makefile index 6eca62cf06a7..1c5d6a32dd67 100644 --- a/textproc/php70-xml/Makefile +++ b/textproc/php70-xml/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php70 diff --git a/textproc/php70-xmlreader/Makefile b/textproc/php70-xmlreader/Makefile index dd5701bb7584..bb4caf18e4c3 100644 --- a/textproc/php70-xmlreader/Makefile +++ b/textproc/php70-xmlreader/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php70 diff --git a/textproc/php70-xmlwriter/Makefile b/textproc/php70-xmlwriter/Makefile index 7827d75cd84b..0c85c9be77a6 100644 --- a/textproc/php70-xmlwriter/Makefile +++ b/textproc/php70-xmlwriter/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php70 diff --git a/textproc/php70-xsl/Makefile b/textproc/php70-xsl/Makefile index 7096247682e7..95c477f39d3b 100644 --- a/textproc/php70-xsl/Makefile +++ b/textproc/php70-xsl/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php70 |