diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-01-17 02:46:59 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-01-17 02:46:59 +0000 |
commit | d9c1bcec2810dbd7b6cd596d79dc3d87f56b516e (patch) | |
tree | 4d50acd600d2bdb4ad88b244b1f5e427b39f0eea /sysutils/dbus/Makefile | |
parent | 5eae87e41cc01023bed4a005172731a7dbb75625 (diff) | |
download | pkgsrc-d9c1bcec2810dbd7b6cd596d79dc3d87f56b516e.tar.gz |
Bump pkgrevision after changing the default for DBUS_USER (to make
the name short enough to be more portable). As near as I can tell,
no other pkgs actually care about what this username is.
Diffstat (limited to 'sysutils/dbus/Makefile')
-rw-r--r-- | sysutils/dbus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index 336ff8f577e..2661bd2de50 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2007/01/10 08:35:57 abs Exp $ +# $NetBSD: Makefile,v 1.23 2007/01/17 02:46:59 dmcmahill Exp $ # DISTNAME= dbus-1.0.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ |