From d5ce1f73bc9d396f962ccc0f312c1f1e1ac50862 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sun, 14 Feb 2016 19:21:31 +0000 Subject: 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 --- lang/php5/files/patch-sapi_fpm_Makefile.frag | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 lang/php5/files/patch-sapi_fpm_Makefile.frag (limited to 'lang/php5/files/patch-sapi_fpm_Makefile.frag') 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 -- cgit v1.2.3