- Update to 3.3.1
Switch to using the now mandantroy unicode version of wx, and include new depend on xdg-utils. Special thanks for the bsd.wx.mk magic that made updating the unicode bit painless. PR: ports/142550 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net>
This commit is contained in:
parent
afe18e629c
commit
737f8dd384
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247659
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= filezilla
|
||||
PORTVERSION= 3.3.0.1
|
||||
PORTVERSION= 3.3.1
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
|
||||
DISTNAME= FileZilla_${PORTVERSION}_src
|
||||
@ -14,6 +14,8 @@ DISTNAME= FileZilla_${PORTVERSION}_src
|
||||
MAINTAINER= jsa@wickedmachine.net
|
||||
COMMENT= Fast and reliable cross-platform FTP, FTPS and SFTP client
|
||||
|
||||
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \
|
||||
idn.16:${PORTSDIR}/dns/libidn
|
||||
|
||||
@ -22,6 +24,7 @@ USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_WX= 2.8
|
||||
WX_CONF_ARGS= relative
|
||||
WX_UNICODE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (FileZilla_3.3.0.1_src.tar.bz2) = f273aef3b8408d0a1c7f0fee39733e9b
|
||||
SHA256 (FileZilla_3.3.0.1_src.tar.bz2) = 67abea4b429e759eabafc510d342e04d9da0bfd18ab52c5d8d5e58523b023caa
|
||||
SIZE (FileZilla_3.3.0.1_src.tar.bz2) = 3113486
|
||||
MD5 (FileZilla_3.3.1_src.tar.bz2) = 3454defa3bdb137bf69fc73495231ca1
|
||||
SHA256 (FileZilla_3.3.1_src.tar.bz2) = 2c4e8e37c63517404967efd2740d5ebeff6dae1c52b29a31a209766a90204178
|
||||
SIZE (FileZilla_3.3.1_src.tar.bz2) = 3129864
|
||||
|
@ -75,6 +75,10 @@ share/pixmaps/filezilla.png
|
||||
%%DATADIR%%/resources/16x16/remotetreeview.png
|
||||
%%DATADIR%%/resources/16x16/server.png
|
||||
%%DATADIR%%/resources/16x16/sitemanager.png
|
||||
%%DATADIR%%/resources/16x16/sort_down_dark.png
|
||||
%%DATADIR%%/resources/16x16/sort_down_light.png
|
||||
%%DATADIR%%/resources/16x16/sort_up_dark.png
|
||||
%%DATADIR%%/resources/16x16/sort_up_light.png
|
||||
%%DATADIR%%/resources/16x16/symlink.png
|
||||
%%DATADIR%%/resources/16x16/synchronize.png
|
||||
%%DATADIR%%/resources/16x16/unknown.png
|
||||
|
Loading…
Reference in New Issue
Block a user