svn commit: r317821 - head/ftp/php53-ftp
Florian Smeets
flo at FreeBSD.org
Fri May 10 15:48:16 UTC 2013
Author: flo
Date: Fri May 10 15:48:16 2013
New Revision: 317821
URL: http://svnweb.freebsd.org/changeset/ports/317821
Log:
Merge r317659 by ale from ftp/php5-ftp:
Make ssl support deterministic.
Requested by: Mark Felder <feld at feld.me>
Tested by: Mark Felder <feld at feld.me>
Modified:
head/ftp/php53-ftp/Makefile (contents, props changed)
Modified: head/ftp/php53-ftp/Makefile
==============================================================================
--- head/ftp/php53-ftp/Makefile Fri May 10 15:34:10 2013 (r317820)
+++ head/ftp/php53-ftp/Makefile Fri May 10 15:48:16 2013 (r317821)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: php53-ftp
-# Date created: 12 Apr 2012
-# Whom: Florian Smeets <flo at FreeBSD.org>
-#
# $FreeBSD$
-#
CATEGORIES= ftp
@@ -11,4 +6,8 @@ MASTERDIR= ${.CURDIR}/../../lang/php53
PKGNAMESUFFIX= -ftp
+post-patch:
+ @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
+ ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
+
.include "${MASTERDIR}/Makefile"
More information about the svn-ports-head
mailing list