diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-05-08 16:05:21 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-05-08 16:05:21 +0000 |
commit | edee314615bd46f5757d9ff74619b24c367f146b (patch) | |
tree | c26ffb804332112a7d1e11a92de398c5b69a2462 | |
parent | e869b98462f3f85b6c2164bc0028a59b4d2af597 (diff) | |
download | ports-edee314615bd46f5757d9ff74619b24c367f146b.tar.gz ports-edee314615bd46f5757d9ff74619b24c367f146b.zip |
Notes
45 files changed, 125 insertions, 180 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index 0d4ce5f8c554..833d4532616e 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -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@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> diff --git a/audio/xfce4-mixer/pkg-plist b/audio/xfce4-mixer/pkg-plist index 5a4065286949..553ee7c56096 100644 --- a/audio/xfce4-mixer/pkg-plist +++ b/audio/xfce4-mixer/pkg-plist @@ -69,5 +69,3 @@ share/xfce4/panel/plugins/mixer.desktop @dirrmtry share/locale/ast @dirrmtry lib/xfce4/panel/plugins @dirrmtry lib/xfce4/panel -@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true diff --git a/audio/xfce4-mpc-plugin/Makefile b/audio/xfce4-mpc-plugin/Makefile index 83d8edc1a5f4..28f651c90cc9 100644 --- a/audio/xfce4-mpc-plugin/Makefile +++ b/audio/xfce4-mpc-plugin/Makefile @@ -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@FreeBSD.org -COMMENT= An MPC plugin for Xfce +COMMENT= MPC plugin for Xfce LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd diff --git a/audio/xfmpc/Makefile b/audio/xfmpc/Makefile index aa2ca4c0bc77..1b1408cb0ba3 100644 --- a/audio/xfmpc/Makefile +++ b/audio/xfmpc/Makefile @@ -1,35 +1,29 @@ -# New ports collection makefile for: xfmpc -# Date created: 21 Jan 2008 -# Whom: Martin Wilke (miwi@FreeBSD.org) -# +# Created by: Martin Wilke (miwi@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@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> diff --git a/audio/xfmpc/pkg-plist b/audio/xfmpc/pkg-plist index 8a5b537b1a45..ee4f3431b218 100644 --- a/audio/xfmpc/pkg-plist +++ b/audio/xfmpc/pkg-plist @@ -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 -@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index f913fb6cae72..7ad2deeb0f83 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -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@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> diff --git a/deskutils/orage/pkg-plist b/deskutils/orage/pkg-plist index 52fe08ab9ad1..c42c68c646b7 100644 --- a/deskutils/orage/pkg-plist +++ b/deskutils/orage/pkg-plist @@ -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 -@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true -@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 diff --git a/deskutils/xfce4-generic-slider/Makefile b/deskutils/xfce4-generic-slider/Makefile index f2e8c61db511..58455aca2891 100644 --- a/deskutils/xfce4-generic-slider/Makefile +++ b/deskutils/xfce4-generic-slider/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-generic-slider PORTVERSION= 0.0.20100827 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= CRITICAL/ diff --git a/deskutils/xfce4-notes-plugin/Makefile b/deskutils/xfce4-notes-plugin/Makefile index cb614d83393e..742c3709e122 100644 --- a/deskutils/xfce4-notes-plugin/Makefile +++ b/deskutils/xfce4-notes-plugin/Makefile @@ -1,29 +1,26 @@ -# New ports collection makefile for: xfce4-notes-plugin -# Date created: 06 October 2003 -# Whom: Thorsten Greiner <thorsten.greiner@web.de> -# +# Created by: Thorsten Greiner <thorsten.greiner@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@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 diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index 0427abff61be..8f1ce8997b48 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -3,7 +3,7 @@ PORTNAME= notification-daemon PORTVERSION= 0.3.7 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= deskutils xfce MASTER_SITES= CRITICAL/ PKGNAMEPREFIX= xfce4- diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index bc72845a0bc8..96f8bd74266d 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -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} diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile index 9684b30d8818..91b574264f01 100644 --- a/deskutils/xfce4-xkb-plugin/Makefile +++ b/deskutils/xfce4-xkb-plugin/Makefile @@ -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/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9 MAINTAINER= xfce@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> diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index 280fe4817e37..8b6f7000ed6d 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -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@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> diff --git a/graphics/ristretto/pkg-plist b/graphics/ristretto/pkg-plist index 0ac068cbcdf1..4a79182ac0e8 100644 --- a/graphics/ristretto/pkg-plist +++ b/graphics/ristretto/pkg-plist @@ -56,5 +56,3 @@ share/locale/zh_TW/LC_MESSAGES/ristretto.mo @dirrmtry share/locale/te @dirrmtry share/locale/ast/LC_MESSAGES @dirrmtry share/locale/ast -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile index 539f192821cf..d75a8855b3cf 100644 --- a/mail/xfce4-mailwatch-plugin/Makefile +++ b/mail/xfce4-mailwatch-plugin/Makefile @@ -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}/security/gnutls \ 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 diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index 76e037d92141..0422e44ad27a 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -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@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 diff --git a/multimedia/xfce4-media/Makefile b/multimedia/xfce4-media/Makefile index 3f40131227ad..aa871bfea84c 100644 --- a/multimedia/xfce4-media/Makefile +++ b/multimedia/xfce4-media/Makefile @@ -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} diff --git a/multimedia/xfce4-parole/Makefile b/multimedia/xfce4-parole/Makefile index 30bef4e5ba20..2a2f2180f095 100644 --- a/multimedia/xfce4-parole/Makefile +++ b/multimedia/xfce4-parole/Makefile @@ -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 diff --git a/multimedia/xfce4-xmms-plugin/Makefile b/multimedia/xfce4-xmms-plugin/Makefile index ac67b5b6eb95..8e119cc1033d 100644 --- a/multimedia/xfce4-xmms-plugin/Makefile +++ b/multimedia/xfce4-xmms-plugin/Makefile @@ -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 xfce4-panel 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 diff --git a/net-im/xfce4-messenger-plugin/Makefile b/net-im/xfce4-messenger-plugin/Makefile index 87a25165713e..601d43e453be 100644 --- a/net-im/xfce4-messenger-plugin/Makefile +++ b/net-im/xfce4-messenger-plugin/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: messenger plugin for xfce4 -# Date created: 29 April 2006 -# Whom: Martin Wilke (freebsd@unixfreunde.de) -# +# Created by: Martin Wilke (freebsd@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@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 diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index f42ecbb84d67..dcc789d8ced7 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -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/a2ps 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 diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index 7edf71243267..583dacd79b23 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -1,12 +1,10 @@ -# New ports collection makefile for: xfce-battery-plugin -# Date created: 31 June 2003 -# Whom: Thorsten Greiner <thorsten.greiner@web.de> -# +# Created by: Thorsten Greiner <thorsten.greiner@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 diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index 7bb681298b46..ce404e9bd7a5 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -1,12 +1,10 @@ -# New ports collection makefile for: xfce4-cpugraph-plugin -# Date created: 2004-06-07 -# Whom: Matt Lancereau <matt@rimasec.net> -# +# Created by: Matt Lancereau <matt@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 CPU load 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 diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile index 74b055fd85aa..589bf4e9dec5 100644 --- a/sysutils/xfce4-fsguard-plugin/Makefile +++ b/sysutils/xfce4-fsguard-plugin/Makefile @@ -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 diff --git a/sysutils/xfce4-genmon-plugin/Makefile b/sysutils/xfce4-genmon-plugin/Makefile index 0d876a36a9a9..e75003f05085 100644 --- a/sysutils/xfce4-genmon-plugin/Makefile +++ b/sysutils/xfce4-genmon-plugin/Makefile @@ -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 plugin 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} diff --git a/sysutils/xfce4-minicmd-plugin/Makefile b/sysutils/xfce4-minicmd-plugin/Makefile index bf7116051064..4bb2cad9eaa1 100644 --- a/sysutils/xfce4-minicmd-plugin/Makefile +++ b/sysutils/xfce4-minicmd-plugin/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: minicmd plugin for xfce4 -# Date created: 16 August 2003 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# +# Created by: Dmitry Sivachenko <demon@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 the xfce4-panel 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> diff --git a/sysutils/xfce4-mount-plugin/Makefile b/sysutils/xfce4-mount-plugin/Makefile index c2b2489fa405..18d93f04ee54 100644 --- a/sysutils/xfce4-mount-plugin/Makefile +++ b/sysutils/xfce4-mount-plugin/Makefile @@ -1,12 +1,10 @@ -# New ports collection makefile for: xfce4-mount-plugin -# Date created: 2012-04-17 -# Whom: Olivier Duchateau <duchateau.olivier@gmail.com> -# +# Created by: Olivier Duchateau <duchateau.olivier@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 the Xfce4 panel 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 diff --git a/sysutils/xfce4-netload-plugin/Makefile b/sysutils/xfce4-netload-plugin/Makefile index fd8cfc4bf368..79ca82431e05 100644 --- a/sysutils/xfce4-netload-plugin/Makefile +++ b/sysutils/xfce4-netload-plugin/Makefile @@ -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 diff --git a/sysutils/xfce4-power-manager/Makefile b/sysutils/xfce4-power-manager/Makefile index a0c4578e19a7..baf17f62729c 100644 --- a/sysutils/xfce4-power-manager/Makefile +++ b/sysutils/xfce4-power-manager/Makefile @@ -1,12 +1,10 @@ -# New ports collection makefile for: xfce4-power-manager -# Date created: 2009-06-20 -# Whom: J.R. Oldroyd <fbsd@opal.com> -# +# Created by: J.R. Oldroyd <fbsd@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/libnotify 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 \ diff --git a/sysutils/xfce4-systemload-plugin/Makefile b/sysutils/xfce4-systemload-plugin/Makefile index 09c367cc6e64..9531d74eecdf 100644 --- a/sysutils/xfce4-systemload-plugin/Makefile +++ b/sysutils/xfce4-systemload-plugin/Makefile @@ -1,12 +1,10 @@ -# New ports collection makefile for: xfce-systemload-plugin -# Date created: 31 June 2003 -# Whom: Thorsten Greiner <thorsten.greiner@web.de> -# +# Created by: Thorsten Greiner <thorsten.greiner@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}/sysutils/upower 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 diff --git a/sysutils/xfce4-wavelan-plugin/Makefile b/sysutils/xfce4-wavelan-plugin/Makefile index 5923ade74427..97c995824c4a 100644 --- a/sysutils/xfce4-wavelan-plugin/Makefile +++ b/sysutils/xfce4-wavelan-plugin/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: xfce-wavelan-plugin -# Date created: 22 May 2004 -# Whom: Manuel Rabade Garica <mig@mig-29.net> -# +# Created by: Manuel Rabade Garica <mig@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 about a WaveLAN device 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: diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile index 81771e1161e1..d80a48bc795f 100644 --- a/textproc/xfce4-dict-plugin/Makefile +++ b/textproc/xfce4-dict-plugin/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: dictionary plugin for xfce4 -# Date created: 23. January 2007 -# Whom: Oliver Lehmann (oliver@FreeBSD.org) -# +# Created by: Oliver Lehmann (oliver@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 the translation or explanation of a word 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 diff --git a/textproc/xfce4-dict-plugin/pkg-plist b/textproc/xfce4-dict-plugin/pkg-plist index 031b4ef7db95..e3820f56703c 100644 --- a/textproc/xfce4-dict-plugin/pkg-plist +++ b/textproc/xfce4-dict-plugin/pkg-plist @@ -43,5 +43,3 @@ share/xfce4/panel-plugins/xfce4-dict-plugin.desktop @dirrmtry share/locale/ast @dirrmtry libexec/xfce4/panel-plugins @dirrmtry libexec/xfce4 -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/www/xfce4-smartbookmark-plugin/Makefile b/www/xfce4-smartbookmark-plugin/Makefile index 03bf05e6abc1..53870a64019f 100644 --- a/www/xfce4-smartbookmark-plugin/Makefile +++ b/www/xfce4-smartbookmark-plugin/Makefile @@ -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} diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile index 4e6bdb924fc6..8f0076f67b86 100644 --- a/x11-clocks/xfce4-datetime-plugin/Makefile +++ b/x11-clocks/xfce4-datetime-plugin/Makefile @@ -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} diff --git a/x11-clocks/xfce4-timer-out-plugin/Makefile b/x11-clocks/xfce4-timer-out-plugin/Makefile index 1c6a3ab6b26c..7e98057baa7d 100644 --- a/x11-clocks/xfce4-timer-out-plugin/Makefile +++ b/x11-clocks/xfce4-timer-out-plugin/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: timer plugin for xfce4 -# Date created: 23 Januar 2007 -# Whom: Martin Wilke (miwi@FreeBSD.org) -# +# Created by: Martin Wilke (miwi@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> diff --git a/x11-clocks/xfce4-timer-plugin/Makefile b/x11-clocks/xfce4-timer-plugin/Makefile index 4ee1fe2dff0a..838314741d9c 100644 --- a/x11-clocks/xfce4-timer-plugin/Makefile +++ b/x11-clocks/xfce4-timer-plugin/Makefile @@ -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} diff --git a/x11-toolkits/libxfce4gui/Makefile b/x11-toolkits/libxfce4gui/Makefile index f18850da5e18..0900df49d276 100644 --- a/x11-toolkits/libxfce4gui/Makefile +++ b/x11-toolkits/libxfce4gui/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: libxfce4util -# Date created: 7 June 2003 -# Whom: James Earl <jdearl@telus.net> -# +# Created by: James Earl <jdearl@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 diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 30e130c26043..0a2349ea6e4a 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -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} diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 850a4ad22ec1..8773235964ae 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -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 instance) support 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> diff --git a/x11/xfce4-clipman-plugin/pkg-plist b/x11/xfce4-clipman-plugin/pkg-plist index 6d2615c090db..16bcf17af090 100644 --- a/x11/xfce4-clipman-plugin/pkg-plist +++ b/x11/xfce4-clipman-plugin/pkg-plist @@ -129,5 +129,3 @@ share/xfce4/panel/plugins/xfce4-clipman-plugin.desktop @dirrmtry lib/xfce4/panel @dirrmtry etc/xdg/xfce4/panel @dirrmtry etc/xdg/xfce4 -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/x11/xfce4-quicklauncher-plugin/Makefile b/x11/xfce4-quicklauncher-plugin/Makefile index 216f3f91033f..2b517f2a2628 100644 --- a/x11/xfce4-quicklauncher-plugin/Makefile +++ b/x11/xfce4-quicklauncher-plugin/Makefile @@ -1,16 +1,13 @@ -# New ports collection makefile for: quicklauncher plugin for xfce4 -# Date created: 29 April 2006 -# Whom: Martin Wilke (miwi@FreeBSD.org) -# +# Created by: Martin Wilke (miwi@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@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> diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile index 85f2c8d570b0..6760ecbd63ab 100644 --- a/x11/xfce4-screenshooter-plugin/Makefile +++ b/x11/xfce4-screenshooter-plugin/Makefile @@ -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} diff --git a/x11/xfce4-verve-plugin/Makefile b/x11/xfce4-verve-plugin/Makefile index f61194d9b24a..abce467dbb0d 100644 --- a/x11/xfce4-verve-plugin/Makefile +++ b/x11/xfce4-verve-plugin/Makefile @@ -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} diff --git a/x11/xfce4-wmdock-plugin/Makefile b/x11/xfce4-wmdock-plugin/Makefile index a57a0d595553..995637b5f437 100644 --- a/x11/xfce4-wmdock-plugin/Makefile +++ b/x11/xfce4-wmdock-plugin/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: xfce4-wmdock-plugin -# Date created: 7 September 2007 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@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 +USES= gettext pkgconfig INSTALLS_ICONS= yes USE_GMAKE= yes -USE_GNOME= gtk20 intltool intlhack pkgconfig libwnck +USE_GNOME= gtk20 intltool intlhack libwnck USE_XFCE= configenv libgui panel INSTALLS_ICONS= yes |