Update to filezilla-3.52.0.1
Changes: https://filezilla-project.org/versions.php
This commit is contained in:
parent
77f1351a71
commit
45605ab2a7
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.74 2020/10/22 12:11:05 bket Exp $
|
||||
# $OpenBSD: Makefile,v 1.75 2021/01/05 18:29:19 bket Exp $
|
||||
|
||||
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
|
||||
|
||||
COMMENT= fast FTP and SFTP GUI client with a lot of features
|
||||
|
||||
V= 3.51.0
|
||||
V= 3.52.0.1
|
||||
PKGNAME= filezilla-$V
|
||||
DISTNAME= FileZilla_$V_src
|
||||
|
||||
SHARED_LIBS= fzclient_private 0.0 # 3.51.0
|
||||
SHARED_LIBS= fzclient-private 0.0 # 3.52.0
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
@ -43,7 +43,7 @@ COMPILER= base-clang ports-gcc
|
||||
LIB_DEPENDS= databases/sqlite3 \
|
||||
devel/harfbuzz \
|
||||
devel/libidn \
|
||||
net/libfilezilla>=0.25.0 \
|
||||
net/libfilezilla>=0.26.0 \
|
||||
security/gnutls \
|
||||
textproc/pugixml \
|
||||
x11/dbus \
|
||||
@ -55,7 +55,6 @@ RUN_DEPENDS= devel/desktop-file-utils \
|
||||
devel/xdg-utils \
|
||||
x11/gtk+3,-guic
|
||||
|
||||
MAKE_FLAGS= LIBfzclient_private_VERSION=${LIBfzclient_private_VERSION}
|
||||
FAKE_FLAGS= docsdir="${PREFIX}/share/examples/filezilla/"
|
||||
|
||||
SEPARATE_BUILD= Yes
|
||||
@ -74,7 +73,4 @@ AUTOMAKE_VERSION= 1.15
|
||||
|
||||
WRKDIST= ${WRKDIR}/filezilla-$V
|
||||
|
||||
post-install:
|
||||
rm -f ${PREFIX}/lib/libfzclient-private.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (FileZilla_3.51.0_src.tar.bz2) = gr4cSk9RuzKlmdC0zDokEnupSMCvD5VyM8xqE+o7bEw=
|
||||
SIZE (FileZilla_3.51.0_src.tar.bz2) = 4808717
|
||||
SHA256 (FileZilla_3.52.0.1_src.tar.bz2) = Rax6umYA0EtPs403aemf1hXU7MuSM0A8NFTK/O9lZXA=
|
||||
SIZE (FileZilla_3.52.0.1_src.tar.bz2) = 4812570
|
||||
|
@ -1,14 +1,14 @@
|
||||
$OpenBSD: patch-src_engine_Makefile_am,v 1.1 2020/10/22 12:11:05 bket Exp $
|
||||
$OpenBSD: patch-src_engine_Makefile_am,v 1.2 2021/01/05 18:29:19 bket Exp $
|
||||
|
||||
Index: src/engine/Makefile.am
|
||||
--- src/engine/Makefile.am.orig
|
||||
+++ src/engine/Makefile.am
|
||||
@@ -139,7 +139,7 @@ libfzclient_private_la_SOURCES += ../pugixml/pugixml.c
|
||||
@@ -142,7 +142,7 @@ libfzclient_private_la_SOURCES += ../pugixml/pugixml.c
|
||||
endif
|
||||
|
||||
libfzclient_private_la_CXXFLAGS = -fvisibility=hidden
|
||||
-libfzclient_private_la_LDFLAGS = -no-undefined -release $(PACKAGE_VERSION_MAJOR).$(PACKAGE_VERSION_MINOR).$(PACKAGE_VERSION_MICRO)
|
||||
+libfzclient_private_la_LDFLAGS = -no-undefined -release $(LIBfzclient_private_VERSION)
|
||||
+libfzclient_private_la_LDFLAGS = -no-undefined
|
||||
libfzclient_private_la_LDFLAGS += $(LIBFILEZILLA_LIBS)
|
||||
libfzclient_private_la_LDFLAGS += $(IDN_LIB)
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.23 2020/10/22 12:11:05 bket Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.24 2021/01/05 18:29:19 bket Exp $
|
||||
@bin bin/filezilla
|
||||
@bin bin/fzputtygen
|
||||
@bin bin/fzsftp
|
||||
@so lib/libfzclient-private-0.0.so
|
||||
@static-lib lib/libfzclient-private.a
|
||||
lib/libfzclient-private.la
|
||||
@lib lib/libfzclient-private.so.${LIBfzclient-private_VERSION}
|
||||
@man man/man1/filezilla.1
|
||||
@man man/man1/fzputtygen.1
|
||||
@man man/man1/fzsftp.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user