Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2013 18:36:03 +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: r330424 - in head: archivers/squeeze audio/xfce4-mixer audio/xfmpc deskutils/orage editors/mousepad graphics/ristretto misc/xfce4-wm-themes sysutils/xfce4-power-manager textproc/xfce4-d...
Message-ID:  <201310151836.r9FIa3XO019282@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Tue Oct 15 18:36:02 2013
New Revision: 330424
URL: http://svnweb.freebsd.org/changeset/ports/330424

Log:
  - Support STAGEDIR
  
  While I'm here
  - Switch to USES= gmake
  - Convert to new LIB_DEPENDS format
  
  - Enhance COMMENT entry (misc/xfce4-wm-themes)
  - Adjust Xfce dependencies, and bump PORTREVISION
  (sysutils/xfce4-power-manager)

Modified:
  head/archivers/squeeze/Makefile
  head/audio/xfce4-mixer/Makefile
  head/audio/xfce4-mixer/pkg-plist
  head/audio/xfmpc/Makefile
  head/audio/xfmpc/pkg-plist
  head/deskutils/orage/Makefile
  head/deskutils/orage/pkg-plist
  head/editors/mousepad/Makefile
  head/editors/mousepad/pkg-plist
  head/graphics/ristretto/Makefile
  head/misc/xfce4-wm-themes/Makefile   (contents, props changed)
  head/sysutils/xfce4-power-manager/Makefile
  head/sysutils/xfce4-power-manager/pkg-descr   (contents, props changed)
  head/sysutils/xfce4-power-manager/pkg-plist
  head/textproc/xfce4-dict-plugin/Makefile
  head/textproc/xfce4-dict-plugin/pkg-plist
  head/x11/xfce4-screenshooter-plugin/Makefile
  head/x11/xfce4-screenshooter-plugin/pkg-plist   (contents, props changed)
  head/x11/xfce4-taskmanager/Makefile
  head/x11/xfce4-taskmanager/pkg-plist   (contents, props changed)
  head/x11/xfce4-terminal/Makefile
  head/x11/xfce4-terminal/pkg-plist

Modified: head/archivers/squeeze/Makefile
==============================================================================
--- head/archivers/squeeze/Makefile	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/archivers/squeeze/Makefile	Tue Oct 15 18:36:02 2013	(r330424)
@@ -14,12 +14,10 @@ COMMENT=	Squeeze is a modern and advance
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	thunar-vfs-1:${PORTSDIR}/x11-fm/thunar-vfs
+LIB_DEPENDS=	libthunar-vfs-1.so:${PORTSDIR}/x11-fm/thunar-vfs
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-
-NO_STAGE=	yes
 USES=		pkgconfig gmake gettext pathfix desktop-file-utils
 USE_XFCE=	configenv libutil thunar
 USE_XORG=	x11

Modified: head/audio/xfce4-mixer/Makefile
==============================================================================
--- head/audio/xfce4-mixer/Makefile	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/audio/xfce4-mixer/Makefile	Tue Oct 15 18:36:02 2013	(r330424)
@@ -12,13 +12,12 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	Volume control for the Xfce desktop
 
-LIB_DEPENDS=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
-	unique-1:${PORTSDIR}/x11-toolkits/unique
+LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+	libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS= yes
 USES=		gmake pkgconfig gettext pathfix
-NO_STAGE=	yes
 USE_BZIP2=	yes
 USE_GNOME=	glib20 gtk20 intltool intlhack
 USE_XFCE=	configenv libmenu libutil panel xfconf
@@ -30,12 +29,10 @@ OPTIONS_DEFINE=	KEYBIND
 
 KEYBIND_DESC=	Multimedia keyboard shortcuts
 
-MAN1=	xfce4-mixer.1
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MKEYBIND}
-LIB_DEPENDS+=	keybinder:${PORTSDIR}/x11/keybinder
+LIB_DEPENDS+=	libkeybinder.so:${PORTSDIR}/x11/keybinder
 CONFIGURE_ARGS+=--enable-keybinder
 .else
 CONFIGURE_ARGS+=--disable-keybinder

