summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-10-09 01:48:16 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-10-09 01:48:16 +0800
commitc64dd1fe68297c47c9d6d216aeee1a76d08b771f (patch)
tree3df980879475d2df8f6c480a8a45367d605f29c2 /devel
parenta6319ed5b61fd94ee7a0ab3c3f5cff63f3e17168 (diff)
downloadmarcuscom-ports-c64dd1fe68297c47c9d6d216aeee1a76d08b771f.tar
marcuscom-ports-c64dd1fe68297c47c9d6d216aeee1a76d08b771f.tar.gz
marcuscom-ports-c64dd1fe68297c47c9d6d216aeee1a76d08b771f.tar.bz2
marcuscom-ports-c64dd1fe68297c47c9d6d216aeee1a76d08b771f.tar.lz
marcuscom-ports-c64dd1fe68297c47c9d6d216aeee1a76d08b771f.tar.xz
marcuscom-ports-c64dd1fe68297c47c9d6d216aeee1a76d08b771f.tar.zst
marcuscom-ports-c64dd1fe68297c47c9d6d216aeee1a76d08b771f.zip
Update to 1.2.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11671 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/dbus/Makefile2
-rw-r--r--devel/dbus/distinfo6
-rw-r--r--devel/dbus/files/patch-dbus_dbus-sysdeps-unix.c9
-rw-r--r--devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c11
4 files changed, 4 insertions, 24 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile
index 7c0b470c2..135072a9b 100644
--- a/devel/dbus/Makefile
+++ b/devel/dbus/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dbus
-PORTVERSION?= 1.2.3
+PORTVERSION?= 1.2.4
PORTREVISION?= 0
CATEGORIES= devel gnome
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
diff --git a/devel/dbus/distinfo b/devel/dbus/distinfo
index 825df21b6..769f85d58 100644
--- a/devel/dbus/distinfo
+++ b/devel/dbus/distinfo
@@ -1,3 +1,3 @@
-MD5 (dbus-1.2.3.tar.gz) = f71641385768e99361bd298568207cee
-SHA256 (dbus-1.2.3.tar.gz) = 16ffaa4a8758f115cf02c78962b0849ed4d802872420fd460c433a9cd580ed1a
-SIZE (dbus-1.2.3.tar.gz) = 1564475
+MD5 (dbus-1.2.4.tar.gz) = 2e643910a09f44b000a0d76038637999
+SHA256 (dbus-1.2.4.tar.gz) = ab3c24d8028a5792e62e8e3b40a9733b10b21327dc4c578e34b092a1793afbb8
+SIZE (dbus-1.2.4.tar.gz) = 1564370
diff --git a/devel/dbus/files/patch-dbus_dbus-sysdeps-unix.c b/devel/dbus/files/patch-dbus_dbus-sysdeps-unix.c
index 6e7915079..aa623c158 100644
--- a/devel/dbus/files/patch-dbus_dbus-sysdeps-unix.c
+++ b/devel/dbus/files/patch-dbus_dbus-sysdeps-unix.c
@@ -73,12 +73,3 @@
#elif defined(LOCAL_CREDS)
pid_read = DBUS_PID_UNSET;
uid_read = cmsg.cred.sc_uid;
-@@ -1493,7 +1497,7 @@ fill_user_info (DBusUserInfo *info
- /* retrieve maximum needed size for buf */
- buflen = sysconf (_SC_GETPW_R_SIZE_MAX);
-
-- if (buflen <= 0)
-+ if ((long) buflen <= 0)
- buflen = 1024;
-
- result = -1;
diff --git a/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c b/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c
deleted file mode 100644
index 026e4d2c8..000000000
--- a/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- dbus/dbus-sysdeps-util-unix.c.orig 2008-08-10 15:04:41.000000000 -0400
-+++ dbus/dbus-sysdeps-util-unix.c 2008-08-10 15:05:16.000000000 -0400
-@@ -836,7 +836,7 @@ fill_group_info (DBusGroupInfo *info,
- /* retrieve maximum needed size for buf */
- buflen = sysconf (_SC_GETGR_R_SIZE_MAX);
-
-- if (buflen <= 0)
-+ if ((long) buflen <= 0)
- buflen = 1024;
-
- result = -1;