diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-05 22:08:29 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-05 22:08:29 +0000 |
commit | 15fd3031a8a31017774716e992ac24d3e4ceeb51 (patch) | |
tree | b0ab2538277444831a853cf5b74332a4ef7d3196 /sysutils | |
parent | 144f5e1d044d8123e26ef2ffae1d4b87c4fc7ebb (diff) | |
download | pkgsrc-15fd3031a8a31017774716e992ac24d3e4ceeb51.tar.gz |
Actually, better bump PKGREVISION since I know at least two pkgsrc/HPUX
users that will benefit from the vsnprintf fix.
Diffstat (limited to 'sysutils')
-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 fb07ee76171..9c53e665d32 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2007/07/04 20:55:00 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2008/02/05 22:08:29 tnn Exp $ # DISTNAME= dbus-1.0.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ |