summaryrefslogtreecommitdiff
path: root/security
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 /security
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 'security')
-rw-r--r--security/pecl-crack/Makefile1
-rw-r--r--security/pecl-crypto/Makefile1
-rw-r--r--security/pecl-gnupg/Makefile1
-rw-r--r--security/pecl-pam/Makefile1
-rw-r--r--security/pecl-scrypt/Makefile2
-rw-r--r--security/pecl-ssh2/Makefile1
-rw-r--r--security/pecl-tcpwrap/Makefile1
-rw-r--r--security/php-suhosin/Makefile1
-rw-r--r--security/php55-filter/Makefile1
-rw-r--r--security/php55-hash/Makefile1
-rw-r--r--security/php55-mcrypt/Makefile1
-rw-r--r--security/php55-openssl/Makefile1
-rw-r--r--security/php56-filter/Makefile1
-rw-r--r--security/php56-hash/Makefile1
-rw-r--r--security/php56-mcrypt/Makefile1
-rw-r--r--security/php56-openssl/Makefile1
-rw-r--r--security/php70-filter/Makefile1
-rw-r--r--security/php70-hash/Makefile1
-rw-r--r--security/php70-mcrypt/Makefile1
-rw-r--r--security/php70-openssl/Makefile1
20 files changed, 20 insertions, 1 deletions
diff --git a/security/pecl-crack/Makefile b/security/pecl-crack/Makefile
index 9dc3e3cfa173..fccf10656fc2 100644
--- a/security/pecl-crack/Makefile
+++ b/security/pecl-crack/Makefile
@@ -3,6 +3,7 @@
PORTNAME= crack
PORTVERSION= 0.4
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security www
MASTER_SITES= http://pecl.php.net/get/
diff --git a/security/pecl-crypto/Makefile b/security/pecl-crypto/Makefile
index af467bff4702..1aba80ceed28 100644
--- a/security/pecl-crypto/Makefile
+++ b/security/pecl-crypto/Makefile
@@ -3,6 +3,7 @@
PORTNAME= crypto
PORTVERSION= 0.2.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile
index 14118f48c31b..4d1de82ef476 100644
--- a/security/pecl-gnupg/Makefile
+++ b/security/pecl-gnupg/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gnupg
PORTVERSION= 1.3.6
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/security/pecl-pam/Makefile b/security/pecl-pam/Makefile
index 035bec7dfc3e..fc236085ff6b 100644
--- a/security/pecl-pam/Makefile
+++ b/security/pecl-pam/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pam
PORTVERSION= 1.0.3
+PORTREVISION= 1
CATEGORIES= security pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/security/pecl-scrypt/Makefile b/security/pecl-scrypt/Makefile
index 5ce13192f4d0..ac2cf755d7d3 100644
--- a/security/pecl-scrypt/Makefile
+++ b/security/pecl-scrypt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= scrypt
PORTVERSION= 1.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/security/pecl-ssh2/Makefile b/security/pecl-ssh2/Makefile
index bca106965982..731d2231476d 100644
--- a/security/pecl-ssh2/Makefile
+++ b/security/pecl-ssh2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ssh2
PORTVERSION= 0.12
+PORTREVISION= 1
CATEGORIES= security pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/security/pecl-tcpwrap/Makefile b/security/pecl-tcpwrap/Makefile
index 448f6ed1c42a..213ee4b53f5b 100644
--- a/security/pecl-tcpwrap/Makefile
+++ b/security/pecl-tcpwrap/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tcpwrap
PORTVERSION= 1.1.3
+PORTREVISION= 1
CATEGORIES= security pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile
index b5a9522f336d..ade9e92916f8 100644
--- a/security/php-suhosin/Makefile
+++ b/security/php-suhosin/Makefile
@@ -3,6 +3,7 @@
PORTNAME= suhosin
PORTVERSION= 0.9.38
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://download.suhosin.org/
PKGNAMEPREFIX= php-
diff --git a/security/php55-filter/Makefile b/security/php55-filter/Makefile
index 61f0a4121181..1a3515ef9036 100644
--- a/security/php55-filter/Makefile
+++ b/security/php55-filter/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/security/php55-hash/Makefile b/security/php55-hash/Makefile
index 16ce618475f4..cb4b9c9cd137 100644
--- a/security/php55-hash/Makefile
+++ b/security/php55-hash/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/security/php55-mcrypt/Makefile b/security/php55-mcrypt/Makefile
index be47403f2d36..0d6e8a523525 100644
--- a/security/php55-mcrypt/Makefile
+++ b/security/php55-mcrypt/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/security/php55-openssl/Makefile b/security/php55-openssl/Makefile
index c663223c4eab..0e4b3d6d4393 100644
--- a/security/php55-openssl/Makefile
+++ b/security/php55-openssl/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/security/php56-filter/Makefile b/security/php56-filter/Makefile
index f15158b0dadf..528d4bb5caf4 100644
--- a/security/php56-filter/Makefile
+++ b/security/php56-filter/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/security/php56-hash/Makefile b/security/php56-hash/Makefile
index e5e83e776f1d..c899d10d5a01 100644
--- a/security/php56-hash/Makefile
+++ b/security/php56-hash/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/security/php56-mcrypt/Makefile b/security/php56-mcrypt/Makefile
index babb042a389f..9ce481f4ab8f 100644
--- a/security/php56-mcrypt/Makefile
+++ b/security/php56-mcrypt/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/security/php56-openssl/Makefile b/security/php56-openssl/Makefile
index 66530318ade6..2811e5e258c7 100644
--- a/security/php56-openssl/Makefile
+++ b/security/php56-openssl/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/security/php70-filter/Makefile b/security/php70-filter/Makefile
index ccb288794c5e..c00b35c22e94 100644
--- a/security/php70-filter/Makefile
+++ b/security/php70-filter/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php70
diff --git a/security/php70-hash/Makefile b/security/php70-hash/Makefile
index 3ee94a424193..17b5b944f4ce 100644
--- a/security/php70-hash/Makefile
+++ b/security/php70-hash/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php70
diff --git a/security/php70-mcrypt/Makefile b/security/php70-mcrypt/Makefile
index ac715c925209..18b41abf06aa 100644
--- a/security/php70-mcrypt/Makefile
+++ b/security/php70-mcrypt/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php70
diff --git a/security/php70-openssl/Makefile b/security/php70-openssl/Makefile
index 7759e22394e8..c3974689a42a 100644
--- a/security/php70-openssl/Makefile
+++ b/security/php70-openssl/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= security
MASTERDIR= ${.CURDIR}/../../lang/php70