aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-05 15:46:02 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-05 15:46:02 +0000
commit1aaf1022212ac028c4fe22853aa76969437039ee (patch)
tree5737ff9d04cf33dfa35a21f4ffa1df3be2880c55 /www
parentc4337bad81ecca634781b10f30df668da053cdde (diff)
downloadports-1aaf1022212ac028c4fe22853aa76969437039ee.tar.gz
ports-1aaf1022212ac028c4fe22853aa76969437039ee.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/Makefile4
-rw-r--r--www/mod_php70/Makefile16
-rw-r--r--www/php70-opcache/Makefile12
-rw-r--r--www/php70-session/Makefile10
-rw-r--r--www/php70-tidy/Makefile10
5 files changed, 0 insertions, 52 deletions
diff --git a/www/Makefile b/www/Makefile
index cdc64bd5fd8c..89d6d1e8c74b 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -463,7 +463,6 @@
SUBDIR += mod_pagespeed
SUBDIR += mod_perl2
SUBDIR += mod_php56
- SUBDIR += mod_php70
SUBDIR += mod_php71
SUBDIR += mod_php72
SUBDIR += mod_php73
@@ -1457,9 +1456,6 @@
SUBDIR += php56-opcache
SUBDIR += php56-session
SUBDIR += php56-tidy
- SUBDIR += php70-opcache
- SUBDIR += php70-session
- SUBDIR += php70-tidy
SUBDIR += php71-opcache
SUBDIR += php71-session
SUBDIR += php71-tidy
diff --git a/www/mod_php70/Makefile b/www/mod_php70/Makefile
deleted file mode 100644
index 39c1a642b874..000000000000
--- a/www/mod_php70/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Created by: marcus@FreeBSD.org
-# $FreeBSD$
-
-CATEGORIES= www devel
-PKGNAMEPREFIX= mod_
-
-MAINTAINER= ports@FreeBSD.org
-
-PHP_PORT= lang/php70
-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"
diff --git a/www/php70-opcache/Makefile b/www/php70-opcache/Makefile
deleted file mode 100644
index d05b64176a72..000000000000
--- a/www/php70-opcache/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# Created by: Martin Matuska <mm@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= www
-
-MASTERDIR= ${.CURDIR}/../../lang/php70
-
-PKGNAMESUFFIX= -opcache
-
-USES= php:zend,noflavors
-
-.include "${MASTERDIR}/Makefile"
diff --git a/www/php70-session/Makefile b/www/php70-session/Makefile
deleted file mode 100644
index 6b20fd0eda6c..000000000000
--- a/www/php70-session/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= www
-
-MASTERDIR= ${.CURDIR}/../../lang/php70
-
-PKGNAMESUFFIX= -session
-
-.include "${MASTERDIR}/Makefile"
diff --git a/www/php70-tidy/Makefile b/www/php70-tidy/Makefile
deleted file mode 100644
index 40f6250f1d08..000000000000
--- a/www/php70-tidy/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= www
-
-MASTERDIR= ${.CURDIR}/../../lang/php70
-
-PKGNAMESUFFIX= -tidy
-
-.include "${MASTERDIR}/Makefile"