diff options
author | jsa <jsa@FreeBSD.org> | 2010-08-16 11:57:17 +0800 |
---|---|---|
committer | jsa <jsa@FreeBSD.org> | 2010-08-16 11:57:17 +0800 |
commit | 5f9d95c390a6f50f9e62448b02176699e3b6bf58 (patch) | |
tree | fed836eef5e2d419a7b46099db4fd009ba433f0f /ftp/filezilla | |
parent | d34f7b5767d52d3f447c353e689e50075b075f3b (diff) | |
download | freebsd-ports-gnome-5f9d95c390a6f50f9e62448b02176699e3b6bf58.tar.gz freebsd-ports-gnome-5f9d95c390a6f50f9e62448b02176699e3b6bf58.tar.zst freebsd-ports-gnome-5f9d95c390a6f50f9e62448b02176699e3b6bf58.zip |
Update to 3.3.4.1.
Approved by: wxs (mentor)
Diffstat (limited to 'ftp/filezilla')
-rw-r--r-- | ftp/filezilla/Makefile | 2 | ||||
-rw-r--r-- | ftp/filezilla/distinfo | 6 | ||||
-rw-r--r-- | ftp/filezilla/files/patch-configure | 11 |
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&#xxx;") -+ if (output != "foo&#xxx;") - return 1; - return 0; - |