ftp/filezilla: update 3.14.0 -> 3.14.1 plus minor fixes
- Fix indentation in BROKEN statement - Remove WX_UNICODE (no-op after r397077) Changes: https://filezilla-project.org/versions.php PR: 203836 Submitted by: matthew@reztek.cz (maintainer)
This commit is contained in:
parent
c633c91439
commit
273166c510
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399940
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= filezilla
|
||||
PORTVERSION= 3.14.0
|
||||
PORTVERSION= 3.14.1
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
|
||||
DISTNAME= FileZilla_${PORTVERSION}_src
|
||||
@ -20,14 +20,13 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
|
||||
libidn.so:${PORTSDIR}/dns/libidn \
|
||||
libpugixml.so:${PORTSDIR}/textproc/pugixml
|
||||
|
||||
BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library
|
||||
BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
USES= compiler:c++14-lang gmake pkgconfig tar:bzip2
|
||||
USE_SQLITE= 3
|
||||
USE_WX= 3.0
|
||||
WX_CONF_ARGS= relative
|
||||
WX_UNICODE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (FileZilla_3.14.0_src.tar.bz2) = 92385ab4f30bc7e5e457d6a3310645cc6c4bd0e83a78e12c33f2778b73d579fd
|
||||
SIZE (FileZilla_3.14.0_src.tar.bz2) = 4415005
|
||||
SHA256 (FileZilla_3.14.1_src.tar.bz2) = b10871b6ced5f52062b44deda037edb8a38090b226a018b9b64b1a1feb59d46c
|
||||
SIZE (FileZilla_3.14.1_src.tar.bz2) = 4411187
|
||||
|
Loading…
Reference in New Issue
Block a user