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:           Wed Feb  1 09:25:19 UTC 2023

Modified Files:
        pkgsrc/net/filezilla: Makefile distinfo

Log Message:
filezilla: update to 3.63.1.

Switch to wxGTK32.

3.63.1 (2023-01-26)

- MSW: Fixed icon sizing issue on high DPI scale factors

3.63.0 (2023-01-24)

- All official FileZilla binares now link against wxWidgets 3.2.1
- Fixed a potential crash when closing FileZilla
- macOS: Fixed tree control scroll position not following the foucsed item
- macOS: Fixed an issue preventing translations into some languages to be loaded


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 pkgsrc/net/filezilla/Makefile
cvs rdiff -u -r1.70 -r1.71 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.152 pkgsrc/net/filezilla/Makefile:1.153
--- pkgsrc/net/filezilla/Makefile:1.152 Sun Jan 29 21:17:25 2023
+++ pkgsrc/net/filezilla/Makefile       Wed Feb  1 09:25:19 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.152 2023/01/29 21:17:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.153 2023/02/01 09:25:19 wiz Exp $
 
-VERSION=       3.62.2
+VERSION=       3.63.1
 DISTNAME=      FileZilla_${VERSION}_src
 PKGNAME=       filezilla-${VERSION}
-PKGREVISION=   2
 CATEGORIES=    net x11
 MASTER_SITES=  https://download.filezilla-project.org/client/
 EXTRACT_SUFX=  .tar.bz2
@@ -38,7 +37,6 @@ BUILDLINK_API_DEPENDS.gnutls+=        gnutls>=3
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 BUILDLINK_API_DEPENDS.tinyxml+=        tinyxml>=2.6.2nb1
 .include "../../textproc/pugixml/buildlink3.mk"
-BUILDLINK_API_DEPENDS.wxGTK30+=        wxGTK30>=3.0.4
-.include "../../x11/wxGTK30/buildlink3.mk"
+.include "../../x11/wxGTK32/buildlink3.mk"
 .include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/filezilla/distinfo
diff -u pkgsrc/net/filezilla/distinfo:1.70 pkgsrc/net/filezilla/distinfo:1.71
--- pkgsrc/net/filezilla/distinfo:1.70  Tue Jan  3 12:58:13 2023
+++ pkgsrc/net/filezilla/distinfo       Wed Feb  1 09:25:19 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.70 2023/01/03 12:58:13 wiz Exp $
+$NetBSD: distinfo,v 1.71 2023/02/01 09:25:19 wiz Exp $
 
-BLAKE2s (FileZilla_3.62.2_src.tar.bz2) = 75c6242436ce50cd7e85b3d42cdd79c7c4b1377b86e02d59479a1c73cb036f6c
-SHA512 (FileZilla_3.62.2_src.tar.bz2) = a7dec07f6b6fe6fe1a54481e67e9ad2cb057bf84db6e6128f5e853f2edac3c34583a84f25c206f382f8bac6fa4ab48ea54a2a2f7efe8cc6c9d18cb1d3eba0255
-Size (FileZilla_3.62.2_src.tar.bz2) = 4944158 bytes
+BLAKE2s (FileZilla_3.63.1_src.tar.bz2) = 34cc5eeaff014dc9bf227f99681bab1574011bf858ebe2c152f6e73ec48d5f7b
+SHA512 (FileZilla_3.63.1_src.tar.bz2) = c4f70eb772c868508dc10e1d3a5c9300bc034523f1ee374b30178048ded8e70be3d6307769509d4f8c0921126726dafbcbfda0066fe6d2c5f93af369196618c0
+Size (FileZilla_3.63.1_src.tar.bz2) = 4950427 bytes



Home | Main Index | Thread Index | Old Index