On Wed 26/02/2020 10:37, Bjorn Ketelaars wrote:
> Enclosed a simple update for libfilezilla. Changes:
> https://svn.filezilla-project.org/svn/libfilezilla/trunk/NEWS
>
> Changes to the port:
> - Bump major of libfilezilla as symbols have been removed
> - Take MAINTAINER
>
> Testing:
> - 'make test' runs successful
> - run tested in combination with filezilla
>
> Comments/OK?
Ping
Diff enclosed for your convenience.
diff --git Makefile Makefile
index d42279425bd..88b54011d6f 100644
--- Makefile
+++ Makefile
@@ -2,14 +2,16 @@
COMMENT = support library for FileZilla
-DISTNAME = libfilezilla-0.19.3
+DISTNAME = libfilezilla-0.20.1
-SHARED_LIBS += filezilla 2.0 # 3.1.0
+SHARED_LIBS += filezilla 3.0 # 4.1.0
CATEGORIES = net
HOMEPAGE = https://lib.filezilla-project.org/
+MAINTAINER = Bjorn Ketelaars <bket@openbsd.org>
+
# GPLv2+
PERMIT_PACKAGE = Yes
@@ -19,6 +21,7 @@ WANTLIB += intl m nettle p11-kit tasn1 unistring
MASTER_SITES = https://download.filezilla-project.org/libfilezilla/
EXTRACT_SUFX = .tar.bz2
+# c++17
COMPILER = base-clang ports-gcc
BUILD_DEPENDS = devel/cppunit \
diff --git distinfo distinfo
index 2b531747afb..547417a618f 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (libfilezilla-0.19.3.tar.bz2) = pD1J+G1VUOmoGu4jlLrAZjM9W7R5Q+ksYpy51SA3tDo=
-SIZE (libfilezilla-0.19.3.tar.bz2) = 541117
+SHA256 (libfilezilla-0.20.1.tar.bz2) = B6d32qJ6SeqbY7Fjb3Exlhk/9l/MY6irWUfucH4r6IQ=
+SIZE (libfilezilla-0.20.1.tar.bz2) = 548442
No comments:
Post a Comment