svn commit: r413924 - in head/ftp: filezilla libfilezilla
Grzegorz Blach
grzegorz at blach.pl
Sun Apr 24 13:24:21 UTC 2016
Why you reverted USES=iconv:wchar_t to USES=iconv in libftpzilla?
Without iconv:wchar_t connecting to FTP servers don't work.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208121
On Sun, 2016-04-24 at 07:44 +0000, Kurt Jaeger wrote:
> Author: pi
> Date: Sun Apr 24 07:44:09 2016
> New Revision: 413924
> URL: https://svnweb.freebsd.org/changeset/ports/413924
>
> Log:
> ftp/libfilezilla: 0.4.0.1 -> 0.5.0
> ftp/filezilla: 3.16.0 -> 3.17.0
>
> Changes:
> https://filezilla-project.org/changelog.php
>
> PR: 208999, 209000
> Submitted by: <matthew at reztek.cz> (maintainer)
>
> Modified:
> head/ftp/filezilla/Makefile
> head/ftp/filezilla/distinfo
> head/ftp/libfilezilla/Makefile
> head/ftp/libfilezilla/distinfo
>
> Modified: head/ftp/filezilla/Makefile
> =====================================================================
> =========
> --- head/ftp/filezilla/Makefile Sun Apr 24 07:39:34 2016
> (r413923)
> +++ head/ftp/filezilla/Makefile Sun Apr 24 07:44:09 2016
> (r413924)
> @@ -1,8 +1,7 @@
> # $FreeBSD$
>
> PORTNAME= filezilla
> -PORTVERSION= 3.16.0
> -PORTREVISION= 1
> +PORTVERSION= 3.17.0
> CATEGORIES= ftp
> MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
> DISTNAME= FileZilla_${PORTVERSION}_src
> @@ -19,6 +18,7 @@ LIB_DEPENDS= libfilezilla.so:ftp/libfile
> libgcrypt.so:security/libgcrypt \
> libgnutls.so:security/gnutls \
> libidn.so:dns/libidn \
> + libnettle.so:security/nettle \
> libpugixml.so:textproc/pugixml
>
> BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11
> standard library
>
> Modified: head/ftp/filezilla/distinfo
> =====================================================================
> =========
> --- head/ftp/filezilla/distinfo Sun Apr 24 07:39:34 2016
> (r413923)
> +++ head/ftp/filezilla/distinfo Sun Apr 24 07:44:09 2016
> (r413924)
> @@ -1,2 +1,2 @@
> -SHA256 (FileZilla_3.16.0_src.tar.bz2) =
> 7dbd55a706ac1552ed4a0b86eeb59fcfc58cf6041b581c4dcf9a6cf560279b46
> -SIZE (FileZilla_3.16.0_src.tar.bz2) = 4406422
> +SHA256 (FileZilla_3.17.0_src.tar.bz2) =
> 3763cd5cf833b43d9d3da763bfea6561cabf6a63e9fc698f02d101b82ffe656d
> +SIZE (FileZilla_3.17.0_src.tar.bz2) = 4399584
>
> Modified: head/ftp/libfilezilla/Makefile
> =====================================================================
> =========
> --- head/ftp/libfilezilla/Makefile Sun Apr 24 07:39:34 2016
> (r413923)
> +++ head/ftp/libfilezilla/Makefile Sun Apr 24 07:44:09 2016
> (r413924)
> @@ -1,8 +1,7 @@
> # $FreeBSD$
>
> PORTNAME= libfilezilla
> -PORTVERSION= 0.4.0.1
> -PORTREVISION= 1
> +PORTVERSION= 0.5.0
> CATEGORIES= ftp
> MASTER_SITES= SF/filezilla/${PORTNAME}/${PORTVERSION}
>
> @@ -16,7 +15,7 @@ BROKEN_powerpc64= Does not build
>
> BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11
> standard library
>
> -USES= compiler:c++14-lang gmake iconv:wchar_t libtool
> localbase pathfix pkgconfig tar:bzip2
> +USES= compiler:c++14-lang gmake iconv libtool
> localbase pathfix pkgconfig tar:bzip2
> USE_LDCONFIG= yes
> GNU_CONFIGURE= yes
> INSTALL_TARGET= install-strip
>
> Modified: head/ftp/libfilezilla/distinfo
> =====================================================================
> =========
> --- head/ftp/libfilezilla/distinfo Sun Apr 24 07:39:34 2016
> (r413923)
> +++ head/ftp/libfilezilla/distinfo Sun Apr 24 07:44:09 2016
> (r413924)
> @@ -1,2 +1,2 @@
> -SHA256 (libfilezilla-0.4.0.1.tar.bz2) =
> 6003689254e9d250bcdefc1414dcc4a0d324fda3d59436a497e249b225f4b1d1
> -SIZE (libfilezilla-0.4.0.1.tar.bz2) = 373987
> +SHA256 (libfilezilla-0.5.0.tar.bz2) =
> 8c6a1af13113bbb78e1c66ebbbffa84c0f0ee243c0789e9b92f8e11fcb84c51d
> +SIZE (libfilezilla-0.5.0.tar.bz2) = 374549
>
More information about the svn-ports-all
mailing list