- Update to 4.7.3
- Add missing dependency to libidn
This commit is contained in:
parent
6b59ac162c
commit
68a6edf6c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418929
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lftp
|
||||
PORTVERSION= 4.7.2
|
||||
PORTVERSION= 4.7.3
|
||||
CATEGORIES= ftp ipv6
|
||||
MASTER_SITES= http://lftp.yar.ru/ftp/ \
|
||||
http://lftp.yar.ru/ftp/old/ \
|
||||
@ -19,7 +19,8 @@ COMMENT= Shell-like command line ftp client
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libexpat.so:textproc/expat2
|
||||
LIB_DEPENDS= libexpat.so:textproc/expat2 \
|
||||
libidn.so:dns/libidn
|
||||
|
||||
USES= charsetfix iconv libtool localbase readline shebangfix
|
||||
GNU_CONFIGURE= yes
|
||||
@ -41,7 +42,7 @@ OPTIONS_SUB= yes
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
OPENSSL_CONFIGURE_WITH= openssl
|
||||
OPENSSL_USE= OPENSSL=yes
|
||||
OPENSSL_USES= ssl
|
||||
GNUTLS_CONFIGURE_WITH= gnutls
|
||||
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
|
||||
GNUTLS_USES= pkgconfig
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1463720798
|
||||
SHA256 (lftp-4.7.2.tar.gz) = 1224e5605f4ad9050c1ce870fc21196baf008aae29b3dd06a5e6f58784dc028b
|
||||
SIZE (lftp-4.7.2.tar.gz) = 2721927
|
||||
TIMESTAMP = 1469204900
|
||||
SHA256 (lftp-4.7.3.tar.gz) = ce6519831603c19c2cf2e3c10b41d6ddc87a16049b99383e7b9b77fbc7707214
|
||||
SIZE (lftp-4.7.3.tar.gz) = 2715817
|
||||
|
Loading…
Reference in New Issue
Block a user