mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to version 3.0.0.b4.
This commit is contained in:
parent
60f09f5d86
commit
c23df656f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182020
4 changed files with 11 additions and 18 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= filezilla
|
||||
DISTVERSION= 3.0.0-beta2
|
||||
DISTVERSION= 3.0.0-beta4
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= FileZilla_${DISTVERSION}_src
|
||||
|
@ -14,12 +14,13 @@ DISTNAME= FileZilla_${DISTVERSION}_src
|
|||
MAINTAINER= alepulver@FreeBSD.org
|
||||
COMMENT= Fast FTP and SFTP client with a lot of features
|
||||
|
||||
LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn
|
||||
LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls \
|
||||
idn.16:${PORTSDIR}/dns/libidn
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
USE_WX= 2.6
|
||||
USE_WX= 2.8
|
||||
WX_CONF_ARGS= relative
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (FileZilla_3.0.0-beta2_src.tar.bz2) = ceb2b927490f1e4659167a66ce5c9425
|
||||
SHA256 (FileZilla_3.0.0-beta2_src.tar.bz2) = 10b4cd8524cd5823df82439705c3fb082f9d5e31fb124789e0fc7fdff5522555
|
||||
SIZE (FileZilla_3.0.0-beta2_src.tar.bz2) = 1163527
|
||||
MD5 (FileZilla_3.0.0-beta4_src.tar.bz2) = 765aeb49d9e5f0f025d879d62714e1bf
|
||||
SHA256 (FileZilla_3.0.0-beta4_src.tar.bz2) = afa70335a3ec2c19bb423a4320e55d52a66316060be69416ea36cf4831a33278
|
||||
SIZE (FileZilla_3.0.0-beta4_src.tar.bz2) = 1237228
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- ./src/interface/FileZilla.cpp.orig Sun Oct 15 12:36:01 2006
|
||||
+++ ./src/interface/FileZilla.cpp Tue Oct 24 20:50:08 2006
|
||||
@@ -533,7 +533,6 @@
|
||||
wxPathList pathList;
|
||||
pathList.AddEnvList(_T("PATH"));
|
||||
executable = pathList.FindAbsoluteValidPath(program);
|
||||
- bool found = false;
|
||||
if (executable != _T(""))
|
||||
found = true;
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
bin/filezilla
|
||||
bin/fzsftp
|
||||
%%DATADIR%%/locales/ar_EG/filezilla.mo
|
||||
%%DATADIR%%/locales/ar/filezilla.mo
|
||||
%%DATADIR%%/locales/bg/filezilla.mo
|
||||
%%DATADIR%%/locales/ca_ES/filezilla.mo
|
||||
%%DATADIR%%/locales/cs/filezilla.mo
|
||||
|
@ -21,6 +21,7 @@ bin/fzsftp
|
|||
%%DATADIR%%/locales/lt/filezilla.mo
|
||||
%%DATADIR%%/locales/mk/filezilla.mo
|
||||
%%DATADIR%%/locales/nb_NO/filezilla.mo
|
||||
%%DATADIR%%/locales/ne/filezilla.mo
|
||||
%%DATADIR%%/locales/nl/filezilla.mo
|
||||
%%DATADIR%%/locales/pl_PL/filezilla.mo
|
||||
%%DATADIR%%/locales/pt_BR/filezilla.mo
|
||||
|
@ -111,6 +112,7 @@ bin/fzsftp
|
|||
@dirrm %%DATADIR%%/locales/pt_BR
|
||||
@dirrm %%DATADIR%%/locales/pl_PL
|
||||
@dirrm %%DATADIR%%/locales/nl
|
||||
@dirrm %%DATADIR%%/locales/ne
|
||||
@dirrm %%DATADIR%%/locales/nb_NO
|
||||
@dirrm %%DATADIR%%/locales/mk
|
||||
@dirrm %%DATADIR%%/locales/lt
|
||||
|
@ -131,6 +133,6 @@ bin/fzsftp
|
|||
@dirrm %%DATADIR%%/locales/cs
|
||||
@dirrm %%DATADIR%%/locales/ca_ES
|
||||
@dirrm %%DATADIR%%/locales/bg
|
||||
@dirrm %%DATADIR%%/locales/ar_EG
|
||||
@dirrm %%DATADIR%%/locales/ar
|
||||
@dirrm %%DATADIR%%/locales
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Add table
Reference in a new issue