From aef5a666706db2a5b97c1cc3d1fcc2ca05b22fcb Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 3 Aug 2016 12:47:05 +0000 Subject: 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 --- sysutils/pecl-mogilefs/Makefile | 2 +- sysutils/pecl-proctitle/Makefile | 1 + sysutils/php55-fileinfo/Makefile | 1 + sysutils/php55-posix/Makefile | 1 + sysutils/php56-fileinfo/Makefile | 1 + sysutils/php56-posix/Makefile | 1 + sysutils/php70-fileinfo/Makefile | 1 + sysutils/php70-posix/Makefile | 1 + 8 files changed, 8 insertions(+), 1 deletion(-) (limited to 'sysutils') 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 # $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 # $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 # $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 # $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 # $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 # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= sysutils MASTERDIR= ${.CURDIR}/../../lang/php70 -- cgit v1.2.3