diff options
author | danfe <danfe@FreeBSD.org> | 2019-09-25 13:14:11 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2019-09-25 13:14:11 +0800 |
commit | fa3be1c1d5d1e7f3b67edfd53247bf67f50d0a9b (patch) | |
tree | 7e8dcae1192d5d1cafddae1c3c0a09e63187d063 /x11-fm | |
parent | 6450b25f55c04a11048cb4bf77b044c0c4cb64a8 (diff) | |
download | freebsd-ports-gnome-fa3be1c1d5d1e7f3b67edfd53247bf67f50d0a9b.tar.gz freebsd-ports-gnome-fa3be1c1d5d1e7f3b67edfd53247bf67f50d0a9b.tar.zst freebsd-ports-gnome-fa3be1c1d5d1e7f3b67edfd53247bf67f50d0a9b.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
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/worker/Makefile | 17 | ||||
-rw-r--r-- | x11-fm/worker/distinfo | 6 |
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 |