Date: Thu, 14 May 2015 20:45:19 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386361 - head/ftp/lftp Message-ID: <201505142045.t4EKjJuM043463@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> + +.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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505142045.t4EKjJuM043463>