Index: multimedia/xfce4-xmms-plugin/Makefile =================================================================== RCS file: /usr/local/cvsroot/ports/multimedia/xfce4-xmms-plugin/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- multimedia/xfce4-xmms-plugin/Makefile 22 Jan 2007 16:45:07 -0000 1.11 +++ multimedia/xfce4-xmms-plugin/Makefile 23 Jan 2007 15:45:05 -0000 @@ -6,7 +6,7 @@ # PORTNAME= xfce4-xmms-plugin -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.1 CATEGORIES= multimedia audio xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 @@ -22,17 +22,23 @@ USE_XFCE= configenv libgui libutil panel USE_XLIB= yes -OPTIONS= BEEP "Use Beep media player instead of xmms" off +OPTIONS= XMMS "Enable xmms support" on \ + BEEP "Enable beep-media-player support" off \ + AUDACIOUS "Enable audacious support" off .include .include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" .if defined(WITH_BEEP) -LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player -CONFIGURE_ARGS+=--with-player=beep -.else -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms -CONFIGURE_ARGS+=--with-player=xmms +RUN_DEPENDS+= beep-media-player:${PORTSDIR}/multimedia/beep-media-player +.endif + +.if defined(WITH_XMMS) +RUN_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms +.endif + +.if defined(WITH_AUDACIOUS) +RUN_DEPENDS+= audacious:${PORTSDIR}/multimedia/audacious .endif post-patch: Index: multimedia/xfce4-xmms-plugin/distinfo =================================================================== RCS file: /usr/local/cvsroot/ports/multimedia/xfce4-xmms-plugin/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- multimedia/xfce4-xmms-plugin/distinfo 22 Jan 2007 16:45:07 -0000 1.4 +++ multimedia/xfce4-xmms-plugin/distinfo 23 Jan 2007 15:45:05 -0000 @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-xmms-plugin-0.4.2.tar.bz2) = d621fa744d534c17590848dc34884824 -SHA256 (xfce4/xfce4-xmms-plugin-0.4.2.tar.bz2) = e851f0e24e17ac12a7865952fce7caa788d4b5bf116c6b1a57bafccd0b329efa -SIZE (xfce4/xfce4-xmms-plugin-0.4.2.tar.bz2) = 361752 +MD5 (xfce4/xfce4-xmms-plugin-0.5.1.tar.bz2) = e2e48ba8f2de32e4fd7ab09083458e3f +SHA256 (xfce4/xfce4-xmms-plugin-0.5.1.tar.bz2) = ae3028d62dcf2f52bd3d9c9c6932b3b3fe91094a56390605f525bc8f02f009e9 +SIZE (xfce4/xfce4-xmms-plugin-0.5.1.tar.bz2) = 314121 Index: multimedia/xfce4-xmms-plugin/pkg-plist =================================================================== RCS file: /usr/local/cvsroot/ports/multimedia/xfce4-xmms-plugin/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- multimedia/xfce4-xmms-plugin/pkg-plist 22 Jan 2007 16:45:07 -0000 1.7 +++ multimedia/xfce4-xmms-plugin/pkg-plist 23 Jan 2007 15:45:05 -0000 @@ -1,21 +1,23 @@ libexec/xfce4/panel-plugins/xfce4-xmms-plugin +share/locale/ca/LC_MESSAGES/xfce4-xmms-plugin.mo share/locale/cs/LC_MESSAGES/xfce4-xmms-plugin.mo share/locale/de/LC_MESSAGES/xfce4-xmms-plugin.mo share/locale/eu/LC_MESSAGES/xfce4-xmms-plugin.mo share/locale/fr/LC_MESSAGES/xfce4-xmms-plugin.mo share/locale/hu/LC_MESSAGES/xfce4-xmms-plugin.mo share/locale/ja/LC_MESSAGES/xfce4-xmms-plugin.mo +share/locale/ko/LC_MESSAGES/xfce4-xmms-plugin.mo share/locale/lt/LC_MESSAGES/xfce4-xmms-plugin.mo +share/locale/pl/LC_MESSAGES/xfce4-xmms-plugin.mo share/locale/tr/LC_MESSAGES/xfce4-xmms-plugin.mo share/locale/vi/LC_MESSAGES/xfce4-xmms-plugin.mo -share/locale/ko/LC_MESSAGES/xfce4-xmms-plugin.mo -share/locale/pl/LC_MESSAGES/xfce4-xmms-plugin.mo share/xfce4/panel-plugins/xfce4-xmms-plugin.desktop -share/xfce4/xfce4-xmms-plugin/xmms-plugin-prev.png -share/xfce4/xfce4-xmms-plugin/xmms-plugin-play.png +share/xfce4/xfce4-xmms-plugin/xmms-plugin-menu.png +share/xfce4/xfce4-xmms-plugin/xmms-plugin-next.png share/xfce4/xfce4-xmms-plugin/xmms-plugin-pause.png +share/xfce4/xfce4-xmms-plugin/xmms-plugin-play.png +share/xfce4/xfce4-xmms-plugin/xmms-plugin-prev.png share/xfce4/xfce4-xmms-plugin/xmms-plugin-stop.png -share/xfce4/xfce4-xmms-plugin/xmms-plugin-next.png @dirrm share/xfce4/xfce4-xmms-plugin @dirrmtry share/xfce4/panel-plugins @dirrmtry share/xfce4 Index: sysutils/xfce4-fsguard-plugin/Makefile =================================================================== RCS file: /usr/local/cvsroot/ports/sysutils/xfce4-fsguard-plugin/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- sysutils/xfce4-fsguard-plugin/Makefile 22 Jan 2007 16:45:08 -0000 1.19 +++ sysutils/xfce4-fsguard-plugin/Makefile 23 Jan 2007 15:45:05 -0000 @@ -7,20 +7,16 @@ PORTNAME= xfce4-fsguard-plugin PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= sysutils xfce -MASTER_SITES= http://download.berlios.de/xfce-goodies/ \ - http://ftp.lug.udel.edu/pub/NetBSD/packages/distfiles/ \ - http://ftp.citkit.ru/pub/NetBSD/packages/distfiles/ \ - ${MASTER_SITES_NETBSD} +MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 -PATCH_SITES= http://people.freebsd.org/~oliver/xfce/ -PATCHFILES= gcc295-xfce4-fsguard-plugin.patch MAINTAINER= jfb@minet.net COMMENT= XFce4 panel plugin to check a mountpoint for free disk space GNU_CONFIGURE= yes -INSTALLS_ICONS= yes +USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig Index: sysutils/xfce4-fsguard-plugin/distinfo =================================================================== RCS file: /usr/local/cvsroot/ports/sysutils/xfce4-fsguard-plugin/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- sysutils/xfce4-fsguard-plugin/distinfo 22 Jan 2007 16:45:08 -0000 1.6 +++ sysutils/xfce4-fsguard-plugin/distinfo 23 Jan 2007 15:45:05 -0000 @@ -1,6 +1,6 @@ -MD5 (xfce4/xfce4-fsguard-plugin-0.3.0.tar.gz) = 59a73ec4cdcfcc46aa6900ce15cfe725 -SHA256 (xfce4/xfce4-fsguard-plugin-0.3.0.tar.gz) = c11bb58e89a8f55fdb7557300a43233abd6131cc5cc9b3402fbc398e21300201 -SIZE (xfce4/xfce4-fsguard-plugin-0.3.0.tar.gz) = 158953 +MD5 (xfce4/xfce4-fsguard-plugin-0.3.0.tar.bz2) = 27770ad4c4b737bfb0f3fb2457b33729 +SHA256 (xfce4/xfce4-fsguard-plugin-0.3.0.tar.bz2) = 3d774ea45202afbc8f879d7f2fe9373168bcb53134855b16783b49fa5d71062e +SIZE (xfce4/xfce4-fsguard-plugin-0.3.0.tar.bz2) = 113601 MD5 (xfce4/gcc295-xfce4-fsguard-plugin.patch) = 5e4c5b1cc472a2e68297b6f1de61d165 SHA256 (xfce4/gcc295-xfce4-fsguard-plugin.patch) = 670c5f72b21cc75316b0bda981767a24a291e6246c7b9ac88a03c774d1915f43 SIZE (xfce4/gcc295-xfce4-fsguard-plugin.patch) = 491 Index: sysutils/xfce4-fsguard-plugin/pkg-plist =================================================================== RCS file: /usr/local/cvsroot/ports/sysutils/xfce4-fsguard-plugin/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- sysutils/xfce4-fsguard-plugin/pkg-plist 22 Jan 2007 16:45:08 -0000 1.5 +++ sysutils/xfce4-fsguard-plugin/pkg-plist 23 Jan 2007 15:45:05 -0000 @@ -1,9 +1,6 @@ @comment $FreeBSD: ports/sysutils/xfce4-fsguard-plugin/pkg-plist,v 1.5 2007/01/22 16:45:08 oliver Exp $ libexec/xfce4/panel-plugins/xfce4-fsguard-plugin -share/icons/hicolor/48x48/apps/xfce-fsguard.png share/locale/de/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/fr/LC_MESSAGES/xfce4-fsguard-plugin.mo -share/locale/hu/LC_MESSAGES/xfce4-fsguard-plugin.mo share/locale/lt/LC_MESSAGES/xfce4-fsguard-plugin.mo share/locale/ko/LC_MESSAGES/xfce4-fsguard-plugin.mo share/locale/pl/LC_MESSAGES/xfce4-fsguard-plugin.mo