pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dbus Remove broken and incorrect DEINSTALL sc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa4672347f8f
branches:  trunk
changeset: 354572:aa4672347f8f
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Nov 02 19:57:04 2016 +0000

description:
Remove broken and incorrect DEINSTALL script, these directories are
correctly handled by OWN_DIRS.  Bump PKGREVISION.

diffstat:

 sysutils/dbus/DEINSTALL |  20 --------------------
 sysutils/dbus/Makefile  |   3 ++-
 2 files changed, 2 insertions(+), 21 deletions(-)

diffs (36 lines):

diff -r 2ef1e9822748 -r aa4672347f8f sysutils/dbus/DEINSTALL
--- a/sysutils/dbus/DEINSTALL   Wed Nov 02 14:32:33 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: DEINSTALL,v 1.2 2011/10/29 15:17:17 dholland Exp $
-
-# DEINSTALL is used rather than @pkgdir because the automatic directory
-# deletion mechanism makes dbus services remove these directories first,
-# and thus "Directory disappeared" messages will likely appear under @pkgdir
-
-case ${STAGE} in
-POST-DEINSTALL)
-       CYCLE="@PREFIX@/share/dbus-1/system-services \
-              @PREFIX@/share/dbus-1/services \
-              @PREFIX@/libexec/dbus-1"
-       for dbuspath in ${CYCLE}; do
-         if [ -d ${dbuspath} ]; then
-           if [ -n `${LS} -A ${dbuspath}` ]; then
-             ${RMDIR} ${dbuspath}
-           fi
-         fi
-       done
-       ;;
-esac
diff -r 2ef1e9822748 -r aa4672347f8f sysutils/dbus/Makefile
--- a/sysutils/dbus/Makefile    Wed Nov 02 14:32:33 2016 +0000
+++ b/sysutils/dbus/Makefile    Wed Nov 02 19:57:04 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.102 2016/10/10 13:16:44 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2016/11/02 19:57:04 jperkin Exp $
 
 DISTNAME=      dbus-1.10.12
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  http://dbus.freedesktop.org/releases/dbus/
 



Home | Main Index | Thread Index | Old Index