From owner-svn-ports-all@FreeBSD.ORG Thu May 14 20:45:20 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7062FFDD; Thu, 14 May 2015 20:45:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F20710C7; Thu, 14 May 2015 20:45:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4EKjK4m043465; Thu, 14 May 2015 20:45:20 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4EKjJuM043463; Thu, 14 May 2015 20:45:19 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201505142045.t4EKjJuM043463@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Thu, 14 May 2015 20:45:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386361 - head/ftp/lftp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2015 20:45:20 -0000 Author: martymac Date: Thu May 14 20:45:19 2015 New Revision: 386361 URL: https://svnweb.freebsd.org/changeset/ports/386361 Log: Update to 4.6.2. Note: Lftp, when built with OpenSSL, now needs OpenSSL >= 1.0.1. On older FreeBSD releases (8.x and 9.x), base OpenSSL is too old. In this case, the ports' version will be used. Modified: head/ftp/lftp/Makefile head/ftp/lftp/distinfo Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Thu May 14 20:23:47 2015 (r386360) +++ head/ftp/lftp/Makefile Thu May 14 20:45:19 2015 (r386361) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lftp -PORTVERSION= 4.6.1 +PORTVERSION= 4.6.2 CATEGORIES= ftp ipv6 MASTER_SITES= http://lftp.yar.ru/ftp/ \ http://lftp.yar.ru/ftp/old/ \ @@ -50,6 +50,15 @@ GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls GNUTLS_USES= pkgconfig +.include + +.if ${PORT_OPTIONS:MOPENSSL} +. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000015 +WITH_OPENSSL_PORT= yes +CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} +. endif +.endif + post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/lftp.conf \ ${STAGEDIR}${PREFIX}/etc/lftp.conf.sample Modified: head/ftp/lftp/distinfo ============================================================================== --- head/ftp/lftp/distinfo Thu May 14 20:23:47 2015 (r386360) +++ head/ftp/lftp/distinfo Thu May 14 20:45:19 2015 (r386361) @@ -1,2 +1,2 @@ -SHA256 (lftp-4.6.1.tar.gz) = abc35f5d5ed9c9d7b52c0b8c8c98dfae0f1714dabaf5136bf5b117a5948cb768 -SIZE (lftp-4.6.1.tar.gz) = 2629303 +SHA256 (lftp-4.6.2.tar.gz) = 7e5291a0638f1602fd7f98c407fbc191f4d29677f469dd0455f66b48fc7953ca +SIZE (lftp-4.6.2.tar.gz) = 2637499