diff options
author | rene <rene@FreeBSD.org> | 2014-03-01 08:06:29 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-03-01 08:06:29 +0800 |
commit | 076592a92b4a7e010e8a6b2644ae232408c10c3b (patch) | |
tree | a82aa9cd34a90c5daecd9ec479f5a85b36141796 /www | |
parent | 0282d1525716be347b881ec0b2f6e2f10e232220 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | www/php52-session/Makefile | 11 | ||||
-rw-r--r-- | www/php52-tidy/Makefile | 11 |
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" |