svn commit: r317709 - head/deskutils/xfce4-notifyd
Olivier Duchateau
olivierd at FreeBSD.org
Wed May 8 21:15:18 UTC 2013
Author: olivierd
Date: Wed May 8 21:15:17 2013
New Revision: 317709
URL: http://svnweb.freebsd.org/changeset/ports/317709
Log:
- Update to 0.2.4
- Remove desktopfileutils, no MimeType entry in desktop file
Approved by: ehaupt@ (maintainer)
Modified:
head/deskutils/xfce4-notifyd/Makefile
head/deskutils/xfce4-notifyd/distinfo (contents, props changed)
head/deskutils/xfce4-notifyd/pkg-plist (contents, props changed)
Modified: head/deskutils/xfce4-notifyd/Makefile
==============================================================================
--- head/deskutils/xfce4-notifyd/Makefile Wed May 8 20:31:59 2013 (r317708)
+++ head/deskutils/xfce4-notifyd/Makefile Wed May 8 21:15:17 2013 (r317709)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xfce4-notifyd
-PORTVERSION= 0.2.3
-PORTREVISION= 1
+PORTVERSION= 0.2.4
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
@@ -22,7 +21,7 @@ USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gtk20 intltool intlhack desktopfileutils
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu libutil xfconf
INSTALLS_ICONS= yes
USE_XORG= x11
@@ -46,7 +45,4 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>
Modified: head/deskutils/xfce4-notifyd/distinfo
==============================================================================
--- head/deskutils/xfce4-notifyd/distinfo Wed May 8 20:31:59 2013 (r317708)
+++ head/deskutils/xfce4-notifyd/distinfo Wed May 8 21:15:17 2013 (r317709)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfce4-notifyd-0.2.3.tar.bz2) = dd40f64c9db22b0b971e81e8e74a4ab6afe6d0bb819ab5d0badee89e13faa63b
-SIZE (xfce4/xfce4-notifyd-0.2.3.tar.bz2) = 350143
+SHA256 (xfce4/xfce4-notifyd-0.2.4.tar.bz2) = 8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0
+SIZE (xfce4/xfce4-notifyd-0.2.4.tar.bz2) = 361619
Modified: head/deskutils/xfce4-notifyd/pkg-plist
==============================================================================
--- head/deskutils/xfce4-notifyd/pkg-plist Wed May 8 20:31:59 2013 (r317708)
+++ head/deskutils/xfce4-notifyd/pkg-plist Wed May 8 21:15:17 2013 (r317709)
@@ -65,5 +65,3 @@ share/themes/ZOMG-PONIES!/xfce-notify-4.
%%NLS%%@dirrmtry share/locale/ast
@dirrm lib/xfce4/notifyd
@dirrmtry lib/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
More information about the svn-ports-head
mailing list