aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-08-03 20:47:05 +0800
committermat <mat@FreeBSD.org>2016-08-03 20:47:05 +0800
commit431402e6f41b0ead2340cd5b739afd97a7750d92 (patch)
tree0ef0e6e265bc625030daf067c3dd5dc211eab79b /sysutils
parent46d1315f83f80cd05d0b92861b777385d3983a73 (diff)
downloadfreebsd-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 'sysutils')
-rw-r--r--sysutils/pecl-mogilefs/Makefile2
-rw-r--r--sysutils/pecl-proctitle/Makefile1
-rw-r--r--sysutils/php55-fileinfo/Makefile1
-rw-r--r--sysutils/php55-posix/Makefile1
-rw-r--r--sysutils/php56-fileinfo/Makefile1
-rw-r--r--sysutils/php56-posix/Makefile1
-rw-r--r--sysutils/php70-fileinfo/Makefile1
-rw-r--r--sysutils/php70-posix/Makefile1
8 files changed, 8 insertions, 1 deletions
diff --git a/sysutils/pecl-mogilefs/Makefile b/sysutils/pecl-mogilefs/Makefile
index abd075b2e2d9..29ced87dbd45 100644
--- a/sysutils/pecl-mogilefs/Makefile
+++ b/sysutils/pecl-mogilefs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mogilefs
PORTVERSION= 0.9.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/sysutils/pecl-proctitle/Makefile b/sysutils/pecl-proctitle/Makefile
index 02ab2d760bd8..c10990f7e516 100644
--- a/sysutils/pecl-proctitle/Makefile
+++ b/sysutils/pecl-proctitle/Makefile
@@ -3,6 +3,7 @@
PORTNAME= proctitle
PORTVERSION= 0.1.2
+PORTREVISION= 1
CATEGORIES= sysutils pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/sysutils/php55-fileinfo/Makefile b/sysutils/php55-fileinfo/Makefile
index ef2883c4ba1b..79b08eac78e7 100644
--- a/sysutils/php55-fileinfo/Makefile
+++ b/sysutils/php55-fileinfo/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= sysutils
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/sysutils/php55-posix/Makefile b/sysutils/php55-posix/Makefile
index e2e68caa9241..b000600880ad 100644
--- a/sysutils/php55-posix/Makefile
+++ b/sysutils/php55-posix/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= sysutils
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/sysutils/php56-fileinfo/Makefile b/sysutils/php56-fileinfo/Makefile
index 77372f0bdbf7..aaf790697ef5 100644
--- a/sysutils/php56-fileinfo/Makefile
+++ b/sysutils/php56-fileinfo/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= sysutils
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/sysutils/php56-posix/Makefile b/sysutils/php56-posix/Makefile
index da38a7e1ba66..06330fdab6ee 100644
--- a/sysutils/php56-posix/Makefile
+++ b/sysutils/php56-posix/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= sysutils
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/sysutils/php70-fileinfo/Makefile b/sysutils/php70-fileinfo/Makefile
index 2f6c293c4be9..1ac49179818e 100644
--- a/sysutils/php70-fileinfo/Makefile
+++ b/sysutils/php70-fileinfo/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= sysutils
MASTERDIR= ${.CURDIR}/../../lang/php70
diff --git a/sysutils/php70-posix/Makefile b/sysutils/php70-posix/Makefile
index 45f5903d1a7f..ee16e51ef75d 100644
--- a/sysutils/php70-posix/Makefile
+++ b/sysutils/php70-posix/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= sysutils
MASTERDIR= ${.CURDIR}/../../lang/php70