diff options
author | obraun <obraun@FreeBSD.org> | 2002-10-27 11:50:59 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-10-27 11:50:59 +0000 |
commit | 6f8be5e27aed2cd4466d01600b6ff9c88e938603 (patch) | |
tree | 2ed60bf949fcccde3c705b1af3162b225644d4f2 /x11-fm | |
parent | d3230f4331dfa32826a18e7943dd508b8ecc5317 (diff) | |
download | FreeBSD-ports-6f8be5e27aed2cd4466d01600b6ff9c88e938603.zip FreeBSD-ports-6f8be5e27aed2cd4466d01600b6ff9c88e938603.tar.gz |
* Upgrade to 2.7.0.
* PERL -> REINPLACE
PR: 44517
Submitted by: maintainer
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/worker/Makefile | 6 | ||||
-rw-r--r-- | x11-fm/worker/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile index a79de80..59e93e8 100644 --- a/x11-fm/worker/Makefile +++ b/x11-fm/worker/Makefile @@ -6,7 +6,7 @@ # PORTNAME= worker -PORTVERSION= 2.6.1 +PORTVERSION= 2.7.0 CATEGORIES= x11-fm MASTER_SITES= http://www.boomerangsworld.de/worker/downloads/ \ http://www.informatik.uni-halle.de/~hoffmanr/worker/downloads/ @@ -15,13 +15,15 @@ MAINTAINER= simond@irrelevant.org GNU_CONFIGURE= yes USE_XLIB= yes +USE_REINPLACE= yes MAN1= worker.1 CFLAGS+= ${PTHREAD_CFLAGS} +CONFIGURE_ARGS= --disable-libxpkmaster pre-configure: - @${PERL} -pi.orig -e 's:-lpthread:${PTHREAD_LIBS}:g' \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/x11-fm/worker/distinfo b/x11-fm/worker/distinfo index 71075a5..1f2d0e0 100644 --- a/x11-fm/worker/distinfo +++ b/x11-fm/worker/distinfo @@ -1 +1 @@ -MD5 (worker-2.6.1.tar.gz) = 5ed940f25728fd300d6749727c68997a +MD5 (worker-2.7.0.tar.gz) = fff6acb6855f03a201aca1f0261a6053 |