From 7fe96c109332ecdb411ceef911efd11085a88346 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Mon, 24 Jun 2013 14:32:11 +0000 Subject: Welcome PHP 5.5! Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run --- ftp/Makefile | 2 ++ ftp/php55-curl/Makefile | 10 ++++++++++ ftp/php55-ftp/Makefile | 14 ++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 ftp/php55-curl/Makefile create mode 100644 ftp/php55-ftp/Makefile (limited to 'ftp') diff --git a/ftp/Makefile b/ftp/Makefile index e39cf1adeb2b..f1ba81f177de 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -76,6 +76,8 @@ SUBDIR += php52-ftp SUBDIR += php53-curl SUBDIR += php53-ftp + SUBDIR += php55-curl + SUBDIR += php55-ftp SUBDIR += phpwebftp SUBDIR += plasma-applet-ftpmonitor SUBDIR += proftpd diff --git a/ftp/php55-curl/Makefile b/ftp/php55-curl/Makefile new file mode 100644 index 000000000000..6b9199c38170 --- /dev/null +++ b/ftp/php55-curl/Makefile @@ -0,0 +1,10 @@ +# Created by: Alex Dupre +# $FreeBSD$ + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php55 + +PKGNAMESUFFIX= -curl + +.include "${MASTERDIR}/Makefile" diff --git a/ftp/php55-ftp/Makefile b/ftp/php55-ftp/Makefile new file mode 100644 index 000000000000..6b0b1f1c0caa --- /dev/null +++ b/ftp/php55-ftp/Makefile @@ -0,0 +1,14 @@ +# Created by: Alex Dupre +# $FreeBSD$ + +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" -- cgit v1.2.3