pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/dbus When removing a loop, remove both the be...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/342f26199056
branches:  trunk
changeset: 548206:342f26199056
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Oct 11 19:58:24 2008 +0000

description:
When removing a loop, remove both the beginning _and_ the end.
Bump PKGREVISION.  Noted by Cem Kayali in pkgsrc-users@

diffstat:

 sysutils/dbus/Makefile      |  4 ++--
 sysutils/dbus/files/dbus.sh |  3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r fd9db0a936ab -r 342f26199056 sysutils/dbus/Makefile
--- a/sysutils/dbus/Makefile    Sat Oct 11 19:36:11 2008 +0000
+++ b/sysutils/dbus/Makefile    Sat Oct 11 19:58:24 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2008/09/24 11:37:31 taca Exp $
+# $NetBSD: Makefile,v 1.33 2008/10/11 19:58:24 markd Exp $
 #
 
 DISTNAME=      dbus-1.2.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    sysutils
 MASTER_SITES=  http://dbus.freedesktop.org/releases/dbus/
 
diff -r fd9db0a936ab -r 342f26199056 sysutils/dbus/files/dbus.sh
--- a/sysutils/dbus/files/dbus.sh       Sat Oct 11 19:36:11 2008 +0000
+++ b/sysutils/dbus/files/dbus.sh       Sat Oct 11 19:58:24 2008 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: dbus.sh,v 1.8 2008/09/24 11:37:31 taca Exp $
+# $NetBSD: dbus.sh,v 1.9 2008/10/11 19:58:24 markd Exp $
 #
 # PROVIDE: dbus
 # REQUIRE: DAEMON
@@ -22,7 +22,6 @@
                @CHMOD@ 0755 $dir
                @CHOWN@ @DBUS_USER@:@DBUS_GROUP@ $dir
        fi
-       done
        @PREFIX@/bin/dbus-uuidgen --ensure
 }
 



Home | Main Index | Thread Index | Old Index