diff options
author | madpilot <madpilot@FreeBSD.org> | 2015-06-08 03:57:48 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2015-06-08 03:57:48 +0800 |
commit | 619dd2c64d6d7b6b6d00c093bd404ed47c499743 (patch) | |
tree | cf845e23859c42f4c7a506448f7c9d699ccd8b29 /x11-fm | |
parent | 71e2e235191991dad5a412f5b4c81dcd338e289b (diff) | |
download | freebsd-ports-gnome-619dd2c64d6d7b6b6d00c093bd404ed47c499743.tar.gz freebsd-ports-gnome-619dd2c64d6d7b6b6d00c093bd404ed47c499743.tar.zst freebsd-ports-gnome-619dd2c64d6d7b6b6d00c093bd404ed47c499743.zip |
Update to 3.7.1
PR: 200681
Submitted by: mp39590 at gmail.com (maintainer)
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/worker/Makefile | 8 | ||||
-rw-r--r-- | x11-fm/worker/distinfo | 4 |
2 files changed, 3 insertions, 9 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile index 57087fb269f6..4de2118eceaf 100644 --- a/x11-fm/worker/Makefile +++ b/x11-fm/worker/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= worker -PORTVERSION= 3.7.0 +PORTVERSION= 3.7.1 CATEGORIES= x11-fm MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/ @@ -16,12 +16,6 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USES= compiler:c++11-lib pkgconfig shebangfix tar:bzip2 GNU_CONFIGURE= yes USE_XORG= x11 xinerama -# From version 3.7.0 worker automatically detects proper pthread flags -# which should be passed to compiler, for FreeBSD it properly sets -# PTHREAD_CFLAGS to '-pthread', but leaves PTHREAD_LIBS variable empty, -# making linker scream and fail about unresolved pthread_* functions. -# This hack helps to pass proper flags to the linker. -CONFIGURE_ENV= PTHREAD_LIBS="-pthread" SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \ ${WRKSRC}/scripts/xeditor diff --git a/x11-fm/worker/distinfo b/x11-fm/worker/distinfo index 0708866654fb..86e4f7a4866f 100644 --- a/x11-fm/worker/distinfo +++ b/x11-fm/worker/distinfo @@ -1,2 +1,2 @@ -SHA256 (worker-3.7.0.tar.bz2) = 98038936650c2e6b20cb883f7c7b5804ba713a9f1c08385ceb81acf0e3ae608b -SIZE (worker-3.7.0.tar.bz2) = 1519441 +SHA256 (worker-3.7.1.tar.bz2) = 5b1c97809544e8cba64ca0bbc4445aed51be95c7b9f71f4da142267c6910ef13 +SIZE (worker-3.7.1.tar.bz2) = 1498786 |