summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-08-03 12:47:05 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-08-03 12:47:05 +0000
commitaef5a666706db2a5b97c1cc3d1fcc2ca05b22fcb (patch)
tree0ef0e6e265bc625030daf067c3dd5dc211eab79b /net
parentAdd a PKGMESSAGES variable that allows the framework to have more than (diff)
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 'net')
-rw-r--r--net/pecl-amqp/Makefile2
-rw-r--r--net/pecl-apn/Makefile2
-rw-r--r--net/pecl-cvsclient/Makefile1
-rw-r--r--net/pecl-geoip/Makefile1
-rw-r--r--net/pecl-gupnp/Makefile1
-rw-r--r--net/pecl-ip2location/Makefile1
-rw-r--r--net/pecl-mosquitto/Makefile1
-rw-r--r--net/pecl-oauth/Makefile1
-rw-r--r--net/pecl-radius/Makefile1
-rw-r--r--net/pecl-smbclient/Makefile1
-rw-r--r--net/pecl-yaz/Makefile1
-rw-r--r--net/pecl-yp/Makefile1
-rw-r--r--net/pecl-zmq/Makefile2
-rw-r--r--net/php55-ldap/Makefile1
-rw-r--r--net/php55-soap/Makefile1
-rw-r--r--net/php55-sockets/Makefile1
-rw-r--r--net/php55-xmlrpc/Makefile1
-rw-r--r--net/php56-ldap/Makefile1
-rw-r--r--net/php56-soap/Makefile1
-rw-r--r--net/php56-sockets/Makefile1
-rw-r--r--net/php56-xmlrpc/Makefile1
-rw-r--r--net/php70-ldap/Makefile1
-rw-r--r--net/php70-soap/Makefile1
-rw-r--r--net/php70-sockets/Makefile1
-rw-r--r--net/php70-xmlrpc/Makefile1
25 files changed, 25 insertions, 3 deletions
diff --git a/net/pecl-amqp/Makefile b/net/pecl-amqp/Makefile
index 9409e502a779..b6a121eeb985 100644
--- a/net/pecl-amqp/Makefile
+++ b/net/pecl-amqp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= amqp
PORTVERSION= 1.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/net/pecl-apn/Makefile b/net/pecl-apn/Makefile
index de4291fc3cc2..1e4a1e70b387 100644
--- a/net/pecl-apn/Makefile
+++ b/net/pecl-apn/Makefile
@@ -3,7 +3,7 @@
PORTNAME= apn
PORTVERSION= 1.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/net/pecl-cvsclient/Makefile b/net/pecl-cvsclient/Makefile
index 02baa86c9ff2..9de498cbf0e5 100644
--- a/net/pecl-cvsclient/Makefile
+++ b/net/pecl-cvsclient/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cvsclient
PORTVERSION= 0.2
+PORTREVISION= 1
CATEGORIES= net pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/net/pecl-geoip/Makefile b/net/pecl-geoip/Makefile
index 53c0d6d6e8b2..a2b87e7dcb78 100644
--- a/net/pecl-geoip/Makefile
+++ b/net/pecl-geoip/Makefile
@@ -3,6 +3,7 @@
PORTNAME= geoip
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= net www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/net/pecl-gupnp/Makefile b/net/pecl-gupnp/Makefile
index 29916277ff3e..1a3e3a38f185 100644
--- a/net/pecl-gupnp/Makefile
+++ b/net/pecl-gupnp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gupnp
PORTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= net pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/net/pecl-ip2location/Makefile b/net/pecl-ip2location/Makefile
index 4d6af9c219ac..19dcaefbaffd 100644
--- a/net/pecl-ip2location/Makefile
+++ b/net/pecl-ip2location/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ip2location
PORTVERSION= 6.0.4
+PORTREVISION= 1
CATEGORIES= net pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/net/pecl-mosquitto/Makefile b/net/pecl-mosquitto/Makefile
index 6f35570a7890..a92f0851069e 100644
--- a/net/pecl-mosquitto/Makefile
+++ b/net/pecl-mosquitto/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mosquitto
PORTVERSION= 0.3.0
+PORTREVISION= 1
CATEGORIES= net pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/net/pecl-oauth/Makefile b/net/pecl-oauth/Makefile
index e9327822ee92..b73f4746e3f4 100644
--- a/net/pecl-oauth/Makefile
+++ b/net/pecl-oauth/Makefile
@@ -3,6 +3,7 @@
PORTNAME= oauth
PORTVERSION= 1.2.3
+PORTREVISION= 1
CATEGORIES= net pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/net/pecl-radius/Makefile b/net/pecl-radius/Makefile
index 22e8c51f95cd..6694285aaea5 100644
--- a/net/pecl-radius/Makefile
+++ b/net/pecl-radius/Makefile
@@ -3,6 +3,7 @@
PORTNAME= radius
DISTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= net security pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/net/pecl-smbclient/Makefile b/net/pecl-smbclient/Makefile
index 05783dc9caaf..47ceb8b53c98 100644
--- a/net/pecl-smbclient/Makefile
+++ b/net/pecl-smbclient/Makefile
@@ -2,6 +2,7 @@
PORTNAME= smbclient
PORTVERSION= 0.8.0
+PORTREVISION= 1
CATEGORIES= net pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/net/pecl-yaz/Makefile b/net/pecl-yaz/Makefile
index 92f8433c1863..9ff21b0644d4 100644
--- a/net/pecl-yaz/Makefile
+++ b/net/pecl-yaz/Makefile
@@ -3,6 +3,7 @@
PORTNAME= yaz
PORTVERSION= 1.1.6
+PORTREVISION= 1
CATEGORIES= net pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/net/pecl-yp/Makefile b/net/pecl-yp/Makefile
index db620b13a19f..cdf86b582426 100644
--- a/net/pecl-yp/Makefile
+++ b/net/pecl-yp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= yp
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= net pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/net/pecl-zmq/Makefile b/net/pecl-zmq/Makefile
index d48f80acdca4..1fcbe3362ee9 100644
--- a/net/pecl-zmq/Makefile
+++ b/net/pecl-zmq/Makefile
@@ -2,7 +2,7 @@
PORTNAME= zmq
PORTVERSION= 1.1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/net/php55-ldap/Makefile b/net/php55-ldap/Makefile
index 784bef55a0f0..a6b3e6c78f24 100644
--- a/net/php55-ldap/Makefile
+++ b/net/php55-ldap/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/net/php55-soap/Makefile b/net/php55-soap/Makefile
index b1b99a19d47c..814c3d56f1d5 100644
--- a/net/php55-soap/Makefile
+++ b/net/php55-soap/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/net/php55-sockets/Makefile b/net/php55-sockets/Makefile
index 7ea541d8a959..f16527d8c218 100644
--- a/net/php55-sockets/Makefile
+++ b/net/php55-sockets/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/net/php55-xmlrpc/Makefile b/net/php55-xmlrpc/Makefile
index 170db7b5e3a1..271cf49e3817 100644
--- a/net/php55-xmlrpc/Makefile
+++ b/net/php55-xmlrpc/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/net/php56-ldap/Makefile b/net/php56-ldap/Makefile
index 6cb9fe54829a..f83eba854058 100644
--- a/net/php56-ldap/Makefile
+++ b/net/php56-ldap/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/net/php56-soap/Makefile b/net/php56-soap/Makefile
index a59fbfaf74bb..15296c87dbe2 100644
--- a/net/php56-soap/Makefile
+++ b/net/php56-soap/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/net/php56-sockets/Makefile b/net/php56-sockets/Makefile
index ecac83f4eebb..5179f5d84522 100644
--- a/net/php56-sockets/Makefile
+++ b/net/php56-sockets/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/net/php56-xmlrpc/Makefile b/net/php56-xmlrpc/Makefile
index e28b875d0973..e94337445981 100644
--- a/net/php56-xmlrpc/Makefile
+++ b/net/php56-xmlrpc/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/net/php70-ldap/Makefile b/net/php70-ldap/Makefile
index a268d1cbea1d..7198921576f2 100644
--- a/net/php70-ldap/Makefile
+++ b/net/php70-ldap/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php70
diff --git a/net/php70-soap/Makefile b/net/php70-soap/Makefile
index 1424930d27b7..2010a44c3c82 100644
--- a/net/php70-soap/Makefile
+++ b/net/php70-soap/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php70
diff --git a/net/php70-sockets/Makefile b/net/php70-sockets/Makefile
index 4afc3bfe9b47..ed13af64d79e 100644
--- a/net/php70-sockets/Makefile
+++ b/net/php70-sockets/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php70
diff --git a/net/php70-xmlrpc/Makefile b/net/php70-xmlrpc/Makefile
index 6faf6dac4808..55a408c14328 100644
--- a/net/php70-xmlrpc/Makefile
+++ b/net/php70-xmlrpc/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= net
MASTERDIR= ${.CURDIR}/../../lang/php70