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 /ftp | |
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 'ftp')
-rw-r--r-- | ftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/php5-curl/Makefile | 10 | ||||
-rw-r--r-- | ftp/php5-ftp/Makefile | 14 |
3 files changed, 0 insertions, 26 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 75bcae58031a..413c4a9011c8 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -63,8 +63,6 @@ SUBDIR += pavuk SUBDIR += pear-Net_FTP SUBDIR += pftpd - SUBDIR += php5-curl - SUBDIR += php5-ftp SUBDIR += php55-curl SUBDIR += php55-ftp SUBDIR += php56-curl diff --git a/ftp/php5-curl/Makefile b/ftp/php5-curl/Makefile deleted file mode 100644 index fa55a453e5a9..000000000000 --- a/ftp/php5-curl/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= ftp - -MASTERDIR= ${.CURDIR}/../../lang/php5 - -PKGNAMESUFFIX= -curl - -.include "${MASTERDIR}/Makefile" diff --git a/ftp/php5-ftp/Makefile b/ftp/php5-ftp/Makefile deleted file mode 100644 index 2c217429e1c2..000000000000 --- a/ftp/php5-ftp/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= ftp - -MASTERDIR= ${.CURDIR}/../../lang/php5 - -PKGNAMESUFFIX= -ftp - -post-patch: - @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \ - ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.* - -.include "${MASTERDIR}/Makefile" |