1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Update to 0.61.

This commit is contained in:
Joe Marcus Clarke 2006-03-15 05:31:15 +00:00
parent 23e4570a5c
commit 9e96cdaade
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157101
4 changed files with 15 additions and 15 deletions

View File

@ -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/

View File

@ -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

View File

@ -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

View File

@ -5,7 +5,7 @@
# $FreeBSD$
#
PORTREVISION= 4
PORTREVISION= 0
CATEGORIES= devel gnome python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}