summaryrefslogtreecommitdiffstats
path: root/network/filezilla
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2010-08-17 03:51:58 +0200
committer Erik Hanson2010-08-18 21:01:18 +0200
commit9bc0c4193831c82ec243d692929a7a6b54d5b7d8 (patch)
treed27def98bb537192ba34e6dd7ceb0758bce98c1f /network/filezilla
parent27f192616fa3814b3d284d07cf94901e60b58a1a (diff)
downloadslackbuilds-9bc0c4193831c82ec243d692929a7a6b54d5b7d8.tar.gz
network/filezilla: Updated for version 3.3.4.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/filezilla')
-rw-r--r--network/filezilla/README9
-rw-r--r--network/filezilla/filezilla.SlackBuild3
-rw-r--r--network/filezilla/filezilla.info8
3 files changed, 10 insertions, 10 deletions
diff --git a/network/filezilla/README b/network/filezilla/README
index f5d4f55a47..a4d575b654 100644
--- a/network/filezilla/README
+++ b/network/filezilla/README
@@ -2,9 +2,8 @@ FileZilla Client is a fast and reliable cross-platform FTP, FTPS and
SFTP client with lots of useful features and an intuitive graphical user
interface.
-FileZilla requires wxGTK or wxPython as core dependencies and tinyxml as
-optional package or it can use builtin package
+This requires either wxGTK or wxPython.
-In case you don't have tinyxml requirement, you can use builtin package by
-passing variables to the script (VAR=yes/no ./filezilla.SlackBuild):
-TINYXML=yes|no (default: no), requires tinyxml \ No newline at end of file
+tinyxml is an optional dependency - to use an installed version of tinyxml,
+run the script as "TINYXML=yes ./filezilla.SlackBuild" - otherwise, the
+build will use an included copy of tinyxml.
diff --git a/network/filezilla/filezilla.SlackBuild b/network/filezilla/filezilla.SlackBuild
index c02fbe9a71..8c35eccb63 100644
--- a/network/filezilla/filezilla.SlackBuild
+++ b/network/filezilla/filezilla.SlackBuild
@@ -21,7 +21,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=filezilla
-VERSION=${VERSION:-3.3.4}
+VERSION=${VERSION:-3.3.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,6 +60,7 @@ else
tinyxml="--with-tinyxml=builtin"
fi
+
set -e
rm -rf $PKG
diff --git a/network/filezilla/filezilla.info b/network/filezilla/filezilla.info
index 4b841a739a..a398abe566 100644
--- a/network/filezilla/filezilla.info
+++ b/network/filezilla/filezilla.info
@@ -1,10 +1,10 @@
PRGNAM="filezilla"
-VERSION="3.3.4"
+VERSION="3.3.4.1"
HOMEPAGE="http://filezilla-project.org/"
-DOWNLOAD="http://kent.dl.sourceforge.net/project/filezilla/FileZilla_Client/3.3.4/FileZilla_3.3.4_src.tar.bz2"
-MD5SUM="690f2bb184bc150138fb0b1082ba9f8b"
+DOWNLOAD="http://downloads.sourceforge.net/filezilla/FileZilla_3.3.4.1_src.tar.bz2"
+MD5SUM="ca03b0813ce0e8ce48e4a016845ec81a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackware-id.org"
-APPROVED="dsomero"
+APPROVED="rworkman"