mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 2.14.2
PR: ports/108654 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer)
This commit is contained in:
parent
4b60bbbf81
commit
7d74276f5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184022
2 changed files with 13 additions and 5 deletions
|
@ -6,13 +6,15 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= worker
|
PORTNAME= worker
|
||||||
PORTVERSION= 2.14.1
|
PORTVERSION= 2.14.2
|
||||||
CATEGORIES= x11-fm
|
CATEGORIES= x11-fm
|
||||||
MASTER_SITES= http://www.boomerangsworld.de/worker/downloads/
|
MASTER_SITES= http://www.boomerangsworld.de/worker/downloads/
|
||||||
|
|
||||||
MAINTAINER= simond@irrelevant.org
|
MAINTAINER= simond@irrelevant.org
|
||||||
COMMENT= X11 File Manager based on Directory Opus
|
COMMENT= X11 File Manager based on Directory Opus
|
||||||
|
|
||||||
|
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_XLIB= yes
|
USE_XLIB= yes
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
|
@ -21,7 +23,7 @@ MANLANG= "" fr it
|
||||||
MAN1= worker.1
|
MAN1= worker.1
|
||||||
|
|
||||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||||
CONFIGURE_ARGS= --disable-libxpkmaster
|
CONFIGURE_ARGS= --disable-libxpkmaster --mandir=${MANPREFIX}/man
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
@ -33,4 +35,10 @@ pre-configure:
|
||||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
||||||
${WRKSRC}/configure
|
${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>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (worker-2.14.1.tar.bz2) = 1e3931a4f7339860ecb0f3124e2e2627
|
MD5 (worker-2.14.2.tar.bz2) = c54babb5d7c54cfd45e0dfacdb463aca
|
||||||
SHA256 (worker-2.14.1.tar.bz2) = f555dbab1b7cde96b22c69abf22440d27e0b13fa6f495f1a61396d4e580089b5
|
SHA256 (worker-2.14.2.tar.bz2) = a2867ff1831cff9098dc2725e10d11a2143eb0cd21540474bc3ccc4edb250f67
|
||||||
SIZE (worker-2.14.1.tar.bz2) = 691010
|
SIZE (worker-2.14.2.tar.bz2) = 702607
|
||||||
|
|
Loading…
Add table
Reference in a new issue