Diff below brings filezilla to 3.47.1, which fixes visual glitches when
adding/removing filter rows. Changes:
https://filezilla-project.org/versions.php

Changes to the port:
 - Take MAINTAINER

Testing:
 - Run tested together with the update of net/libfilezilla (send in
   separate mail)

Comments/OK?


diff --git Makefile Makefile
index 18abce4140d..15c1ca2ac9d 100644
--- Makefile
+++ Makefile
@@ -4,7 +4,7 @@ COMMENT=        fast FTP and SFTP GUI client with a lot of 
features
 BROKEN-hppa=   serverpath.h:17:19: error: variable 'CServerPath final' has 
initializer but incomplete type
 BROKEN-alpha=  serverpath.h:17:19: error: variable 'CServerPath final' has 
initializer but incomplete type
 
-V=             3.46.3
+V=             3.47.1
 PKGNAME=       filezilla-$V
 DISTNAME=      FileZilla_$V_src
 EXTRACT_SUFX=  .tar.bz2
@@ -14,6 +14,8 @@ CATEGORIES=   net
 MASTER_SITES=  https://download.filezilla-project.org/client/
 HOMEPAGE=      https://www.filezilla-project.org/
 
+MAINTAINER=    Bjorn Ketelaars <b...@openbsd.org>
+
 # GPLv2
 PERMIT_PACKAGE=        Yes
 
@@ -31,6 +33,7 @@ WANTLIB += wx_gtk3u_adv-3.0 wx_gtk3u_aui-3.0 wx_gtk3u_core-3.0
 WANTLIB += wx_gtk3u_html-3.0 wx_gtk3u_xrc-3.0 xcb xcb-render xcb-shm
 WANTLIB += z zstd
 
+# c++17
 COMPILER=      base-clang ports-gcc
 
 LIB_DEPENDS=   databases/sqlite3 \
diff --git distinfo distinfo
index f3a1b39933e..5dea7644065 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (FileZilla_3.46.3_src.tar.bz2) = 
8cW/8KmcOUR6Xqn9/MFsxAiHbvUvqNXnvwQeoHF6c5U=
-SIZE (FileZilla_3.46.3_src.tar.bz2) = 4720329
+SHA256 (FileZilla_3.47.1_src.tar.bz2) = 
PrFNoT4Jt024evgAn9vIffoUoQFug9Pbr117ze4a0XM=
+SIZE (FileZilla_3.47.1_src.tar.bz2) = 4732088

Reply via email to