summaryrefslogtreecommitdiff
path: root/archivers
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 /archivers
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
Notes
Notes: svn path=/head/; revision=419514
Diffstat (limited to 'archivers')
-rw-r--r--archivers/pecl-lzf/Makefile1
-rw-r--r--archivers/pecl-phk/Makefile1
-rw-r--r--archivers/pecl-rar/Makefile1
-rw-r--r--archivers/php-horde_lz4/Makefile1
-rw-r--r--archivers/php5-snappy/Makefile2
-rw-r--r--archivers/php55-bz2/Makefile1
-rw-r--r--archivers/php55-phar/Makefile1
-rw-r--r--archivers/php55-zip/Makefile1
-rw-r--r--archivers/php55-zlib/Makefile1
-rw-r--r--archivers/php56-bz2/Makefile1
-rw-r--r--archivers/php56-phar/Makefile1
-rw-r--r--archivers/php56-zip/Makefile1
-rw-r--r--archivers/php56-zlib/Makefile1
-rw-r--r--archivers/php70-bz2/Makefile1
-rw-r--r--archivers/php70-phar/Makefile1
-rw-r--r--archivers/php70-zip/Makefile1
-rw-r--r--archivers/php70-zlib/Makefile1
17 files changed, 17 insertions, 1 deletions
diff --git a/archivers/pecl-lzf/Makefile b/archivers/pecl-lzf/Makefile
index 04c87c792d3d..8896fe2d9550 100644
--- a/archivers/pecl-lzf/Makefile
+++ b/archivers/pecl-lzf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= lzf
PORTVERSION= 1.6.3
+PORTREVISION= 1
CATEGORIES= archivers pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/archivers/pecl-phk/Makefile b/archivers/pecl-phk/Makefile
index 46889b6325db..4bc69141c4e1 100644
--- a/archivers/pecl-phk/Makefile
+++ b/archivers/pecl-phk/Makefile
@@ -3,6 +3,7 @@
PORTNAME= phk
PORTVERSION= 3.0.1
+PORTREVISION= 1
CATEGORIES= archivers pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/archivers/pecl-rar/Makefile b/archivers/pecl-rar/Makefile
index a6ad4521397d..9613fc2eabf3 100644
--- a/archivers/pecl-rar/Makefile
+++ b/archivers/pecl-rar/Makefile
@@ -3,6 +3,7 @@
PORTNAME= rar
PORTVERSION= 3.0.2
+PORTREVISION= 1
CATEGORIES= archivers pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
diff --git a/archivers/php-horde_lz4/Makefile b/archivers/php-horde_lz4/Makefile
index fae9e9e31c25..a1a82847aa54 100644
--- a/archivers/php-horde_lz4/Makefile
+++ b/archivers/php-horde_lz4/Makefile
@@ -3,6 +3,7 @@
PORTNAME= horde_lz4
PORTVERSION= 1.0.7
+PORTREVISION= 1
CATEGORIES= archivers pear
MASTER_SITES= http://pear.horde.org/get/
PKGNAMEPREFIX= php-
diff --git a/archivers/php5-snappy/Makefile b/archivers/php5-snappy/Makefile
index a3ccdcab97f2..e7458be65b3a 100644
--- a/archivers/php5-snappy/Makefile
+++ b/archivers/php5-snappy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= php5-snappy
PORTVERSION= 0.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= php-snappy
diff --git a/archivers/php55-bz2/Makefile b/archivers/php55-bz2/Makefile
index 2806e4e3594a..5cd5ae7ad9a8 100644
--- a/archivers/php55-bz2/Makefile
+++ b/archivers/php55-bz2/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/archivers/php55-phar/Makefile b/archivers/php55-phar/Makefile
index 1579b90f4e22..38e926ed1c9c 100644
--- a/archivers/php55-phar/Makefile
+++ b/archivers/php55-phar/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/archivers/php55-zip/Makefile b/archivers/php55-zip/Makefile
index 5292174544df..59c924adf758 100644
--- a/archivers/php55-zip/Makefile
+++ b/archivers/php55-zip/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/archivers/php55-zlib/Makefile b/archivers/php55-zlib/Makefile
index 8183cdeeb061..26e11c201791 100644
--- a/archivers/php55-zlib/Makefile
+++ b/archivers/php55-zlib/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php55
diff --git a/archivers/php56-bz2/Makefile b/archivers/php56-bz2/Makefile
index d65f1696013b..9a5baa6af330 100644
--- a/archivers/php56-bz2/Makefile
+++ b/archivers/php56-bz2/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/archivers/php56-phar/Makefile b/archivers/php56-phar/Makefile
index 830ee797204f..e285e74949b5 100644
--- a/archivers/php56-phar/Makefile
+++ b/archivers/php56-phar/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/archivers/php56-zip/Makefile b/archivers/php56-zip/Makefile
index cc86586ec95f..c9f55a874f0e 100644
--- a/archivers/php56-zip/Makefile
+++ b/archivers/php56-zip/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/archivers/php56-zlib/Makefile b/archivers/php56-zlib/Makefile
index e9ba04011193..6fe5d47305b9 100644
--- a/archivers/php56-zlib/Makefile
+++ b/archivers/php56-zlib/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php56
diff --git a/archivers/php70-bz2/Makefile b/archivers/php70-bz2/Makefile
index aa6bad49b1a7..d1b7fcbd1aaa 100644
--- a/archivers/php70-bz2/Makefile
+++ b/archivers/php70-bz2/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php70
diff --git a/archivers/php70-phar/Makefile b/archivers/php70-phar/Makefile
index 2c7881424839..2293deb5ef31 100644
--- a/archivers/php70-phar/Makefile
+++ b/archivers/php70-phar/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php70
diff --git a/archivers/php70-zip/Makefile b/archivers/php70-zip/Makefile
index 9b41f5cd92d8..6054920f77fc 100644
--- a/archivers/php70-zip/Makefile
+++ b/archivers/php70-zip/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php70
diff --git a/archivers/php70-zlib/Makefile b/archivers/php70-zlib/Makefile
index 05853d17aaee..c393a4f5bb18 100644
--- a/archivers/php70-zlib/Makefile
+++ b/archivers/php70-zlib/Makefile
@@ -1,6 +1,7 @@
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php70