Modified: head/audio/xfce4-mixer/pkg-plist
==============================================================================
--- head/audio/xfce4-mixer/pkg-plist	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/audio/xfce4-mixer/pkg-plist	Tue Oct 15 18:36:02 2013	(r330424)
@@ -1,6 +1,7 @@
 bin/xfce4-mixer
 lib/xfce4/panel/plugins/libmixer.la
 lib/xfce4/panel/plugins/libmixer.so
+man/man1/xfce4-mixer.1.gz
 share/applications/xfce4-mixer.desktop
 share/locale/am/LC_MESSAGES/xfce4-mixer.mo
 share/locale/ar/LC_MESSAGES/xfce4-mixer.mo

Modified: head/audio/xfmpc/Makefile
==============================================================================
--- head/audio/xfmpc/Makefile	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/audio/xfmpc/Makefile	Tue Oct 15 18:36:02 2013	(r330424)
@@ -12,16 +12,13 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	Graphical MPD client focusing on low footprint
 
-LIB_DEPENDS=	mpd:${PORTSDIR}/audio/libmpd
+LIB_DEPENDS=	libmpd.so:${PORTSDIR}/audio/libmpd
 
 USE_BZIP2=	yes
-NO_STAGE=	yes
 INSTALLS_ICONS=	yes
 USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 intltool intlhack
 USE_XFCE=	configenv libmenu libutil
 
-MAN1=	xfmpc.1
-
 .include <bsd.port.mk>

Modified: head/audio/xfmpc/pkg-plist
==============================================================================
--- head/audio/xfmpc/pkg-plist	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/audio/xfmpc/pkg-plist	Tue Oct 15 18:36:02 2013	(r330424)
@@ -1,4 +1,5 @@
 bin/xfmpc
+man/man1/xfmpc.1.gz
 share/applications/xfmpc.desktop
 share/locale/ar/LC_MESSAGES/xfmpc.mo
 share/locale/ast/LC_MESSAGES/xfmpc.mo

Modified: head/deskutils/orage/Makefile
==============================================================================
--- head/deskutils/orage/Makefile	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/deskutils/orage/Makefile	Tue Oct 15 18:36:02 2013	(r330424)
@@ -12,13 +12,12 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	Calendar application to manage your time with Xfce 4
 
-LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt
+LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-USES=		pkgconfig gettext pathfix desktop-file-utils
+USES=		pkgconfig gettext desktop-file-utils gmake
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gtk20 intltool intlhack
 USE_XFCE=	configenv libmenu panel
 USE_XORG=	xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \
@@ -29,9 +28,6 @@ OPTIONS_DEFAULT=	DBUS NOTIFY
 
 ICAL_DESC=	libical support
 
-MAN1=		globaltime.1 orage.1 tz_convert.1
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MBDB}
@@ -46,7 +42,7 @@ CONFIGURE_ARGS+=--with-bdb4=no
 
 .if ${PORT_OPTIONS:MICAL}
 CONFIGURE_ARGS+=--enable-libical
-LIB_DEPENDS+=	ical:${PORTSDIR}/devel/libical
+LIB_DEPENDS+=	libical.so:${PORTSDIR}/devel/libical
 CFLAGS+=	-I${LOCALBASE}/include/libical
 PLIST_SUB+=	WITH_ICAL="@comment "
 .else
@@ -55,7 +51,7 @@ PLIST_SUB+=	WITH_ICAL=""
 .endif
 
 .if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS+=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS+=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
 CONFIGURE_ARGS+=--enable-dbus
 PLIST_SUB+=	DBUS=""
 .else
@@ -64,7 +60,7 @@ PLIST_SUB+=	DBUS="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MNOTIFY}
-LIB_DEPENDS+=	notify:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS+=	libnotify.so:${PORTSDIR}/devel/libnotify
 CONFIGURE_ARGS+=--enable-libnotify
 .else
 CONFIGURE_ARGS+=--disable-libnotify

