Received: by mail.netbsd.org (Postfix, from userid 605) id B844984D3E; Wed, 1 Feb 2023 09:25:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E71DA84F40 for ; Wed, 1 Feb 2023 09:25:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id EeFh7u08q6Q2 for ; Wed, 1 Feb 2023 09:25:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5420984F2E for ; Wed, 1 Feb 2023 09:25:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C387FA90; Wed, 1 Feb 2023 09:25:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1675243519237930" MIME-Version: 1.0 Date: Wed, 1 Feb 2023 09:25:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/filezilla To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230201092519.4C387FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1675243519237930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1675243519237930 Content-Disposition: inline Content-Length: 2069 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1675243519237930--