From 1a5519a25557f93b56f1848a49980cca8e5986bc Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Tue, 1 Jan 2019 14:37:38 +0000 Subject: [PATCH] Remove expired www/mod_php56 Reported by: antoine --- MOVED | 1 + www/Makefile | 1 - www/mod_php56/Makefile | 16 ---------------- 3 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 www/mod_php56/Makefile diff --git a/MOVED b/MOVED index 1d0fb692d997..7bc2cce0d887 100644 --- a/MOVED +++ b/MOVED @@ -11547,3 +11547,4 @@ converters/php56-mbstring||2019-01-01|Has expired: Security Support ends on 31 D converters/php56-recode||2019-01-01|Has expired: Security Support ends on 31 Dec 2018 sysutils/php56-posix||2019-01-01|Has expired: Security Support ends on 31 Dec 2018 sysutils/php56-fileinfo||2019-01-01|Has expired: Security Support ends on 31 Dec 2018 +www/mod_php56|www/mod_php72|2019-01-01|Has expired: Security Support ends on 31 Dec 2018 diff --git a/www/Makefile b/www/Makefile index 6b2df932fca6..8ba1c27416e4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -446,7 +446,6 @@ SUBDIR += mod_mpm_itk SUBDIR += mod_pagespeed SUBDIR += mod_perl2 - SUBDIR += mod_php56 SUBDIR += mod_php71 SUBDIR += mod_php72 SUBDIR += mod_php73 diff --git a/www/mod_php56/Makefile b/www/mod_php56/Makefile deleted file mode 100644 index 7438bd681762..000000000000 --- a/www/mod_php56/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: marcus@FreeBSD.org -# $FreeBSD$ - -CATEGORIES= www devel -PKGNAMEPREFIX= mod_ - -MAINTAINER= ale@FreeBSD.org - -PHP_PORT= lang/php56 -MASTERDIR= ${.CURDIR}/../../${PHP_PORT} - -OPTIONS_DEFINE= AP2FILTER -AP2FILTER_DESC= Use Apache 2.x filter interface (experimental) -OPTIONS_EXCLUDE= CGI CLI FPM EMBED - -.include "${MASTERDIR}/Makefile"