Modified: head/deskutils/orage/pkg-plist
==============================================================================
--- head/deskutils/orage/pkg-plist	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/deskutils/orage/pkg-plist	Tue Oct 15 18:36:02 2013	(r330424)
@@ -2,6 +2,9 @@ bin/globaltime
 bin/orage
 bin/tz_convert
 libexec/xfce4/panel-plugins/xfce4-orageclock-plugin
+man/man1/globaltime.1.gz
+man/man1/orage.1.gz
+man/man1/tz_convert.1.gz
 share/applications/globaltime.desktop
 share/applications/xfcalendar.desktop
 share/applications/xfce-xfcalendar-settings.desktop

Modified: head/editors/mousepad/Makefile
==============================================================================
--- head/editors/mousepad/Makefile	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/editors/mousepad/Makefile	Tue Oct 15 18:36:02 2013	(r330424)
@@ -20,11 +20,10 @@ USE_XFCE=	configenv
 OPTIONS_DEFINE=	DBUS
 OPTIONS_DEFAULT=	DBUS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
 CONFIGURE_ARGS+=--enable-dbus
 .else
 CONFIGURE_ARGS+=--disable-dbus

Modified: head/editors/mousepad/pkg-plist
==============================================================================
--- head/editors/mousepad/pkg-plist	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/editors/mousepad/pkg-plist	Tue Oct 15 18:36:02 2013	(r330424)
@@ -26,5 +26,3 @@ share/locale/zh_CN/LC_MESSAGES/mousepad.
 share/locale/zh_TW/LC_MESSAGES/mousepad.mo
 @dirrmtry share/locale/ug/LC_MESSAGES
 @dirrmtry share/locale/ug
-@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true

Modified: head/graphics/ristretto/Makefile
==============================================================================
--- head/graphics/ristretto/Makefile	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/graphics/ristretto/Makefile	Tue Oct 15 18:36:02 2013	(r330424)
@@ -12,18 +12,16 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	Image viewer with Xfce integration
 
-LIB_DEPENDS=	exif:${PORTSDIR}/graphics/libexif \
-		dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
-		cairo:${PORTSDIR}/graphics/cairo
+LIB_DEPENDS=	libexif.so:${PORTSDIR}/graphics/libexif \
+		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+		libcairo.so:${PORTSDIR}/graphics/cairo
 
-USES=		pkgconfig gettext pathfix desktop-file-utils
+USES=		pkgconfig gettext pathfix desktop-file-utils gmake
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 glib20 intltool intlhack
-USE_GMAKE=	yes
 INSTALLS_ICONS=	yes
 USE_XFCE=	configenv libmenu libutil xfconf
 USE_XORG=	x11
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/misc/xfce4-wm-themes/Makefile
==============================================================================
--- head/misc/xfce4-wm-themes/Makefile	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/misc/xfce4-wm-themes/Makefile	Tue Oct 15 18:36:02 2013	(r330424)
@@ -11,12 +11,12 @@ DISTNAME=	xfwm4-themes-${PORTVERSION}
 DIST_SUBDIR=	xfce4
 
 MAINTAINER=	xfce@FreeBSD.org
-COMMENT=	Xfce 4 window decoration themes for xfwm4
+COMMENT=	Additional themes for xfwm4
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 USE_BZIP2=	yes
 USE_XFCE=	configenv	# to get MASTER_SITE_SUBDIR something has to be defined
+USES=	gmake
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/xfce4-power-manager/Makefile
==============================================================================
--- head/sysutils/xfce4-power-manager/Makefile	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/sysutils/xfce4-power-manager/Makefile	Tue Oct 15 18:36:02 2013	(r330424)
@@ -3,33 +3,29 @@
 
 PORTNAME=	xfce4-power-manager
 PORTVERSION=	1.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/xfce/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
 
 MAINTAINER=	xfce@FreeBSD.org
-COMMENT=	Xfce4 power manager
+COMMENT=	Power manager for the Xfce Desktop
 
