diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-02-14 19:21:31 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-02-14 19:21:31 +0000 |
commit | d5ce1f73bc9d396f962ccc0f312c1f1e1ac50862 (patch) | |
tree | 8ee58acab1b0a9fe8d1b1eb86093bf1a0d151f63 /lang/php5/files/patch-sapi_fpm_Makefile.frag | |
parent | Correct URL. (diff) |
Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.
Adjust Mk/bsd.php.mk
Reviewed by: antoine, marino
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D5278
Notes
Notes:
svn path=/head/; revision=408884
Diffstat (limited to 'lang/php5/files/patch-sapi_fpm_Makefile.frag')
-rw-r--r-- | lang/php5/files/patch-sapi_fpm_Makefile.frag | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/php5/files/patch-sapi_fpm_Makefile.frag b/lang/php5/files/patch-sapi_fpm_Makefile.frag deleted file mode 100644 index 4fa8d50bf4dc..000000000000 --- a/lang/php5/files/patch-sapi_fpm_Makefile.frag +++ /dev/null @@ -1,12 +0,0 @@ ---- sapi/fpm/Makefile.frag.orig 2013-12-10 19:32:43.000000000 +0000 -+++ sapi/fpm/Makefile.frag 2013-12-13 21:55:54.402236058 +0000 -@@ -18,6 +18,6 @@ install-fpm: $(SAPI_FPM_PATH) - @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man8 - @$(INSTALL_DATA) sapi/fpm/php-fpm.8 $(INSTALL_ROOT)$(mandir)/man8/php-fpm$(program_suffix).8 - -- @echo "Installing PHP FPM status page: $(INSTALL_ROOT)$(datadir)/fpm/" -- @$(mkinstalldirs) $(INSTALL_ROOT)$(datadir)/fpm -- @$(INSTALL_DATA) sapi/fpm/status.html $(INSTALL_ROOT)$(datadir)/fpm/status.html -+ @echo "Installing PHP FPM status page: $(INSTALL_ROOT)$(datadir)/php/fpm/" -+ @$(mkinstalldirs) $(INSTALL_ROOT)$(datadir)/php/fpm -+ @$(INSTALL_DATA) sapi/fpm/status.html $(INSTALL_ROOT)$(datadir)/php/fpm/status.html |