diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-15 05:31:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-15 05:31:15 +0000 |
commit | 9e96cdaaded03bb80b83ab2d12e59edd5cf6e945 (patch) | |
tree | 15f588d730f4f1c5f66d2d75789b54e1320968c3 /devel/dbus | |
parent | Update to 0.3.10. (diff) |
Update to 0.61.
Notes
Notes:
svn path=/head/; revision=157101
Diffstat (limited to 'devel/dbus')
-rw-r--r-- | devel/dbus/Makefile | 4 | ||||
-rw-r--r-- | devel/dbus/distinfo | 6 | ||||
-rw-r--r-- | devel/dbus/files/patch-configure | 18 |
3 files changed, 14 insertions, 14 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index 62babfa32182..a79d85e3a469 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -6,8 +6,8 @@ # PORTNAME= dbus -PORTVERSION= 0.60 -PORTREVISION?= 4 +PORTVERSION= 0.61 +PORTREVISION?= 0 CATEGORIES?= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/ diff --git a/devel/dbus/distinfo b/devel/dbus/distinfo index e4fdce7137ec..9bcc859a33ee 100644 --- a/devel/dbus/distinfo +++ b/devel/dbus/distinfo @@ -1,3 +1,3 @@ -MD5 (dbus-0.60.tar.gz) = da9561b5e579cedddc34f53427e99a93 -SHA256 (dbus-0.60.tar.gz) = 32ff1b1c7388cd2bfd4a23d4b9f460b2265579f1e097f0d4c0261c7e00adf8a8 -SIZE (dbus-0.60.tar.gz) = 1674899 +MD5 (dbus-0.61.tar.gz) = cfd4f26004e4304e0dace4d82894e50b +SHA256 (dbus-0.61.tar.gz) = 45a6b655c0fdfffdabc49857cb19d1ea0c9a8923f76e5c165e01e18ce98da0ec +SIZE (dbus-0.61.tar.gz) = 1735729 diff --git a/devel/dbus/files/patch-configure b/devel/dbus/files/patch-configure index 1384e3e1acd9..11690085bb5e 100644 --- a/devel/dbus/files/patch-configure +++ b/devel/dbus/files/patch-configure @@ -1,14 +1,14 @@ ---- configure.orig Sat Dec 31 13:22:23 2005 -+++ configure Sat Dec 31 13:30:51 2005 -@@ -1053,6 +1053,7 @@ - --enable-python build python bindings - --enable-selinux build with SELinux support - --enable-dnotify build with dnotify support (linux only) -+ --enable-kqueue build with kqueue support (FreeBSD only) +--- configure.orig Mon Feb 27 23:35:09 2006 ++++ configure Mon Feb 27 23:35:39 2006 +@@ -1057,6 +1057,7 @@ Optional Features: + --enable-python build python bindings + --enable-selinux build with SELinux support + --enable-dnotify build with dnotify support (linux only) ++ --enable-kqueue build with kqueue support (FreeBSD only) --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] -@@ -4500,7 +4501,7 @@ +@@ -4533,7 +4534,7 @@ if test "x$GCC" = "xyes"; then case " $CFLAGS " in *[\ \ ]-Wfloat-equal[\ \ ]*) ;; @@ -17,7 +17,7 @@ esac case " $CFLAGS " in -@@ -28240,6 +28241,31 @@ +@@ -27231,6 +27232,31 @@ if test x$have_dnotify = xyes; then cat >>confdefs.h <<\_ACEOF #define DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX 1 |