-LIB_DEPENDS=	notify:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify \
+	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+	libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USES=		gettext pkgconfig
-USE_GMAKE=	yes
-USE_GNOME=	gtk20 intltool intlhack
-USE_XFCE=	configenv libutil libgui panel
+USES=		gettext pkgconfig gmake
+USE_GNOME=	glib20 gtk20 intltool intlhack
+USE_XFCE=	configenv libutil libmenu panel xfconf
 INSTALLS_ICONS=	yes
+USE_XORG=	xrandr x11 xext
 CONFIGURE_ARGS=	--disable-network-manager \
 		--enable-polkit
 
-MAN1=		xfce4-power-manager.1 xfce4-power-manager-settings.1
-
-NO_STAGE=	yes
-post-patch:
-	@${REINPLACE_CMD} -e 's|--libs "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g; \
-		s|--cflags "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g' \
-		${WRKSRC}/configure
+NO_MTREE=	yes
 
 .include <bsd.port.mk>

Modified: head/sysutils/xfce4-power-manager/pkg-descr
==============================================================================
--- head/sysutils/xfce4-power-manager/pkg-descr	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/sysutils/xfce4-power-manager/pkg-descr	Tue Oct 15 18:36:02 2013	(r330424)
@@ -1,3 +1,4 @@
-Written by Ali Abdallah, this is a power manager for the Xfce desktop.
+Xfce power manager manages the power sources on the computer and the
+devices that can be controlled to reduce their power consumption.
 
 WWW: http://goodies.xfce.org/projects/applications/xfce4-power-manager

Modified: head/sysutils/xfce4-power-manager/pkg-plist
==============================================================================
--- head/sysutils/xfce4-power-manager/pkg-plist	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/sysutils/xfce4-power-manager/pkg-plist	Tue Oct 15 18:36:02 2013	(r330424)
@@ -3,6 +3,8 @@ bin/xfce4-power-manager
 bin/xfce4-power-manager-settings
 etc/xdg/autostart/xfce4-power-manager.desktop
 lib/xfce4/panel-plugins/xfce4-brightness-plugin
+man/man1/xfce4-power-manager.1.gz
+man/man1/xfce4-power-manager-settings.1.gz
 sbin/xfpm-power-backlight-helper
 share/applications/xfce4-power-manager-settings.desktop
 share/icons/hicolor/128x128/devices/processor.png
@@ -289,8 +291,6 @@ share/xfce4/panel-plugins/xfce4-brightne
 @dirrmtry share/xfce4
 @dirrmtry share/polkit-1/actions
 @dirrmtry share/polkit-1
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
 @dirrmtry share/locale/ur_PK/LC_MESSAGES
 @dirrmtry share/locale/ur_PK
 @dirrmtry share/locale/ur/LC_MESSAGES
@@ -301,47 +301,10 @@ share/xfce4/panel-plugins/xfce4-brightne
 @dirrmtry share/locale/te
 @dirrmtry share/locale/si/LC_MESSAGES
 @dirrmtry share/locale/si
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/ro
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/nn/LC_MESSAGES
-@dirrmtry share/locale/nn
-@dirrmtry share/locale/lt/LC_MESSAGES
-@dirrmtry share/locale/lt
-@dirrmtry share/locale/ko/LC_MESSAGES
-@dirrmtry share/locale/ko
 @dirrmtry share/locale/kk/LC_MESSAGES
 @dirrmtry share/locale/kk
-@dirrmtry share/locale/is/LC_MESSAGES
-@dirrmtry share/locale/is
-@dirrmtry share/locale/hr/LC_MESSAGES
-@dirrmtry share/locale/hr
-@dirrmtry share/locale/bg/LC_MESSAGES
-@dirrmtry share/locale/bg
 @dirrmtry share/locale/ast/LC_MESSAGES
 @dirrmtry share/locale/ast
