Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Feb 2007 10:42:56 +0000
From:      Simon Dick <simond@irrelevant.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/108654: Maintainer port update: x11-fm/worker
Message-ID:  <E1HCZP6-000KVo-Gr@amd64.irrelevant.org>
Resent-Message-ID: <200702011050.l11AoHtX082469@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         108654
>Category:       ports
>Synopsis:       Maintainer port update: x11-fm/worker
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 01 10:50:17 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Simon Dick
>Release:        FreeBSD 6.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD amd64.irrelevant.org 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Mon Jan 15 14:08:24 GMT 2007 root@amd64.irrelevant.org:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:

Update to 2.14.2 and fix wrong bash paths in included scripts

>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/x11-fm/worker/Makefile worker/Makefile
--- /usr/ports/x11-fm/worker/Makefile	Fri Jan 12 21:57:38 2007
+++ worker/Makefile	Thu Feb  1 10:31:35 2007
@@ -6,13 +6,15 @@
 #
 
 PORTNAME=	worker
-PORTVERSION=	2.14.1
+PORTVERSION=	2.14.2
 CATEGORIES=	x11-fm
 MASTER_SITES=	http://www.boomerangsworld.de/worker/downloads/
 
 MAINTAINER=	simond@irrelevant.org
 COMMENT=	X11 File Manager based on Directory Opus
 
+RUN_DEPENDS+=	bash:${PORTSDIR}/shells/bash
+
 GNU_CONFIGURE=	yes
 USE_XLIB=	yes
 USE_BZIP2=	yes
@@ -21,7 +23,7 @@
 MAN1=		worker.1
 
 CFLAGS+=	${PTHREAD_CFLAGS}
-CONFIGURE_ARGS=	--disable-libxpkmaster
+CONFIGURE_ARGS=	--disable-libxpkmaster --mandir=${MANPREFIX}/man
 
 .include <bsd.port.pre.mk>
 
@@ -32,5 +34,11 @@
 pre-configure:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
 		${WRKSRC}/configure
+
+post-patch:
+.for file in aa.pattern_rename.sh cd2flac.sh cd2mp3.sh cd2ogg.sh cd2wav.sh xeditor
+	${REINPLACE_CMD} -e 's|/bin/bash|/usr/local/bin/bash|g' \
+		${WRKSRC}/scripts/${file}
+.endfor
 
 .include <bsd.port.post.mk>
diff -ruN /usr/ports/x11-fm/worker/distinfo worker/distinfo
--- /usr/ports/x11-fm/worker/distinfo	Fri Jan 12 21:57:38 2007
+++ worker/distinfo	Thu Feb  1 09:33:32 2007
@@ -1,3 +1,3 @@
-MD5 (worker-2.14.1.tar.bz2) = 1e3931a4f7339860ecb0f3124e2e2627
-SHA256 (worker-2.14.1.tar.bz2) = f555dbab1b7cde96b22c69abf22440d27e0b13fa6f495f1a61396d4e580089b5
-SIZE (worker-2.14.1.tar.bz2) = 691010
+MD5 (worker-2.14.2.tar.bz2) = c54babb5d7c54cfd45e0dfacdb463aca
+SHA256 (worker-2.14.2.tar.bz2) = a2867ff1831cff9098dc2725e10d11a2143eb0cd21540474bc3ccc4edb250f67
+SIZE (worker-2.14.2.tar.bz2) = 702607
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1HCZP6-000KVo-Gr>