svn commit: r317695 - in head: audio/xfce4-mixer audio/xfce4-mpc-plugin audio/xfmpc deskutils/orage deskutils/xfce4-generic-slider deskutils/xfce4-notes-plugin deskutils/xfce4-notification-daemon d...
Olivier Duchateau
olivierd at FreeBSD.org
Wed May 8 16:05:31 UTC 2013
Author: olivierd
Date: Wed May 8 16:05:21 2013
New Revision: 317695
URL: http://svnweb.freebsd.org/changeset/ports/317695
Log:
- Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panel
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
Modified:
head/audio/xfce4-mixer/Makefile
head/audio/xfce4-mixer/pkg-plist
head/audio/xfce4-mpc-plugin/Makefile
head/audio/xfmpc/Makefile
head/audio/xfmpc/pkg-plist (contents, props changed)
head/deskutils/orage/Makefile
head/deskutils/orage/pkg-plist (contents, props changed)
head/deskutils/xfce4-generic-slider/Makefile (contents, props changed)
head/deskutils/xfce4-notes-plugin/Makefile
head/deskutils/xfce4-notification-daemon/Makefile (contents, props changed)
head/deskutils/xfce4-notifyd/Makefile
head/deskutils/xfce4-xkb-plugin/Makefile
head/graphics/ristretto/Makefile
head/graphics/ristretto/pkg-plist (contents, props changed)
head/mail/xfce4-mailwatch-plugin/Makefile
head/misc/xfce4-weather-plugin/Makefile
head/multimedia/xfce4-media/Makefile
head/multimedia/xfce4-parole/Makefile
head/multimedia/xfce4-xmms-plugin/Makefile
head/net-im/xfce4-messenger-plugin/Makefile
head/print/xfce4-print/Makefile
head/sysutils/xfce4-battery-plugin/Makefile
head/sysutils/xfce4-cpugraph-plugin/Makefile
head/sysutils/xfce4-fsguard-plugin/Makefile
head/sysutils/xfce4-genmon-plugin/Makefile
head/sysutils/xfce4-minicmd-plugin/Makefile
head/sysutils/xfce4-mount-plugin/Makefile
head/sysutils/xfce4-netload-plugin/Makefile
head/sysutils/xfce4-power-manager/Makefile
head/sysutils/xfce4-systemload-plugin/Makefile
head/sysutils/xfce4-wavelan-plugin/Makefile
head/textproc/xfce4-dict-plugin/Makefile
head/textproc/xfce4-dict-plugin/pkg-plist (contents, props changed)
head/www/xfce4-smartbookmark-plugin/Makefile
head/x11-clocks/xfce4-datetime-plugin/Makefile
head/x11-clocks/xfce4-timer-out-plugin/Makefile
head/x11-clocks/xfce4-timer-plugin/Makefile
head/x11-toolkits/libxfce4gui/Makefile
head/x11-wm/xfce4-desktop/Makefile
head/x11/xfce4-clipman-plugin/Makefile
head/x11/xfce4-clipman-plugin/pkg-plist (contents, props changed)
head/x11/xfce4-quicklauncher-plugin/Makefile
head/x11/xfce4-screenshooter-plugin/Makefile
head/x11/xfce4-verve-plugin/Makefile
head/x11/xfce4-wmdock-plugin/Makefile
Modified: head/audio/xfce4-mixer/Makefile
==============================================================================
--- head/audio/xfce4-mixer/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/audio/xfce4-mixer/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,24 +3,24 @@
PORTNAME= xfce4-mixer
PORTVERSION= 4.10.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce at FreeBSD.org
-COMMENT= A volume control for the Xfce desktop
+COMMENT= Volume control for the Xfce desktop
LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
unique-1:${PORTSDIR}/x11-toolkits/unique
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USES= pkgconfig gettext
+USES= pkgconfig gettext pathfix
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack glib20 gtk20 intltool intlhack desktopfileutils
+USE_GNOME= glib20 gtk20 intltool intlhack
USE_XFCE= configenv libmenu libutil panel xfconf
USE_GSTREAMER= good
@@ -47,7 +47,4 @@ post-patch:
's|(pkgdatadir)/icons|(datadir)/icons| ; \
s|pixmaps/xfce4-mixer|pixmaps|'
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>
Modified: head/audio/xfce4-mixer/pkg-plist
==============================================================================
--- head/audio/xfce4-mixer/pkg-plist Wed May 8 16:03:20 2013 (r317694)
+++ head/audio/xfce4-mixer/pkg-plist Wed May 8 16:05:21 2013 (r317695)
@@ -69,5 +69,3 @@ share/xfce4/panel/plugins/mixer.desktop
@dirrmtry share/locale/ast
@dirrmtry lib/xfce4/panel/plugins
@dirrmtry lib/xfce4/panel
- at exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
Modified: head/audio/xfce4-mpc-plugin/Makefile
==============================================================================
--- head/audio/xfce4-mpc-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/audio/xfce4-mpc-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,14 +3,14 @@
PORTNAME= xfce4-mpc-plugin
PORTVERSION= 0.4.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce at FreeBSD.org
-COMMENT= An MPC plugin for Xfce
+COMMENT= MPC plugin for Xfce
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd
Modified: head/audio/xfmpc/Makefile
==============================================================================
--- head/audio/xfmpc/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/audio/xfmpc/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -1,35 +1,29 @@
-# New ports collection makefile for: xfmpc
-# Date created: 21 Jan 2008
-# Whom: Martin Wilke (miwi at FreeBSD.org)
-#
+# Created by: Martin Wilke (miwi at FreeBSD.org)
# $FreeBSD$
#
PORTNAME= xfmpc
PORTVERSION= 0.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce at FreeBSD.org
-COMMENT= A graphical MPD client focusing on low footprint
+COMMENT= Graphical MPD client focusing on low footprint
-LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd
+LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd
MAKE_JOBS_SAFE= yes
USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_ICONS= yes
-USES= gettext
+USES= gettext pkgconfig
GNU_CONFIGURE= yes
-USE_GNOME= gtk20 intltool intlhack pkgconfig desktopfileutils
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu libutil
MAN1= xfmpc.1
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>
Modified: head/audio/xfmpc/pkg-plist
==============================================================================
--- head/audio/xfmpc/pkg-plist Wed May 8 16:03:20 2013 (r317694)
+++ head/audio/xfmpc/pkg-plist Wed May 8 16:05:21 2013 (r317695)
@@ -43,5 +43,3 @@ share/locale/zh_TW/LC_MESSAGES/xfmpc.mo
@dirrmtry share/locale/si
@dirrmtry share/locale/ast/LC_MESSAGES
@dirrmtry share/locale/ast
- at exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
Modified: head/deskutils/orage/Makefile
==============================================================================
--- head/deskutils/orage/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/deskutils/orage/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,22 +3,23 @@
PORTNAME= orage
PORTVERSION= 4.8.4
+PORTREVISION= 1
CATEGORIES= deskutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce at FreeBSD.org
-COMMENT= A calendar application to manage your time with Xfce 4
+COMMENT= Calendar application to manage your time with Xfce 4
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USES= pkgconfig gettext
+USES= pkgconfig gettext pathfix desktop-file-utils
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gtk20 intltool intlhack desktopfileutils
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu panel
USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \
xfixes
@@ -79,7 +80,4 @@ post-patch:
${WRKSRC}/doc/C/Makefile.in \
${WRKSRC}/doc/C/images/Makefile.in
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>
Modified: head/deskutils/orage/pkg-plist
==============================================================================
--- head/deskutils/orage/pkg-plist Wed May 8 16:03:20 2013 (r317694)
+++ head/deskutils/orage/pkg-plist Wed May 8 16:05:21 2013 (r317695)
@@ -685,8 +685,6 @@ share/locale/zh_TW/LC_MESSAGES/orage.mo
%%WITH_ICAL%%%%DATADIR%%/zoneinfo/tz_convert.par
%%WITH_ICAL%%%%DATADIR%%/zoneinfo/zones.tab
share/xfce4/panel-plugins/xfce4-orageclock-plugin.desktop
- at exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
@dirrmtry share/xfce4/panel-plugins
@dirrmtry share/xfce4
%%WITH_ICAL%%@dirrm %%DATADIR%%/zoneinfo/US
Modified: head/deskutils/xfce4-generic-slider/Makefile
==============================================================================
--- head/deskutils/xfce4-generic-slider/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/deskutils/xfce4-generic-slider/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,7 +3,7 @@
PORTNAME= xfce4-generic-slider
PORTVERSION= 0.0.20100827
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= deskutils
MASTER_SITES= CRITICAL/
Modified: head/deskutils/xfce4-notes-plugin/Makefile
==============================================================================
--- head/deskutils/xfce4-notes-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/deskutils/xfce4-notes-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -1,29 +1,26 @@
-# New ports collection makefile for: xfce4-notes-plugin
-# Date created: 06 October 2003
-# Whom: Thorsten Greiner <thorsten.greiner at web.de>
-#
+# Created by: Thorsten Greiner <thorsten.greiner at web.de>
# $FreeBSD$
#
PORTNAME= xfce4-notes-plugin
PORTVERSION= 1.7.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
-MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
+MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce at FreeBSD.org
COMMENT= Sticky notes panel plugin for Xfce4
-LIB_DEPENDS= unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
+LIB_DEPENDS= unique-1:${PORTSDIR}/x11-toolkits/unique
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USES= gettext
+USES= gettext pathfix pkgconfig
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
-USE_GNOME= gnomehack glib20 gtk20 intltool intlhack desktopfileutils pkgconfig
+USE_GNOME= glib20 gtk20 intltool intlhack
USE_XFCE= configenv libgui libutil panel xfconf
INSTALLS_ICONS= yes
Modified: head/deskutils/xfce4-notification-daemon/Makefile
==============================================================================
--- head/deskutils/xfce4-notification-daemon/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/deskutils/xfce4-notification-daemon/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,7 +3,7 @@
PORTNAME= notification-daemon
PORTVERSION= 0.3.7
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= deskutils xfce
MASTER_SITES= CRITICAL/
PKGNAMEPREFIX= xfce4-
Modified: head/deskutils/xfce4-notifyd/Makefile
==============================================================================
--- head/deskutils/xfce4-notifyd/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/deskutils/xfce4-notifyd/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,6 +3,7 @@
PORTNAME= xfce4-notifyd
PORTVERSION= 0.2.3
+PORTREVISION= 1
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
Modified: head/deskutils/xfce4-xkb-plugin/Makefile
==============================================================================
--- head/deskutils/xfce4-xkb-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/deskutils/xfce4-xkb-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -2,7 +2,7 @@
PORTNAME= xfce4-xkb-plugin
PORTVERSION= 0.5.4.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -10,13 +10,13 @@ MASTER_SITE_SUBDIR= src/panel-plugins/${
MAINTAINER= xfce at FreeBSD.org
COMMENT= Keyboard layout switching plugin for Xfce4
-LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier
+LIB_DEPENDS= xklavier:${PORTSDIR}/x11/libxklavier
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USES= gettext
+USES= gettext pkgconfig
USE_GMAKE= yes
-USE_GNOME= gtk20 intltool intlhack pkgconfig librsvg2
+USE_GNOME= gtk20 intltool intlhack librsvg2
USE_XFCE= configenv panel
.include <bsd.port.mk>
Modified: head/graphics/ristretto/Makefile
==============================================================================
--- head/graphics/ristretto/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/graphics/ristretto/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,29 +3,26 @@
PORTNAME= ristretto
PORTVERSION= 0.6.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce at FreeBSD.org
-COMMENT= An image viewer with Xfce integration
+COMMENT= Image viewer with Xfce integration
-LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \
- dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
- cairo.2:${PORTSDIR}/graphics/cairo
+LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \
+ dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
+ cairo:${PORTSDIR}/graphics/cairo
-USES= pkgconfig gettext
+USES= pkgconfig gettext pathfix desktop-file-utils
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GNOME= gnomehack gtk20 glib20 intltool intlhack desktopfileutils
+USE_GNOME= gtk20 glib20 intltool intlhack
USE_GMAKE= yes
INSTALLS_ICONS= yes
USE_XFCE= configenv libmenu libutil xfconf
USE_XORG= x11
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>
Modified: head/graphics/ristretto/pkg-plist
==============================================================================
--- head/graphics/ristretto/pkg-plist Wed May 8 16:03:20 2013 (r317694)
+++ head/graphics/ristretto/pkg-plist Wed May 8 16:05:21 2013 (r317695)
@@ -56,5 +56,3 @@ share/locale/zh_TW/LC_MESSAGES/ristretto
@dirrmtry share/locale/te
@dirrmtry share/locale/ast/LC_MESSAGES
@dirrmtry share/locale/ast
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
Modified: head/mail/xfce4-mailwatch-plugin/Makefile
==============================================================================
--- head/mail/xfce4-mailwatch-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/mail/xfce4-mailwatch-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,7 +3,7 @@
PORTNAME= xfce4-mailwatch-plugin
PORTVERSION= 1.1.0
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= mail xfce
MASTER_SITES= http://spuriousinterrupt.org/files/mailwatch/ \
http://freebsd.unixfreunde.de/sources/
@@ -18,9 +18,9 @@ LIB_DEPENDS= gnutls.26:${PORTSDIR}/secur
USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_ICONS= yes
-USES= gettext
+USES= gettext pathfix
GNU_CONFIGURE= yes
-USE_GNOME= gtk20 intltool intlhack pkgconfig
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libgui libutil panel
USE_XORG= x11 xt xaw
Modified: head/misc/xfce4-weather-plugin/Makefile
==============================================================================
--- head/misc/xfce4-weather-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/misc/xfce4-weather-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -4,6 +4,7 @@
PORTNAME= xfce4-weather-plugin
PORTVERSION= 0.8.3
+PORTREVISION= 1
CATEGORIES= misc xfce geography
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -12,14 +13,14 @@ DIST_SUBDIR= xfce4
MAINTAINER= xfce at FreeBSD.org
COMMENT= Xfce 4 weather module for xfce4-panel
-LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS= soup-2:${PORTSDIR}/devel/libsoup
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USES= pkgconfig gettext
+USES= pkgconfig gettext pathfix
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack glib20 gtk20 intltool intlhack libxml2
+USE_GNOME= glib20 gtk20 intltool intlhack libxml2
USE_XFCE= configenv libmenu libutil panel
OPTIONS_DEFINE= UPOWER
Modified: head/multimedia/xfce4-media/Makefile
==============================================================================
--- head/multimedia/xfce4-media/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/multimedia/xfce4-media/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,7 +3,7 @@
PORTNAME= xfce4-media
PORTVERSION= 0.9.2
-PORTREVISION= 27
+PORTREVISION= 28
CATEGORIES= multimedia xfce
MASTER_SITES= http://spuriousinterrupt.org/files/xfmedia/
DISTNAME= xfmedia-${PORTVERSION}
Modified: head/multimedia/xfce4-parole/Makefile
==============================================================================
--- head/multimedia/xfce4-parole/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/multimedia/xfce4-parole/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,7 +3,7 @@
PORTNAME= parole
PORTVERSION= 0.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia xfce
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}/
DIST_SUBDIR= xfce4
Modified: head/multimedia/xfce4-xmms-plugin/Makefile
==============================================================================
--- head/multimedia/xfce4-xmms-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/multimedia/xfce4-xmms-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,7 +3,7 @@
PORTNAME= xfce4-xmms-plugin
PORTVERSION= 0.5.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia audio xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -14,9 +14,9 @@ COMMENT= Xfce4 XMMS control plugin for x
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USES= gettext
+USES= gettext pathfix
USE_GMAKE= yes
-USE_GNOME= gtk20 intltool intlhack pango pkgconfig
+USE_GNOME= gtk20 intltool intlhack pango
USE_XFCE= configenv libgui libutil panel
OPTIONS_DEFINE= XMMS BEEP AUDACIOUS
Modified: head/net-im/xfce4-messenger-plugin/Makefile
==============================================================================
--- head/net-im/xfce4-messenger-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/net-im/xfce4-messenger-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -1,13 +1,10 @@
-# New ports collection makefile for: messenger plugin for xfce4
-# Date created: 29 April 2006
-# Whom: Martin Wilke (freebsd at unixfreunde.de)
-#
+# Created by: Martin Wilke (freebsd at unixfreunde.de)
# $FreeBSD$
#
PORTNAME= xfce4-messenger-plugin
PORTVERSION= 0.1.0
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= net-im xfce
MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/
DIST_SUBDIR= xfce4
@@ -15,13 +12,13 @@ DIST_SUBDIR= xfce4
MAINTAINER= xfce at FreeBSD.org
COMMENT= Messenger plugin for Xfce
-LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USES= gettext
+USES= gettext pkgconfig
USE_GMAKE= yes
-USE_GNOME= gtk20 intltool intlhack pkgconfig
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libgui libutil panel
USE_XORG= x11 xt xaw
Modified: head/print/xfce4-print/Makefile
==============================================================================
--- head/print/xfce4-print/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/print/xfce4-print/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,7 +3,7 @@
PORTNAME= xfce4-print
PORTVERSION= 4.6.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= print xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/archive/xfprint/${PORTVERSION:R}
@@ -19,9 +19,9 @@ RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2p
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_BZIP2= yes
-USES= gettext
+USES= gettext pkgconfig
USE_GMAKE= yes
-USE_GNOME= glib20 gnomehack gtk20 intltool intlhack pkgconfig
+USE_GNOME= glib20 gnomehack gtk20 intltool intlhack
USE_LDCONFIG= yes
USE_XFCE= configenv libgui libutil xfconf
Modified: head/sysutils/xfce4-battery-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-battery-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/sysutils/xfce4-battery-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -1,12 +1,10 @@
-# New ports collection makefile for: xfce-battery-plugin
-# Date created: 31 June 2003
-# Whom: Thorsten Greiner <thorsten.greiner at web.de>
-#
+# Created by: Thorsten Greiner <thorsten.greiner at web.de>
# $FreeBSD$
#
PORTNAME= xfce4-battery-plugin
PORTVERSION= 1.0.5
+PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -20,9 +18,10 @@ ONLY_FOR_ARCHS= i386 amd64
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gtk20 glib20 intltool intlhack pkgconfig
+USE_GNOME= gtk20 glib20 intltool intlhack
USE_XFCE= configenv libmenu libutil panel
INSTALLS_ICONS= yes
+USES= pathfix pkgconfig
OPTIONS_DEFINE= NLS
OPTIONS_DEFAULT= NLS
Modified: head/sysutils/xfce4-cpugraph-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-cpugraph-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/sysutils/xfce4-cpugraph-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -1,12 +1,10 @@
-# New ports collection makefile for: xfce4-cpugraph-plugin
-# Date created: 2004-06-07
-# Whom: Matt Lancereau <matt at rimasec.net>
-#
+# Created by: Matt Lancereau <matt at rimasec.net>
# $FreeBSD$
#
PORTNAME= xfce4-cpugraph-plugin
PORTVERSION= 1.0.5
+PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -18,9 +16,10 @@ COMMENT= Graphical representation of the
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu panel
INSTALLS_ICONS= yes
+USES= pathfix pkgconfig
OPTIONS_DEFINE= NLS
OPTIONS_DEFAULT= NLS
Modified: head/sysutils/xfce4-fsguard-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-fsguard-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/sysutils/xfce4-fsguard-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,6 +3,7 @@
PORTNAME= xfce4-fsguard-plugin
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -15,10 +16,10 @@ GNU_CONFIGURE= yes
USE_BZIP2= yes
INSTALLS_ICONS= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gtk20 intltool intlhack
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu libutil panel
USE_XORG= x11
-USES= pkgconfig
+USES= pkgconfig pathfix
OPTIONS_DEFINE= NLS
Modified: head/sysutils/xfce4-genmon-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-genmon-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/sysutils/xfce4-genmon-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,7 +3,7 @@
PORTNAME= xfce4-genmon-plugin
PORTVERSION= 3.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -15,8 +15,8 @@ COMMENT= Generic Monitor Xfce4 panel plu
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
-USES= pathfix gettext
-USE_GNOME= gtk20 intltool intlhack pkgconfig
+USES= pathfix gettext pkgconfig
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu panel
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
Modified: head/sysutils/xfce4-minicmd-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-minicmd-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/sysutils/xfce4-minicmd-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -1,13 +1,10 @@
-# New ports collection makefile for: minicmd plugin for xfce4
-# Date created: 16 August 2003
-# Whom: Dmitry Sivachenko <demon at FreeBSD.org>
-#
+# Created by: Dmitry Sivachenko <demon at FreeBSD.org>
# $FreeBSD$
#
PORTNAME= xfce4-minicmd-plugin
PORTVERSION= 0.4
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= sysutils xfce
MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/
DIST_SUBDIR= xfce4
@@ -17,9 +14,9 @@ COMMENT= Displays a mini-command line on
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USES= gettext
+USES= gettext pkgconfig
USE_GMAKE= yes
-USE_GNOME= gtk20 intltool intlhack pkgconfig
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= libgui configenv panel
.include <bsd.port.mk>
Modified: head/sysutils/xfce4-mount-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-mount-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/sysutils/xfce4-mount-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -1,12 +1,10 @@
-# New ports collection makefile for: xfce4-mount-plugin
-# Date created: 2012-04-17
-# Whom: Olivier Duchateau <duchateau.olivier at gmail.com>
-#
+# Created by: Olivier Duchateau <duchateau.olivier at gmail.com>
# $FreeBSD$
#
PORTNAME= xfce4-mount-plugin
PORTVERSION= 0.6.4
+PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -18,8 +16,8 @@ COMMENT= Mount and umount utility for th
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack intltool intlhack pkgconfig
-USES= gettext
+USE_GNOME= intltool intlhack
+USES= gettext pathfix pkgconfig
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_XFCE= configenv libmenu panel
Modified: head/sysutils/xfce4-netload-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-netload-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/sysutils/xfce4-netload-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,6 +3,7 @@
PORTNAME= xfce4-netload-plugin
PORTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -14,9 +15,9 @@ COMMENT= Network Load plugin for Xfce4
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack intltool intlhack
+USE_GNOME= intltool intlhack
USE_XFCE= configenv libmenu panel
-USES= pkgconfig
+USES= pkgconfig pathfix
INSTALLS_ICONS= yes
OPTIONS_DEFINE= NLS
Modified: head/sysutils/xfce4-power-manager/Makefile
==============================================================================
--- head/sysutils/xfce4-power-manager/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/sysutils/xfce4-power-manager/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -1,12 +1,10 @@
-# New ports collection makefile for: xfce4-power-manager
-# Date created: 2009-06-20
-# Whom: J.R. Oldroyd <fbsd at opal.com>
-#
+# Created by: J.R. Oldroyd <fbsd at opal.com>
# $FreeBSD$
#
PORTNAME= xfce4-power-manager
PORTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R}
@@ -19,9 +17,9 @@ LIB_DEPENDS= notify:${PORTSDIR}/devel/li
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USES= gettext
+USES= gettext pkgconfig
USE_GMAKE= yes
-USE_GNOME= gtk20 intltool intlhack pkgconfig
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libutil libgui panel
INSTALLS_ICONS= yes
CONFIGURE_ARGS= --disable-network-manager \
Modified: head/sysutils/xfce4-systemload-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-systemload-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/sysutils/xfce4-systemload-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -1,12 +1,10 @@
-# New ports collection makefile for: xfce-systemload-plugin
-# Date created: 31 June 2003
-# Whom: Thorsten Greiner <thorsten.greiner at web.de>
-#
+# Created by: Thorsten Greiner <thorsten.greiner at web.de>
# $FreeBSD$
#
PORTNAME= xfce4-systemload-plugin
PORTVERSION= 1.1.1
+PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -20,8 +18,9 @@ LIB_DEPENDS= upower-glib.1:${PORTSDIR}/s
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu libutil panel
+USES= pathfix pkgconfig
OPTIONS_DEFINE= NLS
OPTIONS_DEFAULT= NLS
Modified: head/sysutils/xfce4-wavelan-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-wavelan-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/sysutils/xfce4-wavelan-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -1,13 +1,10 @@
-# New ports collection makefile for: xfce-wavelan-plugin
-# Date created: 22 May 2004
-# Whom: Manuel Rabade Garica <mig at mig-29.net>
-#
+# Created by: Manuel Rabade Garica <mig at mig-29.net>
# $FreeBSD$
# $MCom: ports/sysutils/xfce4-wavelan-plugin/Makefile,v 1.1 2006/10/02 20:43:59 ahze Exp $
PORTNAME= xfce4-wavelan-plugin
PORTVERSION= 0.5.4
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -19,9 +16,9 @@ COMMENT= Displays various information ab
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
-USES= gettext
+USES= gettext pkgconfig
USE_GMAKE= yes
-USE_GNOME= gtk20 intltool intlhack pkgconfig
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libutil libgui panel
post-patch:
Modified: head/textproc/xfce4-dict-plugin/Makefile
==============================================================================
--- head/textproc/xfce4-dict-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/textproc/xfce4-dict-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -1,13 +1,10 @@
-# New ports collection makefile for: dictionary plugin for xfce4
-# Date created: 23. January 2007
-# Whom: Oliver Lehmann (oliver at FreeBSD.org)
-#
+# Created by: Oliver Lehmann (oliver at FreeBSD.org)
# $FreeBSD$
#
PORTNAME= xfce4-dict
PORTVERSION= 0.6.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= textproc xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
@@ -20,9 +17,9 @@ COMMENT= Xfce Plugin for searching for t
USE_BZIP2= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USES= gettext
+USES= gettext pkgconfig
USE_GMAKE= yes
-USE_GNOME= gtk20 intltool intlhack pkgconfig desktopfileutils
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libgui libutil panel
USE_XORG= x11
Modified: head/textproc/xfce4-dict-plugin/pkg-plist
==============================================================================
--- head/textproc/xfce4-dict-plugin/pkg-plist Wed May 8 16:03:20 2013 (r317694)
+++ head/textproc/xfce4-dict-plugin/pkg-plist Wed May 8 16:05:21 2013 (r317695)
@@ -43,5 +43,3 @@ share/xfce4/panel-plugins/xfce4-dict-plu
@dirrmtry share/locale/ast
@dirrmtry libexec/xfce4/panel-plugins
@dirrmtry libexec/xfce4
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
Modified: head/www/xfce4-smartbookmark-plugin/Makefile
==============================================================================
--- head/www/xfce4-smartbookmark-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/www/xfce4-smartbookmark-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -4,6 +4,7 @@
PORTNAME= xfce4-smartbookmark-plugin
PORTVERSION= 0.4.5
+PORTREVISION= 1
CATEGORIES= www xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
Modified: head/x11-clocks/xfce4-datetime-plugin/Makefile
==============================================================================
--- head/x11-clocks/xfce4-datetime-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/x11-clocks/xfce4-datetime-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,6 +3,7 @@
PORTNAME= xfce4-datetime-plugin
PORTVERSION= 0.6.2
+PORTREVISION= 1
CATEGORIES= x11-clocks xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
Modified: head/x11-clocks/xfce4-timer-out-plugin/Makefile
==============================================================================
--- head/x11-clocks/xfce4-timer-out-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/x11-clocks/xfce4-timer-out-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -1,13 +1,10 @@
-# New ports collection makefile for: timer plugin for xfce4
-# Date created: 23 Januar 2007
-# Whom: Martin Wilke (miwi at FreeBSD.org)
-#
+# Created by: Martin Wilke (miwi at FreeBSD.org)
# $FreeBSD$
#
PORTNAME= xfce4-time-out-plugin
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-clocks xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -19,9 +16,9 @@ COMMENT= A timer out plugin for Xfce
USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_ICONS= yes
-USES= gettext
+USES= gettext pkgconfig pathfix
GNU_CONFIGURE= yes
-USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu libutil panel
.include <bsd.port.mk>
Modified: head/x11-clocks/xfce4-timer-plugin/Makefile
==============================================================================
--- head/x11-clocks/xfce4-timer-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/x11-clocks/xfce4-timer-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,6 +3,7 @@
PORTNAME= xfce4-timer-plugin
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= x11-clocks xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
Modified: head/x11-toolkits/libxfce4gui/Makefile
==============================================================================
--- head/x11-toolkits/libxfce4gui/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/x11-toolkits/libxfce4gui/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -1,13 +1,10 @@
-# New ports collection makefile for: libxfce4util
-# Date created: 7 June 2003
-# Whom: James Earl <jdearl at telus.net>
-#
+# Created by: James Earl <jdearl at telus.net>
# $FreeBSD$
#
PORTNAME= libxfce4gui
PORTVERSION= 4.10.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/archive/libxfcegui4/${PORTVERSION:R}
@@ -22,10 +19,11 @@ GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gtk20 intltool intlhack libglade2 pkgconfig
+USE_GNOME= gtk20 intltool intlhack libglade2
USE_LDCONFIG= yes
USE_XFCE= configenv libutil
USE_XORG= sm x11
+USES= pathfix pkgconfig
CONFIGURE_ARGS+=--disable-gtk-doc-html
Modified: head/x11-wm/xfce4-desktop/Makefile
==============================================================================
--- head/x11-wm/xfce4-desktop/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/x11-wm/xfce4-desktop/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,7 +3,7 @@
PORTNAME= xfce4-desktop
PORTVERSION= 4.10.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/xfce/xfdesktop/${PORTVERSION:R}
Modified: head/x11/xfce4-clipman-plugin/Makefile
==============================================================================
--- head/x11/xfce4-clipman-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/x11/xfce4-clipman-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,7 +3,7 @@
PORTNAME= xfce4-clipman-plugin
PORTVERSION= 1.2.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -21,14 +21,14 @@ UNIQUE_DESC= Enable Unique (single insta
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gtk20 intltool intlhack glib20 desktopfileutils
+USE_GNOME= gtk20 intltool intlhack glib20
USE_XFCE= configenv libexo libmenu libutil panel xfconf
USE_XORG= xtst
-USES= pkgconfig gettext
+USES= pkgconfig gettext pathfix
INSTALLS_ICONS= yes
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MUNIQUE}
LIB_DEPENDS+= unique-1:${PORTSDIR}/x11-toolkits/unique
@@ -37,7 +37,4 @@ CONFIGURE_ARGS+= --enable-unique
CONFIGURE_ARGS+= --disable-unique
.endif
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/x11/xfce4-clipman-plugin/pkg-plist
==============================================================================
--- head/x11/xfce4-clipman-plugin/pkg-plist Wed May 8 16:03:20 2013 (r317694)
+++ head/x11/xfce4-clipman-plugin/pkg-plist Wed May 8 16:05:21 2013 (r317695)
@@ -129,5 +129,3 @@ share/xfce4/panel/plugins/xfce4-clipman-
@dirrmtry lib/xfce4/panel
@dirrmtry etc/xdg/xfce4/panel
@dirrmtry etc/xdg/xfce4
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
Modified: head/x11/xfce4-quicklauncher-plugin/Makefile
==============================================================================
--- head/x11/xfce4-quicklauncher-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/x11/xfce4-quicklauncher-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -1,16 +1,13 @@
-# New ports collection makefile for: quicklauncher plugin for xfce4
-# Date created: 29 April 2006
-# Whom: Martin Wilke (miwi at FreeBSD.org)
-#
+# Created by: Martin Wilke (miwi at FreeBSD.org)
# $FreeBSD$
#
PORTNAME= xfce4-quicklauncher-plugin
PORTVERSION= 1.9.4
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
-MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
+MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce at FreeBSD.org
@@ -18,9 +15,9 @@ COMMENT= Quicklauncher plugin for Xfce
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USES= gettext
+USES= gettext pkgconfig
USE_GMAKE= yes
-USE_GNOME= gtk20 intltool intlhack pkgconfig
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libgui panel
.include <bsd.port.mk>
Modified: head/x11/xfce4-screenshooter-plugin/Makefile
==============================================================================
--- head/x11/xfce4-screenshooter-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/x11/xfce4-screenshooter-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,7 +3,7 @@
PORTNAME= xfce4-screenshooter-plugin
PORTVERSION= 1.8.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/apps/xfce4-screenshooter/${PORTVERSION:R}
Modified: head/x11/xfce4-verve-plugin/Makefile
==============================================================================
--- head/x11/xfce4-verve-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/x11/xfce4-verve-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -3,7 +3,7 @@
PORTNAME= verve-plugin
PORTVERSION= 1.0.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/panel-plugins/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R}
Modified: head/x11/xfce4-wmdock-plugin/Makefile
==============================================================================
--- head/x11/xfce4-wmdock-plugin/Makefile Wed May 8 16:03:20 2013 (r317694)
+++ head/x11/xfce4-wmdock-plugin/Makefile Wed May 8 16:05:21 2013 (r317695)
@@ -1,13 +1,10 @@
-# New ports collection makefile for: xfce4-wmdock-plugin
-# Date created: 7 September 2007
-# Whom: Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
#
PORTNAME= xfce4-wmdock-plugin
PORTVERSION= 0.3.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11 xfce
MASTER_SITES= http://www.ibh.de/~ellguth/develop/
@@ -16,10 +13,10 @@ COMMENT= WMdock plugin for Xfce
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USES= gettext
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-ports-head
mailing list