-@dirrmtry share/locale/ar/LC_MESSAGES
-@dirrmtry share/locale/ar
-@dirrmtry share/icons/hicolor/scalable/status
-@dirrmtry share/icons/hicolor/scalable/actions
-@dirrmtry share/icons/hicolor/scalable
-@dirrmtry share/icons/hicolor/48x48/status
-@dirrmtry share/icons/hicolor/48x48/actions
-@dirrmtry share/icons/hicolor/48x48
-@dirrmtry share/icons/hicolor/24x24/status
-@dirrmtry share/icons/hicolor/24x24/actions
-@dirrmtry share/icons/hicolor/24x24
-@dirrmtry share/icons/hicolor/22x22/status
-@dirrmtry share/icons/hicolor/22x22/actions
-@dirrmtry share/icons/hicolor/22x22
-@dirrmtry share/icons/hicolor/16x16/status
-@dirrmtry share/icons/hicolor/16x16/actions
-@dirrmtry share/icons/hicolor/16x16
-@dirrmtry share/icons/hicolor/128x128/devices
-@dirrmtry share/icons/hicolor/128x128
-@dirrmtry share/icons/hicolor
-@dirrmtry share/icons
 @dirrmtry share/applications
 @dirrmtry lib/xfce4/panel-plugins
 @dirrmtry lib/xfce4

Modified: head/textproc/xfce4-dict-plugin/Makefile
==============================================================================
--- head/textproc/xfce4-dict-plugin/Makefile	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/textproc/xfce4-dict-plugin/Makefile	Tue Oct 15 18:36:02 2013	(r330424)
@@ -15,14 +15,10 @@ COMMENT=	Xfce4 plugin to query different
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-USES=		gettext pkgconfig
-USE_GMAKE=	yes
+USES=		gettext pkgconfig gmake
 USE_GNOME=	glib20 gtk20 intltool intlhack
 USE_XFCE=	configenv libmenu libutil panel
 USE_XORG=	x11
 USE_LDCONFIG=	yes
 
-MAN1=		xfce4-dict.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/xfce4-dict-plugin/pkg-plist
==============================================================================
--- head/textproc/xfce4-dict-plugin/pkg-plist	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/textproc/xfce4-dict-plugin/pkg-plist	Tue Oct 15 18:36:02 2013	(r330424)
@@ -1,6 +1,7 @@
 bin/xfce4-dict
 lib/xfce4/panel/plugins/libxfce4dict.la
 lib/xfce4/panel/plugins/libxfce4dict.so
+man/man1/xfce4-dict.1.gz
 share/applications/xfce4-dict.desktop
 share/icons/hicolor/scalable/apps/xfce4-dict.svg
 share/locale/ar/LC_MESSAGES/xfce4-dict.mo

Modified: head/x11/xfce4-screenshooter-plugin/Makefile
==============================================================================
--- head/x11/xfce4-screenshooter-plugin/Makefile	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/x11/xfce4-screenshooter-plugin/Makefile	Tue Oct 15 18:36:02 2013	(r330424)
@@ -13,19 +13,15 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce@FreeBSD.org
 COMMENT=	Desktop Screenshot plugin for Xfce
 
-LIB_DEPENDS=	soup-2:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS=	libsoup-2.4.so:${PORTSDIR}/devel/libsoup
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 INSTALLS_ICONS=	yes
 USE_GNOME=	glib20 gtk20 intltool intlhack
 USE_XFCE=	configenv libexo libmenu libutil panel
-USES=		pkgconfig
+USES=		pkgconfig gmake
 
-MAN1=		xfce4-screenshooter.1
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/x11/xfce4-screenshooter-plugin/pkg-plist
==============================================================================
--- head/x11/xfce4-screenshooter-plugin/pkg-plist	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/x11/xfce4-screenshooter-plugin/pkg-plist	Tue Oct 15 18:36:02 2013	(r330424)
@@ -2,72 +2,73 @@ bin/xfce4-screenshooter
 lib/xfce4/panel/plugins/libscreenshooterplugin.la
 lib/xfce4/panel/plugins/libscreenshooterplugin.so
 lib/xfce4/panel/plugins/libscreenshooterplugin.so.0
