Index: head/audio/xfmpc/Makefile =================================================================== --- head/audio/xfmpc/Makefile (revision 284538) +++ head/audio/xfmpc/Makefile (revision 284539) @@ -1,31 +1,34 @@ # New ports collection makefile for: xfmpc # Date created: 21 Jan 2008 # Whom: Martin Wilke (miwi@FreeBSD.org) # # $FreeBSD$ # PORTNAME= xfmpc -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 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 LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd MAKE_JOBS_SAFE= yes USE_BZIP2= yes USE_GMAKE= yes INSTALLS_ICONS= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -USE_GNOME= gtk20 intltool intlhack pkgconfig -USE_XFCE= configenv libgui libutil panel +USE_GNOME= gtk20 intltool intlhack pkgconfig desktopfileutils +USE_XFCE= configenv libmenu libutil MAN1= xfmpc.1 + +post-install: + @-update-desktop-database .include Property changes on: head/audio/xfmpc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/audio/xfmpc/distinfo =================================================================== --- head/audio/xfmpc/distinfo (revision 284538) +++ head/audio/xfmpc/distinfo (revision 284539) @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfmpc-0.2.1.tar.bz2) = 641dfc4892fba5152fb71f2c2fc5aa456ca01dd45226e3f918dbe179e9601928 -SIZE (xfce4/xfmpc-0.2.1.tar.bz2) = 362868 +SHA256 (xfce4/xfmpc-0.2.2.tar.bz2) = ed0cc2940bd5928bb30fab1531c22185a97bd0cc5beacd9e3be4d4cd994a6862 +SIZE (xfce4/xfmpc-0.2.2.tar.bz2) = 404906 Property changes on: head/audio/xfmpc/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/audio/xfmpc/pkg-plist =================================================================== --- head/audio/xfmpc/pkg-plist (revision 284538) +++ head/audio/xfmpc/pkg-plist (revision 284539) @@ -1,45 +1,47 @@ bin/xfmpc share/applications/xfmpc.desktop share/locale/ar/LC_MESSAGES/xfmpc.mo share/locale/ast/LC_MESSAGES/xfmpc.mo share/locale/ca/LC_MESSAGES/xfmpc.mo share/locale/cs/LC_MESSAGES/xfmpc.mo share/locale/da/LC_MESSAGES/xfmpc.mo share/locale/de/LC_MESSAGES/xfmpc.mo share/locale/el/LC_MESSAGES/xfmpc.mo share/locale/en_GB/LC_MESSAGES/xfmpc.mo share/locale/es/LC_MESSAGES/xfmpc.mo share/locale/eu/LC_MESSAGES/xfmpc.mo share/locale/fi/LC_MESSAGES/xfmpc.mo share/locale/fr/LC_MESSAGES/xfmpc.mo share/locale/gl/LC_MESSAGES/xfmpc.mo share/locale/hr/LC_MESSAGES/xfmpc.mo share/locale/hu/LC_MESSAGES/xfmpc.mo share/locale/id/LC_MESSAGES/xfmpc.mo share/locale/it/LC_MESSAGES/xfmpc.mo share/locale/ja/LC_MESSAGES/xfmpc.mo share/locale/nl/LC_MESSAGES/xfmpc.mo share/locale/pt/LC_MESSAGES/xfmpc.mo share/locale/pt_BR/LC_MESSAGES/xfmpc.mo share/locale/ru/LC_MESSAGES/xfmpc.mo share/locale/si/LC_MESSAGES/xfmpc.mo share/locale/sk/LC_MESSAGES/xfmpc.mo share/locale/sl/LC_MESSAGES/xfmpc.mo share/locale/sv/LC_MESSAGES/xfmpc.mo share/locale/tr/LC_MESSAGES/xfmpc.mo share/locale/ug/LC_MESSAGES/xfmpc.mo share/locale/uk/LC_MESSAGES/xfmpc.mo share/locale/ur/LC_MESSAGES/xfmpc.mo share/locale/ur_PK/LC_MESSAGES/xfmpc.mo share/locale/zh_CN/LC_MESSAGES/xfmpc.mo +share/locale/zh_TW/LC_MESSAGES/xfmpc.mo @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/ug/LC_MESSAGES @dirrmtry share/locale/ug @dirrmtry share/locale/si/LC_MESSAGES @dirrmtry share/locale/si @dirrmtry share/locale/ast/LC_MESSAGES @dirrmtry share/locale/ast -@dirrmtry share/applications +@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true Property changes on: head/audio/xfmpc/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property