diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-02-09 08:39:00 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-02-09 08:39:00 +0000 |
commit | 3bf632e18398a6e991d59b7898e72de1097f5a8f (patch) | |
tree | 0079952625b0352049fa2017a4e5ce145a58e541 /ftp/php5-curl | |
parent | Adds ticket security policy based on keyword. (diff) |
- Update to 5.4.25 release [1]
- Enable FPM by default [2]
- Add support to override configure flags [3]
To users requesting mod_php package, please read this:
https://wiki.apache.org/httpd/PHP-FPM
PR: ports/186564 [1], ports/185437 [2], ports/186536 [3]
Submitted by: Rustem Alimov <rustem.alimov@gmail.com> [1],
Ilya Bakulin <webmaster@kibab.com> [2],
Reinier Schoof <reinier@skoef.nl> [3]
Notes
Notes:
svn path=/head/; revision=343435
Diffstat (limited to 'ftp/php5-curl')
-rw-r--r-- | ftp/php5-curl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftp/php5-curl/Makefile b/ftp/php5-curl/Makefile index a0db0efe8bde..fa55a453e5a9 100644 --- a/ftp/php5-curl/Makefile +++ b/ftp/php5-curl/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ CATEGORIES= ftp -PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../../lang/php5 |