+man/man1/xfce4-screenshooter.1.gz
 share/applications/xfce4-screenshooter.desktop
-%%PORTDOCS%%%%DOCSDIR%%/ast/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/ast/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/ast/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/ast/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/ast/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/C/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/C/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/C/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/C/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/C/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/ca/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/da/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/da/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/da/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/da/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/da/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/es/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/es/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/es/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/es/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/es/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/fr/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/gl/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/id/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/id/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/id/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/id/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/id/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/it/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/it/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/it/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/it/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/it/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/ja/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/pt/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/tr/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/zh_CN/index.html
+%%DOCSDIR%%/ast/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/ast/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/ast/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/ast/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/ast/index.html
+%%DOCSDIR%%/html/C/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/C/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/C/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/C/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/C/index.html
+%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/ca/index.html
+%%DOCSDIR%%/html/da/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/da/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/da/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/da/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/da/index.html
+%%DOCSDIR%%/html/es/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/es/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/es/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/es/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/es/index.html
+%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/fr/index.html
+%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/gl/index.html
+%%DOCSDIR%%/html/id/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/id/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/id/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/id/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/id/index.html
+%%DOCSDIR%%/html/it/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/it/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/it/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/it/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/it/index.html
+%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/ja/index.html
+%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/pt/index.html
+%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/tr/index.html
+%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/zh_CN/index.html
 share/icons/hicolor/48x48/apps/applets-screenshooter.png
 share/icons/hicolor/scalable/apps/applets-screenshooter.svg
 %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-screenshooter.mo
@@ -126,34 +127,34 @@ share/xfce4/panel/plugins/screenshooter.
 @dirrmtry share/icons/hicolor/48x48
 @dirrmtry share/icons/hicolor
 @dirrmtry share/icons
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/zh_CN/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/zh_CN
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/tr/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/tr
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/pt/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/pt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/ja/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/ja
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/it/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/it
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/id/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/id
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/gl/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/gl
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/fr/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/fr
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/es/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/es
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/da/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/da
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/ca/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/ca
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/C/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/C
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/ast/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/ast
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%DOCSDIR%%/html/zh_CN/images
+@dirrm %%DOCSDIR%%/html/zh_CN
+@dirrm %%DOCSDIR%%/html/tr/images
+@dirrm %%DOCSDIR%%/html/tr
+@dirrm %%DOCSDIR%%/html/pt/images
+@dirrm %%DOCSDIR%%/html/pt
+@dirrm %%DOCSDIR%%/html/ja/images
+@dirrm %%DOCSDIR%%/html/ja
+@dirrm %%DOCSDIR%%/html/it/images
+@dirrm %%DOCSDIR%%/html/it
+@dirrm %%DOCSDIR%%/html/id/images
+@dirrm %%DOCSDIR%%/html/id
+@dirrm %%DOCSDIR%%/html/gl/images
+@dirrm %%DOCSDIR%%/html/gl
+@dirrm %%DOCSDIR%%/html/fr/images
+@dirrm %%DOCSDIR%%/html/fr
+@dirrm %%DOCSDIR%%/html/es/images
+@dirrm %%DOCSDIR%%/html/es
+@dirrm %%DOCSDIR%%/html/da/images
+@dirrm %%DOCSDIR%%/html/da
+@dirrm %%DOCSDIR%%/html/ca/images
+@dirrm %%DOCSDIR%%/html/ca
+@dirrm %%DOCSDIR%%/html/C/images
+@dirrm %%DOCSDIR%%/html/C
+@dirrm %%DOCSDIR%%/html
+@dirrm %%DOCSDIR%%/ast/images
+@dirrm %%DOCSDIR%%/ast
+@dirrm %%DOCSDIR%%
 @dirrmtry share/applications
 @dirrmtry lib/xfce4/panel/plugins
 @dirrmtry lib/xfce4/panel

