diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-14 21:59:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-14 21:59:20 +0000 |
commit | 3291c550fd1acd0f585bd6930b323946f947ea23 (patch) | |
tree | e47a53f277e61b26f9100e9b5d35ae2a04407af6 /sysutils/dbus | |
parent | 15a0998711c0a260adaf02399d26770f21a4eaa5 (diff) | |
download | pkgsrc-3291c550fd1acd0f585bd6930b323946f947ea23.tar.gz |
Bump PKGREVISION for O_CLOEXEC patch change and libexecinfo detection.
Diffstat (limited to 'sysutils/dbus')
-rw-r--r-- | sysutils/dbus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index 6af98982a56..a83c895456a 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2014/06/14 21:11:34 cheusov Exp $ +# $NetBSD: Makefile,v 1.71 2014/06/14 21:59:20 wiz Exp $ DISTNAME= dbus-1.8.4 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ |