diff options
author | jsa <jsa@FreeBSD.org> | 2010-08-14 02:52:27 +0800 |
---|---|---|
committer | jsa <jsa@FreeBSD.org> | 2010-08-14 02:52:27 +0800 |
commit | c6e872a763e836e9fad49bcaa6ce6539450ac589 (patch) | |
tree | 91dc9a12de78c38e5ccbc82b8f67f836d34bb23e /ftp/filezilla | |
parent | d1a7a8154f75f1ace786734f2c24a94acd56f931 (diff) | |
download | freebsd-ports-gnome-c6e872a763e836e9fad49bcaa6ce6539450ac589.tar.gz freebsd-ports-gnome-c6e872a763e836e9fad49bcaa6ce6539450ac589.tar.zst freebsd-ports-gnome-c6e872a763e836e9fad49bcaa6ce6539450ac589.zip |
Update to 3.3.4.
Approved by: wxs (mentor)
Diffstat (limited to 'ftp/filezilla')
-rw-r--r-- | ftp/filezilla/Makefile | 4 | ||||
-rw-r--r-- | ftp/filezilla/distinfo | 6 | ||||
-rw-r--r-- | ftp/filezilla/files/patch-configure | 22 |
3 files changed, 15 insertions, 17 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 685c1c869e6a..4639f7b5183a 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -6,8 +6,7 @@ # PORTNAME= filezilla -PORTVERSION= 3.3.3 -PORTREVISION= 1 +PORTVERSION= 3.3.4 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -33,7 +32,6 @@ WX_CONF_ARGS= relative WX_UNICODE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+= --with-tinyxml="system" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= filezilla.1 fzputtygen.1 fzsftp.1 diff --git a/ftp/filezilla/distinfo b/ftp/filezilla/distinfo index ef7f84569001..e43ed8b7bb9a 100644 --- a/ftp/filezilla/distinfo +++ b/ftp/filezilla/distinfo @@ -1,3 +1,3 @@ -MD5 (FileZilla_3.3.3_src.tar.bz2) = e98949facf23299ff791e046929852a7 -SHA256 (FileZilla_3.3.3_src.tar.bz2) = 61f75564d04571573610406382733dcec2925b88d42a7a0b4e69a206fa482857 -SIZE (FileZilla_3.3.3_src.tar.bz2) = 3212044 +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 diff --git a/ftp/filezilla/files/patch-configure b/ftp/filezilla/files/patch-configure index 9371e02ae889..2867ce7a1577 100644 --- a/ftp/filezilla/files/patch-configure +++ b/ftp/filezilla/files/patch-configure @@ -1,11 +1,11 @@ ---- ./configure.orig 2010-07-28 18:57:24.000000000 -0400 -+++ ./configure 2010-07-28 18:57:52.000000000 -0400 -@@ -22686,7 +22686,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-ltinyxml $LIBS" -+LIBS="-ltinyxml -lstdc++ $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF +--- ./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; + |