Modified: head/x11/xfce4-taskmanager/Makefile
==============================================================================
--- head/x11/xfce4-taskmanager/Makefile	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/x11/xfce4-taskmanager/Makefile	Tue Oct 15 18:36:02 2013	(r330424)
@@ -10,24 +10,18 @@ MASTER_SITE_SUBDIR=	src/apps/${PORTNAME}
 DIST_SUBDIR=	xfce4
 
 MAINTAINER=	xfce@FreeBSD.org
-COMMENT=	A task manager for Xfce
+COMMENT=	Task manager for the Xfce desktop
 
-LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphics/cairo \
-	wnck-1.22:${PORTSDIR}/x11-toolkits/libwnck
+LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo \
+	libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USES=		gettext gmake pkgconfig
-USE_GNOME=	gtk20 desktopfileutils intltool intlhack
-
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
+USE_GNOME=	gtk20 intltool intlhack
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|prefix)/$$(DATADIRNAME)|datadir)|' \
 		${WRKSRC}/po/Makefile.in.in
 
-post-install:
-	@-update-desktop-database
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/x11/xfce4-taskmanager/pkg-plist
==============================================================================
--- head/x11/xfce4-taskmanager/pkg-plist	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/x11/xfce4-taskmanager/pkg-plist	Tue Oct 15 18:36:02 2013	(r330424)
@@ -40,85 +40,15 @@ share/locale/ur_PK/LC_MESSAGES/xfce4-tas
 share/locale/vi/LC_MESSAGES/xfce4-taskmanager.mo
 share/locale/zh_CN/LC_MESSAGES/xfce4-taskmanager.mo
 share/locale/zh_TW/LC_MESSAGES/xfce4-taskmanager.mo
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/vi/LC_MESSAGES
-@dirrmtry share/locale/vi
 @dirrmtry share/locale/ur_PK/LC_MESSAGES
 @dirrmtry share/locale/ur_PK
 @dirrmtry share/locale/ur/LC_MESSAGES
 @dirrmtry share/locale/ur
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/uk
 @dirrmtry share/locale/ug/LC_MESSAGES
 @dirrmtry share/locale/ug
-@dirrmtry share/locale/tr/LC_MESSAGES
-@dirrmtry share/locale/tr
-@dirrmtry share/locale/sv/LC_MESSAGES
-@dirrmtry share/locale/sv
-@dirrmtry share/locale/sq/LC_MESSAGES
-@dirrmtry share/locale/sq
-@dirrmtry share/locale/sk/LC_MESSAGES
-@dirrmtry share/locale/sk
 @dirrmtry share/locale/si/LC_MESSAGES
 @dirrmtry share/locale/si
-@dirrmtry share/locale/ru/LC_MESSAGES
-@dirrmtry share/locale/ru
-@dirrmtry share/locale/pt_BR/LC_MESSAGES
-@dirrmtry share/locale/pt_BR
-@dirrmtry share/locale/pt/LC_MESSAGES
-@dirrmtry share/locale/pt
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/pa/LC_MESSAGES
-@dirrmtry share/locale/pa
-@dirrmtry share/locale/nl/LC_MESSAGES
-@dirrmtry share/locale/nl
-@dirrmtry share/locale/nb/LC_MESSAGES
-@dirrmtry share/locale/nb
-@dirrmtry share/locale/lv/LC_MESSAGES
-@dirrmtry share/locale/lv
 @dirrmtry share/locale/kk/LC_MESSAGES
 @dirrmtry share/locale/kk
