diff options
author | marcus <marcus@FreeBSD.org> | 2006-06-14 13:03:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-06-14 13:03:44 +0800 |
commit | b7bb7782e0dacd4d61c94ec993e76a66028c9fe8 (patch) | |
tree | ac58ef9e2ba5683e892465fe14063010007b2d94 /devel | |
parent | 8491ea8838c29bdad90de3c8ace9dac69d98ce48 (diff) | |
download | freebsd-ports-gnome-b7bb7782e0dacd4d61c94ec993e76a66028c9fe8.tar.gz freebsd-ports-gnome-b7bb7782e0dacd4d61c94ec993e76a66028c9fe8.tar.zst freebsd-ports-gnome-b7bb7782e0dacd4d61c94ec993e76a66028c9fe8.zip |
Update to 0.62.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dbus/Makefile | 4 | ||||
-rw-r--r-- | devel/dbus/distinfo | 6 | ||||
-rw-r--r-- | devel/dbus/files/patch-configure | 12 | ||||
-rw-r--r-- | devel/dbus/pkg-plist | 1 | ||||
-rw-r--r-- | devel/py-dbus/Makefile | 2 |
5 files changed, 13 insertions, 12 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index 9b816b0351f6..af7cb137767b 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -6,8 +6,8 @@ # PORTNAME= dbus -PORTVERSION= 0.61 -PORTREVISION?= 4 +PORTVERSION= 0.62 +PORTREVISION?= 0 CATEGORIES?= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/ diff --git a/devel/dbus/distinfo b/devel/dbus/distinfo index 9bcc859a33ee..363c5a579806 100644 --- a/devel/dbus/distinfo +++ b/devel/dbus/distinfo @@ -1,3 +1,3 @@ -MD5 (dbus-0.61.tar.gz) = cfd4f26004e4304e0dace4d82894e50b -SHA256 (dbus-0.61.tar.gz) = 45a6b655c0fdfffdabc49857cb19d1ea0c9a8923f76e5c165e01e18ce98da0ec -SIZE (dbus-0.61.tar.gz) = 1735729 +MD5 (dbus-0.62.tar.gz) = ba7692f63d0e9f1ef06703dff56cb650 +SHA256 (dbus-0.62.tar.gz) = 884cc2083add655df57acc7bb144c61e9beeabf08ef76fa86929a58d7bc96707 +SIZE (dbus-0.62.tar.gz) = 1737361 diff --git a/devel/dbus/files/patch-configure b/devel/dbus/files/patch-configure index 11690085bb5e..13e08d566774 100644 --- a/devel/dbus/files/patch-configure +++ b/devel/dbus/files/patch-configure @@ -1,14 +1,14 @@ ---- configure.orig Mon Feb 27 23:35:09 2006 -+++ configure Mon Feb 27 23:35:39 2006 +--- configure.orig Wed Jun 14 00:57:48 2006 ++++ configure Wed Jun 14 00:58:20 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-console-owner-file + enable console owner file --enable-shared[=PKGS] - build shared libraries [default=yes] - --enable-static[=PKGS] -@@ -4533,7 +4534,7 @@ if test "x$GCC" = "xyes"; then +@@ -4550,7 +4551,7 @@ if test "x$GCC" = "xyes"; then case " $CFLAGS " in *[\ \ ]-Wfloat-equal[\ \ ]*) ;; @@ -17,7 +17,7 @@ esac case " $CFLAGS " in -@@ -27231,6 +27232,31 @@ if test x$have_dnotify = xyes; then +@@ -28332,6 +28333,31 @@ if test x$have_dnotify = xyes; then cat >>confdefs.h <<\_ACEOF #define DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX 1 diff --git a/devel/dbus/pkg-plist b/devel/dbus/pkg-plist index 98d18e260cda..d63eb075bbf9 100644 --- a/devel/dbus/pkg-plist +++ b/devel/dbus/pkg-plist @@ -24,6 +24,7 @@ include/dbus-%%VERSION%%/dbus/dbus-protocol.h %%QT%%include/dbus-%%VERSION%%/dbus/dbus-qt.h include/dbus-%%VERSION%%/dbus/dbus-server.h include/dbus-%%VERSION%%/dbus/dbus-shared.h +include/dbus-%%VERSION%%/dbus/dbus-signature.h include/dbus-%%VERSION%%/dbus/dbus-threads.h include/dbus-%%VERSION%%/dbus/dbus-types.h include/dbus-%%VERSION%%/dbus/dbus.h diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile index 3051f5887ab9..598860d6467d 100644 --- a/devel/py-dbus/Makefile +++ b/devel/py-dbus/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |