aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2016-10-21 15:30:32 +0800
committerrene <rene@FreeBSD.org>2016-10-21 15:30:32 +0800
commit10d6b552031e4696ece97248c66011466260ee0e (patch)
tree2fb06aa538d7e0beddd857fc446f090c3bb788b8 /ftp
parentb0f94841723d2072641efd7f71c0062d70a2c175 (diff)
downloadfreebsd-ports-gnome-10d6b552031e4696ece97248c66011466260ee0e.tar.gz
freebsd-ports-gnome-10d6b552031e4696ece97248c66011466260ee0e.tar.zst
freebsd-ports-gnome-10d6b552031e4696ece97248c66011466260ee0e.zip
Remove expired PHP5.5 ports.
Diffstat (limited to 'ftp')
-rw-r--r--ftp/php55-curl/Makefile11
-rw-r--r--ftp/php55-ftp/Makefile15
2 files changed, 0 insertions, 26 deletions
diff --git a/ftp/php55-curl/Makefile b/ftp/php55-curl/Makefile
deleted file mode 100644
index 2beb18d4320b..000000000000
--- a/ftp/php55-curl/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-PORTREVISION= 1
-CATEGORIES= ftp
-
-MASTERDIR= ${.CURDIR}/../../lang/php55
-
-PKGNAMESUFFIX= -curl
-
-.include "${MASTERDIR}/Makefile"
diff --git a/ftp/php55-ftp/Makefile b/ftp/php55-ftp/Makefile
deleted file mode 100644
index 90faf0766c6c..000000000000
--- a/ftp/php55-ftp/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-PORTREVISION= 1
-CATEGORIES= ftp
-
-MASTERDIR= ${.CURDIR}/../../lang/php55
-
-PKGNAMESUFFIX= -ftp
-
-post-patch:
- @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
- ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
-
-.include "${MASTERDIR}/Makefile"