Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2013 16:12:54 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317697 - head/x11-wm/xfce4
Message-ID:  <201305081612.r48GCsjk081549@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Wed May  8 16:12:54 2013
New Revision: 317697
URL: http://svnweb.freebsd.org/changeset/ports/317697

Log:
  - Bump PORTREVISION after update of x11/xfce4-terminal, misc/xfce4-appfinder
  and x11-wm/xfce4-wm
  - Add new option, XPM (xfce4-power-manager) [1]
  
  PR:		173340 [1]
  Submitted by:	David Demelier

Modified:
  head/x11-wm/xfce4/Makefile

Modified: head/x11-wm/xfce4/Makefile
==============================================================================
--- head/x11-wm/xfce4/Makefile	Wed May  8 16:08:36 2013	(r317696)
+++ head/x11-wm/xfce4/Makefile	Wed May  8 16:12:54 2013	(r317697)
@@ -4,7 +4,7 @@
 
 PORTNAME=	xfce
 PORTVERSION=	4.10
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11-wm xfce
 MASTER_SITES=	# empty
 DISTFILES=	# empty
@@ -13,13 +13,14 @@ EXTRACT_ONLY=	# empty
 MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	The "meta-port" for the Xfce 4 desktop environment
 
-OPTIONS_DEFINE=	ICONS ORAGE MOUSEPAD TERMINAL APPFINDER MIXER PRINT SQUEEZE GDM NOTIFY
+OPTIONS_DEFINE=	ICONS ORAGE MOUSEPAD TERMINAL APPFINDER MIXER PRINT SQUEEZE GDM NOTIFY XPM
 OPTIONS_DEFAULT=	ICONS ORAGE MOUSEPAD TERMINAL APPFINDER SQUEEZE NOTIFY
 ORAGE_DESC=	Install the Xfce calendar application
 MOUSEPAD_DESC=	Install the Xfce text editor
 TERMINAL_DESC=	Install the Xfce terminal application
 APPFINDER_DESC=	Install the Xfce application finder
 SQUEEZE_DESC=	Install the Xfce archiver application
+XPM_DESC=	Install the Xfce power manager
 
 RUN_DEPENDS=	xfwm4:${PORTSDIR}/x11-wm/xfce4-wm \
 		xfce4-session:${PORTSDIR}/x11-wm/xfce4-session \
@@ -80,6 +81,10 @@ RUN_DEPENDS+=   squeeze:${PORTSDIR}/arch
 RUN_DEPENDS+=	xfce4-notifyd-config:${PORTSDIR}/deskutils/xfce4-notifyd
 .endif
 
+.if ${PORT_OPTIONS:MXPM}
+RUN_DEPENDS+=	xfce4-power-manager:${PORTSDIR}/sysutils/xfce4-power-manager
+.endif
+
 do-install:	# empty
 
 post-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305081612.r48GCsjk081549>