diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile index ed35f49a7890..b481c08c7453 100644 --- a/x11-fm/worker/Makefile +++ b/x11-fm/worker/Makefile @@ -1,51 +1,51 @@ # Created by: Simon Dick PORTNAME= worker -PORTVERSION= 4.10.0 +PORTVERSION= 4.10.1 CATEGORIES= x11-fm MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/ MAINTAINER= mp39590@gmail.com COMMENT= X11 file manager based on Directory Opus of AmigaOS LICENSE= GPLv2+ RUN_DEPENDS= bash:shells/bash USES= compiler:c++14-lang localbase pkgconfig python:run \ shebangfix tar:bzip2 xorg GNU_CONFIGURE= yes USE_XORG= ice sm x11 xinerama SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \ ${WRKSRC}/scripts/xeditor \ ${WRKSRC}/scripts/find_file_by_chksum.py OPTIONS_DEFINE= AVFS DBUS INOTIFY LUA SSL XFT OPTIONS_DEFAULT= AVFS DBUS INOTIFY SSL XFT OPTIONS_EXCLUDE_DragonFly= AVFS INOTIFY_DESC= Monitor directory changes via libinotify AVFS_DESC= Use AVFS library to access archives SSL_DESC= SHA-256 checksum support via OpenSSL AVFS_LIB_DEPENDS= libavfs.so:sysutils/avfs AVFS_CONFIGURE_OFF= --without-avfs DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DBUS_CONFIGURE_OFF= --without-dbus INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify INOTIFY_CONFIGURE_OFF= --disable-inotify LUA_USES= lua LUA_CONFIGURE_OFF= --disable-lua SSL_USES= ssl SSL_CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" XFT_USE= xorg=xft XFT_CONFIGURE_OFF= --disable-xft .include diff --git a/x11-fm/worker/distinfo b/x11-fm/worker/distinfo index bc2dcd880671..d5e1eef03b2f 100644 --- a/x11-fm/worker/distinfo +++ b/x11-fm/worker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638909912 -SHA256 (worker-4.10.0.tar.bz2) = 013c3535741f6b77f70d6ac0455721e547998fbf2f3db0e64e86ad5c617ac478 -SIZE (worker-4.10.0.tar.bz2) = 1690282 +TIMESTAMP = 1651075290 +SHA256 (worker-4.10.1.tar.bz2) = 9f248e432fd572f2e5264901a4504e11e3cefd5b5296b57365fd6489abf2455a +SIZE (worker-4.10.1.tar.bz2) = 1696910 diff --git a/x11-fm/worker/files/patch-configure b/x11-fm/worker/files/patch-configure index c501fa5339de..bf8b293ccc68 100644 --- a/x11-fm/worker/files/patch-configure +++ b/x11-fm/worker/files/patch-configure @@ -1,20 +1,20 @@ --- configure.orig 2020-11-28 21:52:13 UTC +++ configure @@ -21598,7 +21598,7 @@ if test -n "$PKG_CONFIG" && \ ($PKG_CONFIG --exists --print-errors "openssl") 2>&5 ac_status=$? - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then + test $ac_status = 0 -o -n "$OPENSSL_CFLAGS" -o -n "$OPENSSL_LIBS"; }; then pkg_failed=no @@ -25182,6 +25182,8 @@ fi if test "$have_openssl_sha256" = "yes"; then echo " OpenSSL SHA256 : yes" + echo " $OPENSSL_CFLAGS" + echo " $OPENSSL_LIBS" else echo " OpenSSL SHA256 : no" echo " *** install openssl-dev for checksumming support"