diff options
author | mat <mat@FreeBSD.org> | 2016-08-09 22:29:13 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-08-09 22:29:13 +0800 |
commit | 5fe135fdd007c887ff1b28d0bb9450e63eebbdd7 (patch) | |
tree | 7978cfb28e8a9f1e503f75b907454a636a3460ac /net/php70-soap | |
parent | 4d3be255a9fcd2ba023d1f156e84e70b84e3c5f8 (diff) | |
download | freebsd-ports-gnome-5fe135fdd007c887ff1b28d0bb9450e63eebbdd7.tar.gz freebsd-ports-gnome-5fe135fdd007c887ff1b28d0bb9450e63eebbdd7.tar.zst freebsd-ports-gnome-5fe135fdd007c887ff1b28d0bb9450e63eebbdd7.zip |
Change www/php*-session's priority to be loaded before most other PHP extensions.
Many PHP extensions were adding a build dependency on session, so that
it was loaded first. This is now no longer needed, we have a nice
framework handle the extensions ordering.
PR: 203741
Sponsored by: Absolight
Diffstat (limited to 'net/php70-soap')
-rw-r--r-- | net/php70-soap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/php70-soap/Makefile b/net/php70-soap/Makefile index 2010a44c3c82..1d3dbcc241fd 100644 --- a/net/php70-soap/Makefile +++ b/net/php70-soap/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTERDIR= ${.CURDIR}/../../lang/php70 |