New commits:
commit 3eaaf94b78baff7abdcc0541875fa35dd1ece08e
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>
ftp/filezilla: version 3.66.4
also removed patch that fixes compilation if you're using a version of
wxwidgets > 3, tested compiling with wxwidgets 3.2 and the error does
not occur with the patch - so it is no longer needed
diff --git
a/ftp/filezilla/0001-remove-test-for-specific-version-of-wxwidgets.patch
b/ftp/filezilla/0001-remove-test-for-specific-version-of-wxwidgets.patch
deleted file mode 100644
index fa66b30..0000000
--- a/ftp/filezilla/0001-remove-test-for-specific-version-of-wxwidgets.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From e73ca9e3189667897678a900425055f111f580ec Mon Sep 17 00:00:00 2001
-From: Florian Franzmann <bwlf AT bandrate.org>
-Date: Sat, 18 Feb 2017 12:28:35 +0100
-Subject: [PATCH] remove test for specific version of wxwidgets
-
----
- configure.ac | 5 -----
- 1 file changed, 5 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 6aacb20..83476ea 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -177,11 +177,6 @@ if test "$buildmain" = "yes"; then
- equivalent variable and wxWidgets version is $MIN_WX_VERSION or
above.
- ])
- fi
-- if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.1"; then
-- AC_MSG_ERROR([You must use wxWidgets 3.0.x, development versions of
wxWidgets are not supported.])
-- elif test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" != "3.0"; then
-- AC_MSG_ERROR([You must use wxWidgets 3.0.x, wxWidgets 3.2 or higher is
not yet supported.])
-- fi
-
- # --universal=no doesn't work correctly, it still accepts universal
builds. Reject it manually here.
- if echo "$WX_CPPFLAGS" | grep __WXUNIVERSAL__ > /dev/null; then
---
-2.11.1
-
diff --git a/ftp/filezilla/DETAILS b/ftp/filezilla/DETAILS
index 1fe1565..e5f59c6 100755
--- a/ftp/filezilla/DETAILS
+++ b/ftp/filezilla/DETAILS
@@ -1,8 +1,8 @@
SPELL=filezilla
- VERSION=3.54.1
- SOURCE="FileZilla_${VERSION}_src.tar.bz2"
+ VERSION=3.66.4
+ SOURCE="FileZilla_${VERSION}_src.tar.xz"