summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorJoseph S. Atkinson <jsa@FreeBSD.org>2010-08-16 03:57:17 +0000
committerJoseph S. Atkinson <jsa@FreeBSD.org>2010-08-16 03:57:17 +0000
commit1c01e270df7d4c1c8ae93d485f952bf0d6cff64e (patch)
tree594dbff561484fda25361600198e063d0ee0689b /ftp
parent- Update to 1.07 (diff)
Update to 3.3.4.1.
Approved by: wxs (mentor)
Notes
Notes: svn path=/head/; revision=259331
Diffstat (limited to 'ftp')
-rw-r--r--ftp/filezilla/Makefile2
-rw-r--r--ftp/filezilla/distinfo6
-rw-r--r--ftp/filezilla/files/patch-configure11
3 files changed, 4 insertions, 15 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile
index 4639f7b5183a..6ffba33bde6a 100644
--- a/ftp/filezilla/Makefile
+++ b/ftp/filezilla/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= filezilla
-PORTVERSION= 3.3.4
+PORTVERSION= 3.3.4.1
CATEGORIES= ftp
MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
DISTNAME= FileZilla_${PORTVERSION}_src
diff --git a/ftp/filezilla/distinfo b/ftp/filezilla/distinfo
index e43ed8b7bb9a..b86bf9e785ba 100644
--- a/ftp/filezilla/distinfo
+++ b/ftp/filezilla/distinfo
@@ -1,3 +1,3 @@
-MD5 (FileZilla_3.3.4_src.tar.bz2) = 690f2bb184bc150138fb0b1082ba9f8b
-SHA256 (FileZilla_3.3.4_src.tar.bz2) = 0066fa4df71b0d1935e2a013a4cde78ce1c89661cb9cd5fccd74d298143dbf05
-SIZE (FileZilla_3.3.4_src.tar.bz2) = 3231631
+MD5 (FileZilla_3.3.4.1_src.tar.bz2) = ca03b0813ce0e8ce48e4a016845ec81a
+SHA256 (FileZilla_3.3.4.1_src.tar.bz2) = 2843ab4c89743cfecc5418f9ede1d20147f30cb38e97b148657a7f81c2147185
+SIZE (FileZilla_3.3.4.1_src.tar.bz2) = 3231505
diff --git a/ftp/filezilla/files/patch-configure b/ftp/filezilla/files/patch-configure
deleted file mode 100644
index 2867ce7a1577..000000000000
--- a/ftp/filezilla/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./configure.orig 2010-08-13 12:47:42.000000000 -0400
-+++ ./configure 2010-08-13 12:48:15.000000000 -0400
-@@ -22944,7 +22944,7 @@
-
- TiXmlBase::EncodeString(input, &output);
-
-- if (output != "foo&amp#xxx;")
-+ if (output != "foo&amp;#xxx;")
- return 1;
- return 0;
-