aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/worker
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-09-25 05:14:11 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-09-25 05:14:11 +0000
commit2db387af66d4e8dc7cc1a6bb95f9fd76b49f95e2 (patch)
tree7e8dcae1192d5d1cafddae1c3c0a09e63187d063 /x11-fm/worker
parent0b11dbf914eed24db02664c73fb6830d063b668a (diff)
downloadports-2db387af66d4e8dc7cc1a6bb95f9fd76b49f95e2.tar.gz
ports-2db387af66d4e8dc7cc1a6bb95f9fd76b49f95e2.zip
- Update `x11-fm/worker' to version 4.1.0
- Put two new words on USES list: 1) `localbase' to ensure that e.g. Xinerama is detected when all options are turned off, and thus -L${LOCALBASE}/lib is not pulled in by pkgconf(1), this also allows to drop INOTIFY_LDFLAGS; and 2) `xorg' as suggested by DEV_WARNING - Fix Python dependency: it is only needed at run-time and the script (find_file_by_chksum.py) is compatible with both 2.7 and 3.x versions - Remove -Wno-error=narrowing gimmick bogusly readded in r506432 despite it was explained in r505818 that offending code is not there anymore - Stop requesting specific (and old) version of Lua: our current default (5.2) is actually what configure script is looking for Approved by: maintainer
Notes
Notes: svn path=/head/; revision=512768
Diffstat (limited to 'x11-fm/worker')
-rw-r--r--x11-fm/worker/Makefile17
-rw-r--r--x11-fm/worker/distinfo6
2 files changed, 8 insertions, 15 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile
index 14b3fe7db8a0..e041033ada91 100644
--- a/x11-fm/worker/Makefile
+++ b/x11-fm/worker/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= worker
-PORTVERSION= 4.0.0
-PORTREVISION= 1
+PORTVERSION= 4.1.0
CATEGORIES= x11-fm
MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/
@@ -14,7 +13,8 @@ LICENSE= GPLv2+
RUN_DEPENDS= bash:shells/bash
-USES= compiler:c++14-lang pkgconfig python:2.7 shebangfix tar:bzip2
+USES= compiler:c++14-lang localbase pkgconfig python:run \
+ shebangfix tar:bzip2 xorg
GNU_CONFIGURE= yes
USE_XORG= x11 xinerama
@@ -38,18 +38,11 @@ HAL_USE= gnome=glib20 xorg=sm,ice
HAL_USES= gettext-runtime
INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify
-INOTIFY_LDFLAGS= -L${LOCALBASE}/lib
LUA_CONFIGURE_OFF= --disable-lua
-LUA_USES= lua:51
+LUA_USES= lua
XFT_CONFIGURE_OFF= --disable-xft
XFT_USE= xorg=xft
-.include <bsd.port.pre.mk>
-
-.if ${CHOSEN_COMPILER_TYPE} == gcc
-CXXFLAGS+= -Wno-error=narrowing
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11-fm/worker/distinfo b/x11-fm/worker/distinfo
index 8fadfc7ccb15..27936c61efd4 100644
--- a/x11-fm/worker/distinfo
+++ b/x11-fm/worker/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561318856
-SHA256 (worker-4.0.0.tar.bz2) = cbe6ce008e974af3ec0385cb771fee9f1962c3e00880de560b50a6e874f0b12a
-SIZE (worker-4.0.0.tar.bz2) = 1569009
+TIMESTAMP = 1568145888
+SHA256 (worker-4.1.0.tar.bz2) = a550d2d343197d66de05940d4edf22ad6dbbba8ef58dd95081875dcd6111b8bf
+SIZE (worker-4.1.0.tar.bz2) = 1577624