summaryrefslogtreecommitdiff
path: root/converters
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 /converters
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 'converters')
-rw-r--r--converters/pecl-fribidi/Makefile2
-rw-r--r--converters/pecl-igbinary/Makefile1
-rw-r--r--converters/php5-bsdconv/Makefile1
-rw-r--r--converters/php55-iconv/Makefile1
-rw-r--r--converters/php55-mbstring/Makefile1
-rw-r--r--converters/php55-recode/Makefile1
-rw-r--r--converters/php56-iconv/Makefile1
-rw-r--r--converters/php56-mbstring/Makefile1
-rw-r--r--converters/php56-recode/Makefile1
-rw-r--r--converters/php70-iconv/Makefile1
-rw-r--r--converters/php70-mbstring/Makefile1
-rw-r--r--converters/php70-recode/Makefile1
12 files changed, 12 insertions, 1 deletions
diff --git a/converters/pecl-fribidi/Makefile b/converters/pecl-fribidi/Makefile
index 0e5b0f62049e..0a12073171d4 100644
--- a/converters/pecl-fribidi/Makefile
+++ b/converters/pecl-fribidi/Makefile
@@ -3,7 +3,7 @@
PORTNAME= fribidi
PORTVERSION= 1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/converters/pecl-igbinary/Makefile b/converters/pecl-igbinary/Makefile
index de7f81c71e2f..153d3868fe51 100644
--- a/converters/pecl-igbinary/Makefile
+++ b/converters/pecl-igbinary/Makefile
@@ -3,6 +3,7 @@
PORTNAME= igbinary
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= converters
MASTER_SITES= http://pecl.php.net/get/ \
LOCAL/sunpoet
diff --git a/converters/php5-bsdconv/Makefile b/converters/php5-bsdconv/Makefile
index 567693f9fffd..c9ddbd4bf8ba 100644
--- a/converters/php5-bsdconv/Makefile
+++ b/converters/php5-bsdconv/Makefile
@@ -3,6 +3,7 @@
PORTNAME= bsdconv
PORTVERSION= 11.3.0
+PORTREVISION= 1
CATEGORIES= converters
PKGNAMEPREFIX= php5-
diff --git a/converters/php55-iconv/Makefile b/converters/php55-iconv/Makefile
index 1727279f21e3..f1e0bc34edbc 100644
--- a/converters/php55-iconv/Makefile
+++ b/converters/php55-iconv/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= converters
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/converters/php55-mbstring/Makefile b/converters/php55-mbstring/Makefile
index 0cc3d45751b5..610619fac3a2 100644
--- a/converters/php55-mbstring/Makefile
+++ b/converters/php55-mbstring/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= converters
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/converters/php55-recode/Makefile b/converters/php55-recode/Makefile
index 131bf9fd4bce..59d1969f2070 100644
--- a/converters/php55-recode/Makefile
+++ b/converters/php55-recode/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= converters
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/converters/php56-iconv/Makefile b/converters/php56-iconv/Makefile
index 8aa0617cb215..39666cea5888 100644
--- a/converters/php56-iconv/Makefile
+++ b/converters/php56-iconv/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= converters
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/converters/php56-mbstring/Makefile b/converters/php56-mbstring/Makefile
index 4d11593b0ba6..46c9f188a7ed 100644
--- a/converters/php56-mbstring/Makefile
+++ b/converters/php56-mbstring/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= converters
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/converters/php56-recode/Makefile b/converters/php56-recode/Makefile
index f3358a590ad7..1a442924759b 100644
--- a/converters/php56-recode/Makefile
+++ b/converters/php56-recode/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= converters
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/converters/php70-iconv/Makefile b/converters/php70-iconv/Makefile
index 89058d3eefa4..f07e923a35b2 100644
--- a/converters/php70-iconv/Makefile
+++ b/converters/php70-iconv/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= converters
MASTERDIR= ${.CURDIR}/../../lang/php70
diff --git a/converters/php70-mbstring/Makefile b/converters/php70-mbstring/Makefile
index 634120319c67..1527a839d331 100644
--- a/converters/php70-mbstring/Makefile
+++ b/converters/php70-mbstring/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= converters
MASTERDIR= ${.CURDIR}/../../lang/php70
diff --git a/converters/php70-recode/Makefile b/converters/php70-recode/Makefile
index 5534d7173f41..19c2ff924b91 100644
--- a/converters/php70-recode/Makefile
+++ b/converters/php70-recode/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= converters
MASTERDIR= ${.CURDIR}/../../lang/php70