aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-03-01 08:06:29 +0800
committerrene <rene@FreeBSD.org>2014-03-01 08:06:29 +0800
commit076592a92b4a7e010e8a6b2644ae232408c10c3b (patch)
treea82aa9cd34a90c5daecd9ec479f5a85b36141796 /www
parent0282d1525716be347b881ec0b2f6e2f10e232220 (diff)
downloadfreebsd-ports-gnome-076592a92b4a7e010e8a6b2644ae232408c10c3b.tar.gz
freebsd-ports-gnome-076592a92b4a7e010e8a6b2644ae232408c10c3b.tar.zst
freebsd-ports-gnome-076592a92b4a7e010e8a6b2644ae232408c10c3b.zip
PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, time
to say goodbye. Upstream unsupported it since 2011-01-06 (see http://php.net/eol.php ) Strip PHP 5.2 out of Mk/bsd.php.mk
Diffstat (limited to 'www')
-rw-r--r--www/Makefile2
-rw-r--r--www/php52-session/Makefile11
-rw-r--r--www/php52-tidy/Makefile11
3 files changed, 0 insertions, 24 deletions
diff --git a/www/Makefile b/www/Makefile
index 1f52577c067e..7c9852e56812 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1427,8 +1427,6 @@
SUBDIR += php-templates
SUBDIR += php5-session
SUBDIR += php5-tidy
- SUBDIR += php52-session
- SUBDIR += php52-tidy
SUBDIR += php53-session
SUBDIR += php53-tidy
SUBDIR += php55-opcache
diff --git a/www/php52-session/Makefile b/www/php52-session/Makefile
deleted file mode 100644
index 7c10960ac3df..000000000000
--- a/www/php52-session/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= www
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -session
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/www/php52-tidy/Makefile b/www/php52-tidy/Makefile
deleted file mode 100644
index d07018fe2369..000000000000
--- a/www/php52-tidy/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= www
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -tidy
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"