-@dirrmtry share/locale/ja/LC_MESSAGES
-@dirrmtry share/locale/ja
-@dirrmtry share/locale/it/LC_MESSAGES
-@dirrmtry share/locale/it
-@dirrmtry share/locale/id/LC_MESSAGES
-@dirrmtry share/locale/id
-@dirrmtry share/locale/hu/LC_MESSAGES
-@dirrmtry share/locale/hu
-@dirrmtry share/locale/hr/LC_MESSAGES
-@dirrmtry share/locale/hr
-@dirrmtry share/locale/gl/LC_MESSAGES
-@dirrmtry share/locale/gl
-@dirrmtry share/locale/fr/LC_MESSAGES
-@dirrmtry share/locale/fr
-@dirrmtry share/locale/fi/LC_MESSAGES
-@dirrmtry share/locale/fi
-@dirrmtry share/locale/eu/LC_MESSAGES
-@dirrmtry share/locale/eu
-@dirrmtry share/locale/es/LC_MESSAGES
-@dirrmtry share/locale/es
-@dirrmtry share/locale/en_GB/LC_MESSAGES
-@dirrmtry share/locale/en_GB
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/de/LC_MESSAGES
-@dirrmtry share/locale/de
-@dirrmtry share/locale/da/LC_MESSAGES
-@dirrmtry share/locale/da
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
-@dirrmtry share/locale/be/LC_MESSAGES
-@dirrmtry share/locale/be
 @dirrmtry share/locale/ast/LC_MESSAGES
 @dirrmtry share/locale/ast
-@dirrmtry share/locale/ar/LC_MESSAGES
-@dirrmtry share/locale/ar
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true

Modified: head/x11/xfce4-terminal/Makefile
==============================================================================
--- head/x11/xfce4-terminal/Makefile	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/x11/xfce4-terminal/Makefile	Tue Oct 15 18:36:02 2013	(r330424)
@@ -14,21 +14,15 @@ COMMENT=	Terminal emulator for the X win
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gtk20 glib20 intltool intlhack vte libxml2 
 USE_XFCE=	configenv libmenu
 USE_XORG=	x11
-USES=		pathfix pkgconfig
+USES=		pathfix pkgconfig gmake
 
 CONFIGURE_ARGS=	--without-gnome-default-appsdir
 
 OPTIONS_DEFINE=	NLS
 
-MAN1=		xfce4-terminal.1
-MANLANG=	"" ar ca da de el es fr gl id it ja ko lt \
-	pl pt pt_BR ru sr sv tr ug uk zh_CN
-
-NO_STAGE=	yes
 .include  <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/x11/xfce4-terminal/pkg-plist
==============================================================================
--- head/x11/xfce4-terminal/pkg-plist	Tue Oct 15 18:30:41 2013	(r330423)
+++ head/x11/xfce4-terminal/pkg-plist	Tue Oct 15 18:36:02 2013	(r330424)
@@ -1,4 +1,28 @@
 bin/xfce4-terminal
+man/ar/man1/xfce4-terminal.1.gz
+man/ca/man1/xfce4-terminal.1.gz
+man/da/man1/xfce4-terminal.1.gz
+man/de/man1/xfce4-terminal.1.gz
+man/el/man1/xfce4-terminal.1.gz
+man/es/man1/xfce4-terminal.1.gz
+man/fr/man1/xfce4-terminal.1.gz
+man/gl/man1/xfce4-terminal.1.gz
+man/id/man1/xfce4-terminal.1.gz
+man/it/man1/xfce4-terminal.1.gz
+man/ja/man1/xfce4-terminal.1.gz
+man/ko/man1/xfce4-terminal.1.gz
+man/lt/man1/xfce4-terminal.1.gz
+man/man1/xfce4-terminal.1.gz
+man/pl/man1/xfce4-terminal.1.gz
+man/pt/man1/xfce4-terminal.1.gz
+man/pt_BR/man1/xfce4-terminal.1.gz
+man/ru/man1/xfce4-terminal.1.gz
+man/sr/man1/xfce4-terminal.1.gz
+man/sv/man1/xfce4-terminal.1.gz
+man/tr/man1/xfce4-terminal.1.gz
+man/ug/man1/xfce4-terminal.1.gz
+man/uk/man1/xfce4-terminal.1.gz
+man/zh_CN/man1/xfce4-terminal.1.gz
 share/applications/xfce4-terminal.desktop
 %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-terminal.mo
 %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-terminal.mo



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