diff options
author | rene <rene@FreeBSD.org> | 2016-02-15 03:21:31 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-02-15 03:21:31 +0800 |
commit | fcda9947bb0106a2b6a81862fe249f8cf0fe0dd3 (patch) | |
tree | 8ee58acab1b0a9fe8d1b1eb86093bf1a0d151f63 /misc | |
parent | 5bb51cc37e4c2b3aa67f6bdc9da7ce2b7f18b36e (diff) | |
download | freebsd-ports-gnome-fcda9947bb0106a2b6a81862fe249f8cf0fe0dd3.tar.gz freebsd-ports-gnome-fcda9947bb0106a2b6a81862fe249f8cf0fe0dd3.tar.zst freebsd-ports-gnome-fcda9947bb0106a2b6a81862fe249f8cf0fe0dd3.zip |
Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.
Adjust Mk/bsd.php.mk
Reviewed by: antoine, marino
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D5278
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/php5-calendar/Makefile | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/misc/Makefile b/misc/Makefile index fa5407270402..3bbc89fff7dc 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -360,7 +360,6 @@ SUBDIR += pear-Text_Figlet SUBDIR += pecl-timezonedb SUBDIR += pfm - SUBDIR += php5-calendar SUBDIR += php55-calendar SUBDIR += php56-calendar SUBDIR += phraze diff --git a/misc/php5-calendar/Makefile b/misc/php5-calendar/Makefile deleted file mode 100644 index 0a2c9a67d9b5..000000000000 --- a/misc/php5-calendar/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= misc - -MASTERDIR= ${.CURDIR}/../../lang/php5 - -PKGNAMESUFFIX= -calendar - -.include "${MASTERDIR}/Makefile" |