svn commit: r317697 - head/x11-wm/xfce4
Olivier Duchateau
olivierd at FreeBSD.org
Wed May 8 16:12:54 UTC 2013
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 at 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:
More information about the svn-ports-all
mailing list