From owner-svn-ports-head@FreeBSD.ORG Fri May 10 15:48:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8A92718B; Fri, 10 May 2013 15:48:16 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7CCA62A2; Fri, 10 May 2013 15:48:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4AFmGI5036698; Fri, 10 May 2013 15:48:16 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4AFmGAw036697; Fri, 10 May 2013 15:48:16 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201305101548.r4AFmGAw036697@svn.freebsd.org> From: Florian Smeets Date: Fri, 10 May 2013 15:48:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317821 - head/ftp/php53-ftp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 15:48:16 -0000 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 Tested by: Mark Felder 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 -# # $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"