ports/175802: [PATCH] deskutils/xfce4-notifyd: [SUMMARIZE CHANGES]

nemysis nemysis at gmx.ch
Sun Feb 3 18:10:00 UTC 2013


>Number:         175802
>Category:       ports
>Synopsis:       [PATCH] deskutils/xfce4-notifyd: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 03 18:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10
>Description:
Makefile changed:
+	@-update-desktop-database -q <-- to be quietly

Changed and refined pkg-plist:

Added some missed entries with mine script
freebsd_make_pkg_plist

to be quietly
+ at exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
+ at unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true

Port maintainer (ehaupt at FreeBSD.org) is cc'd.

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:

portlint -A
looks fine.

port test: clean

>Fix:

--- xfce4-notifyd-0.2.2_5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/deskutils/xfce4-notifyd/Makefile ./Makefile
--- /usr/ports/deskutils/xfce4-notifyd/Makefile	2013-01-14 17:54:25.000000000 +0100
+++ ./Makefile	2013-02-03 18:02:54.000000000 +0100
@@ -3,7 +3,7 @@
 
 PORTNAME=	xfce4-notifyd
 PORTVERSION=	0.2.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	deskutils xfce
 MASTER_SITES=	XFCE
 MASTER_SITE_SUBDIR=	src/apps/${PORTNAME}/${PORTVERSION:R}
@@ -49,6 +49,6 @@
 .endif
 
 post-install:
-	@-update-desktop-database
+	@-update-desktop-database -q
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/deskutils/xfce4-notifyd/pkg-plist ./pkg-plist
--- /usr/ports/deskutils/xfce4-notifyd/pkg-plist	2013-01-14 17:54:25.000000000 +0100
+++ ./pkg-plist	2013-02-03 19:00:23.000000000 +0100
@@ -49,6 +49,7 @@
 @dirrmtry share/themes/Smoke
 @dirrm share/themes/Default/xfce-notify-4.0
 @dirrmtry share/themes/Default
+ at dirrmtry share/themes
 %%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/ug
 %%NLS%%@dirrmtry share/locale/si/LC_MESSAGES
@@ -57,7 +58,14 @@
 %%NLS%%@dirrmtry share/locale/kk
 %%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/ast
+ at dirrmtry share/icons/hicolor/48x48/apps
+ at dirrmtry share/icons/hicolor/48x48
+ at dirrmtry share/icons/hicolor
+ at dirrmtry share/icons
+ at dirrmtry share/dbus-1/services
+ at dirrmtry share/dbus-1
+ at dirrmtry share/applications
 @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
+ at exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
+ at unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
--- xfce4-notifyd-0.2.2_5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list