aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-01-02 16:58:37 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-01-02 16:58:37 +0000
commit5f5e38b7690e95cb51c25bef10ab540e0a6558dd (patch)
tree9c6b5ef30a90edd44c3e52643e429d5ec542fc35 /x11-fm
parentced3ca897134b7a90c1a93065d658e96d3aad64a (diff)
downloadports-5f5e38b7690e95cb51c25bef10ab540e0a6558dd.tar.gz
ports-5f5e38b7690e95cb51c25bef10ab540e0a6558dd.zip
Update to version 4.6.1 which makes OpenSSL dependency optional.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=559956
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/worker/Makefile15
-rw-r--r--x11-fm/worker/distinfo6
2 files changed, 12 insertions, 9 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile
index 29f4563cc220..99d4775aa7dd 100644
--- a/x11-fm/worker/Makefile
+++ b/x11-fm/worker/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= worker
-PORTVERSION= 4.6.0
+PORTVERSION= 4.6.1
CATEGORIES= x11-fm
MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/
@@ -14,18 +14,16 @@ LICENSE= GPLv2+
RUN_DEPENDS= bash:shells/bash
USES= compiler:c++14-lang localbase pkgconfig python:run \
- shebangfix ssl tar:bzip2 xorg
+ shebangfix tar:bzip2 xorg
GNU_CONFIGURE= yes
-CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
- OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
USE_XORG= ice sm x11 xinerama
SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \
${WRKSRC}/scripts/xeditor \
${WRKSRC}/scripts/find_file_by_chksum.py
-OPTIONS_DEFINE= AVFS HAL INOTIFY LUA XFT
-OPTIONS_DEFAULT= AVFS INOTIFY XFT
+OPTIONS_DEFINE= AVFS HAL INOTIFY LUA SSL XFT
+OPTIONS_DEFAULT= AVFS INOTIFY SSL XFT
OPTIONS_EXCLUDE_DragonFly= AVFS
INOTIFY_DESC= Monitor directory changes via libinotify
@@ -44,6 +42,11 @@ INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify
LUA_CONFIGURE_OFF= --disable-lua
LUA_USES= lua
+SSL_DESC= SHA-256 checksum support via OpenSSL
+SSL_CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
+ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
+SSL_USES= ssl
+
XFT_CONFIGURE_OFF= --disable-xft
XFT_USE= xorg=xft
diff --git a/x11-fm/worker/distinfo b/x11-fm/worker/distinfo
index 3c36e4cebcdb..46a59d4e1ba3 100644
--- a/x11-fm/worker/distinfo
+++ b/x11-fm/worker/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1606600381
-SHA256 (worker-4.6.0.tar.bz2) = bb21d11991476b69451caa2d47970cb915b5860d30f5d9beb60b1ea10c06e360
-SIZE (worker-4.6.0.tar.bz2) = 1613476
+TIMESTAMP = 1607030381
+SHA256 (worker-4.6.1.tar.bz2) = e375b31eba1e4a6e11e5b7c0860cba448317b606ac4b1f58b325fcf4a755436e
+SIZE (worker-4.6.1.tar.bz2) = 1615384