pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/filezilla



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 21 11:37:29 UTC 2022

Modified Files:
        pkgsrc/net/filezilla: Makefile distinfo

Log Message:
filezilla: update to 3.60.1.

3.60.1 (2022-06-01)

- Fixed a regression drag-moving local files

3.60.0 (2022-05-27)

- SFTP: Fixed error handling if reading from child process fails
- Fixed transfers following recursive operations not starting if the connection limit has been set to 1 in the Site Manager

3.60.0-rc1 (2022-05-19)

+ macOS: Remote files can now be dragged into Finder
- Fixed file change detection when editing files


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 pkgsrc/net/filezilla/Makefile
cvs rdiff -u -r1.68 -r1.69 pkgsrc/net/filezilla/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/filezilla/Makefile
diff -u pkgsrc/net/filezilla/Makefile:1.145 pkgsrc/net/filezilla/Makefile:1.146
--- pkgsrc/net/filezilla/Makefile:1.145 Wed May  4 05:55:46 2022
+++ pkgsrc/net/filezilla/Makefile       Thu Jul 21 11:37:29 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.145 2022/05/04 05:55:46 wiz Exp $
+# $NetBSD: Makefile,v 1.146 2022/07/21 11:37:29 wiz Exp $
 
-VERSION=       3.59.0
+VERSION=       3.60.1
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
 CATEGORIES=    net x11
@@ -18,16 +18,10 @@ USE_LANGUAGES=      c c++17
 USE_TOOLS+=    gmake pkg-config msgfmt msgmerge xgettext
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
-# remove on next update, when patch-src_commonui_Makefile.am is included
-USE_TOOLS+=    aclocal automake
-pre-configure:
-       cd ${WRKSRC} && aclocal && automake
-
 CONFIGURE_ARGS+=       --disable-autoupdatecheck
 # avoid xdg-utils dependency
 CONFIGURE_ENV+=                ac_cv_path_xdgopen=firefox
-
-GNU_CONFIGURE_WX_VERSION=      no
+#CONFIGURE_ENV+=       ac_cv_path_WX_CONFIG_PATH=${PREFIX}/bin/wx-config
 
 # For C++17.
 GCC_REQD+=             7
@@ -36,7 +30,7 @@ GCC_REQD+=            7
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/libidn/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libfilezilla+=   libfilezilla>=0.37.1
+BUILDLINK_API_DEPENDS.libfilezilla+=   libfilezilla>=0.38
 .include "../../net/libfilezilla/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.4.0
 .include "../../security/gnutls/buildlink3.mk"

Index: pkgsrc/net/filezilla/distinfo
diff -u pkgsrc/net/filezilla/distinfo:1.68 pkgsrc/net/filezilla/distinfo:1.69
--- pkgsrc/net/filezilla/distinfo:1.68  Wed May  4 05:55:46 2022
+++ pkgsrc/net/filezilla/distinfo       Thu Jul 21 11:37:29 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.68 2022/05/04 05:55:46 wiz Exp $
+$NetBSD: distinfo,v 1.69 2022/07/21 11:37:29 wiz Exp $
 
-BLAKE2s (FileZilla_3.59.0_src.tar.bz2) = 9f0ddbeba2d03b1152839feff345c381e92ce8182239f1a2e37f00590f2e8e76
-SHA512 (FileZilla_3.59.0_src.tar.bz2) = 063de23e7b529ee7422479ebb1af00ab86a82ee25cf0e7e1e06995bf897aeeb25aab161ab202de889ea750c796a0ac1317c5a08dcb89fa1f4cbdb79caa3cbfc7
-Size (FileZilla_3.59.0_src.tar.bz2) = 4946231 bytes
+BLAKE2s (FileZilla_3.60.1_src.tar.bz2) = dbbc1fab4bf6db75e1098259b38bd884c1a42f3bf86d7dcdce5d572ede1f98a0
+SHA512 (FileZilla_3.60.1_src.tar.bz2) = 417b97afd8e9434c625392c4025ab7d977d58fad2dfe17c8ff856233c70b5d77df22c4e1b76120d9d5dba3bce1c61453808deb26314dbde7ec425d643c4f83d9
+Size (FileZilla_3.60.1_src.tar.bz2) = 4954184 bytes



Home | Main Index | Thread Index | Old Index