aboutsummaryrefslogtreecommitdiffstats
path: root/misc
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 /misc
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 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/php52-calendar/Makefile11
2 files changed, 0 insertions, 12 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 5d9f0f7a1ad2..6f43875655be 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -363,7 +363,6 @@
SUBDIR += pear-Text_Figlet
SUBDIR += pecl-timezonedb
SUBDIR += php5-calendar
- SUBDIR += php52-calendar
SUBDIR += php53-calendar
SUBDIR += php55-calendar
SUBDIR += phraze
diff --git a/misc/php52-calendar/Makefile b/misc/php52-calendar/Makefile
deleted file mode 100644
index ee3d1946677a..000000000000
--- a/misc/php52-calendar/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= misc
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -calendar
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"