Bug 184088 - Maintainer port update: x11-fm/worker
Summary: Maintainer port update: x11-fm/worker
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-19 15:30 UTC by simond
Modified: 2013-11-20 16:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.20 KB, patch)
2013-11-19 15:30 UTC, simond
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description simond 2013-11-19 15:30:00 UTC
Update x11-fm/worker port to 3.2.0

Fix: Apply the attached diff

Patch attached with submission follows:
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-11-20 14:44:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-20 16:15:20 UTC
Author: danilo
Date: Wed Nov 20 16:15:07 2013
New Revision: 334427
URL: http://svnweb.freebsd.org/changeset/ports/334427

Log:
  - 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]

Modified:
  head/x11-fm/worker/Makefile
  head/x11-fm/worker/distinfo
  head/x11-fm/worker/pkg-plist

Modified: head/x11-fm/worker/Makefile
==============================================================================
--- head/x11-fm/worker/Makefile	Wed Nov 20 16:13:13 2013	(r334426)
+++ head/x11-fm/worker/Makefile	Wed Nov 20 16:15:07 2013	(r334427)
@@ -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>
+OPTIONS_DEFINE=	XFT
 
-.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' \

Modified: head/x11-fm/worker/distinfo
==============================================================================
--- head/x11-fm/worker/distinfo	Wed Nov 20 16:13:13 2013	(r334426)
+++ head/x11-fm/worker/distinfo	Wed Nov 20 16:15:07 2013	(r334427)
@@ -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

Modified: head/x11-fm/worker/pkg-plist
==============================================================================
--- head/x11-fm/worker/pkg-plist	Wed Nov 20 16:13:13 2013	(r334426)
+++ head/x11-fm/worker/pkg-plist	Wed Nov 20 16:15:07 2013	(r334427)
@@ -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%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-11-20 16:15:36 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!