mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
- Update from 3.1.0 to 3.2.0 [1]
- Add license [1] - Use options helpers PR: ports/184088 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) [1]
This commit is contained in:
parent
3ec7183436
commit
1917a7f985
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334427
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= worker
|
||||
PORTVERSION= 3.1.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.2.0
|
||||
CATEGORIES= x11-fm
|
||||
MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
@ -11,6 +10,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
MAINTAINER= simond@irrelevant.org
|
||||
COMMENT= X11 File Manager based on Directory Opus
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
@ -23,14 +24,11 @@ SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \
|
||||
${WRKSRC}/scripts/xeditor
|
||||
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
|
||||
OPTIONS_DEFINE= XFT
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MXFT}
|
||||
USE_XORG+= xft
|
||||
CONFIGURE_ARGS+= --enable-xft
|
||||
.endif
|
||||
XFT_CONFIGURE_ENABLE= xft
|
||||
XFT_USE= XORG=xft
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (worker-3.1.0.tar.bz2) = 54e54b4bb98df84e262e7e9b5429748e34de1fcf3f0d9c393310bfb083519c61
|
||||
SIZE (worker-3.1.0.tar.bz2) = 1233164
|
||||
SHA256 (worker-3.2.0.tar.bz2) = c33dd5a24e146a160ed8eaba9a767301d9edd6c906f2865db63af6ab1cb32037
|
||||
SIZE (worker-3.2.0.tar.bz2) = 1252729
|
||||
|
@ -88,6 +88,11 @@ share/applications/worker.desktop
|
||||
%%DATADIR%%/scripts/displaywrapper_worker
|
||||
%%DATADIR%%/scripts/xeditor
|
||||
%%DATADIR%%/scripts/xliwrapper_worker
|
||||
%%DATADIR%%/config-updates/update-2.19.0-utf8.conf
|
||||
%%DATADIR%%/config-updates/update-2.19.0.conf
|
||||
%%DATADIR%%/config-updates/update-3.2.0-utf8.conf
|
||||
%%DATADIR%%/config-updates/update-3.2.0.conf
|
||||
@dirrmtry %%DATADIR%%/config-updates
|
||||
@dirrm %%DATADIR%%/scripts
|
||||
@dirrm %%DATADIR%%/catalogs
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user