aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
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 /ftp
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 'ftp')
-rw-r--r--ftp/Makefile2
-rw-r--r--ftp/php52-curl/Makefile12
-rw-r--r--ftp/php52-ftp/Makefile11
3 files changed, 0 insertions, 25 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index f332189bcead..84cfc74d2071 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -66,8 +66,6 @@
SUBDIR += pftpd
SUBDIR += php5-curl
SUBDIR += php5-ftp
- SUBDIR += php52-curl
- SUBDIR += php52-ftp
SUBDIR += php53-curl
SUBDIR += php53-ftp
SUBDIR += php55-curl
diff --git a/ftp/php52-curl/Makefile b/ftp/php52-curl/Makefile
deleted file mode 100644
index 841fd0bcec4a..000000000000
--- a/ftp/php52-curl/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= ftp
-PORTREVISION= 15
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -curl
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"
diff --git a/ftp/php52-ftp/Makefile b/ftp/php52-ftp/Makefile
deleted file mode 100644
index d01c98416604..000000000000
--- a/ftp/php52-ftp/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= ftp
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -ftp
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"