summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2016-11-14 14:48:46 +0000
committerwiz <wiz>2016-11-14 14:48:46 +0000
commit12c90b97d6ff9c0b475d2be4ffc0deab9948fede (patch)
tree7361b26073b1afb396e861cf6197d7c94ec15402 /x11
parente8c18514d755edf388a7b19f1812effdb2b24326 (diff)
downloadpkgsrc-12c90b97d6ff9c0b475d2be4ffc0deab9948fede.tar.gz
Updated mcookie to 2.29.
No changes AFAICT.
Diffstat (limited to 'x11')
-rw-r--r--x11/mcookie/Makefile4
-rw-r--r--x11/mcookie/distinfo12
-rw-r--r--x11/mcookie/patches/patch-configure16
3 files changed, 16 insertions, 16 deletions
diff --git a/x11/mcookie/Makefile b/x11/mcookie/Makefile
index 4c1a1c94683..3a95fdddb65 100644
--- a/x11/mcookie/Makefile
+++ b/x11/mcookie/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/10/19 19:28:36 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/11/14 14:48:46 wiz Exp $
-DISTNAME= util-linux-2.28.2
+DISTNAME= util-linux-2.29
PKGNAME= ${DISTNAME:S/util-linux/mcookie/}
CATEGORIES= sysutils
MASTER_SITES= https://www.kernel.org/pub/linux/utils/util-linux/v${PKGVERSION_NOREV}/
diff --git a/x11/mcookie/distinfo b/x11/mcookie/distinfo
index 97496135466..c581ff8c8f8 100644
--- a/x11/mcookie/distinfo
+++ b/x11/mcookie/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.2 2016/10/19 19:28:36 wiz Exp $
+$NetBSD: distinfo,v 1.3 2016/11/14 14:48:46 wiz Exp $
-SHA1 (util-linux-2.28.2.tar.xz) = 76053b05a6c8bf3f6fcbef8679cfaa01135bf67f
-RMD160 (util-linux-2.28.2.tar.xz) = fd01f53ed01326bbf2edbf380e7838879662e4b9
-SHA512 (util-linux-2.28.2.tar.xz) = ac1c2d4c92bbc4eabed464cb0334c1d9b21e58df0f07f0b26e7adcfa188879de8632d195b65a4358c5e11e14ac6e09a1c6206265bbf1fab4ce122414bee7e940
-Size (util-linux-2.28.2.tar.xz) = 4149700 bytes
-SHA1 (patch-configure) = a44efb8d2b4db4b1878551d60a1876a2e35633a8
+SHA1 (util-linux-2.29.tar.xz) = ed267cb80af92d327c53a45360addf1a19a1a0b6
+RMD160 (util-linux-2.29.tar.xz) = 19596ea48943f8ac0433e56104d93473579b9697
+SHA512 (util-linux-2.29.tar.xz) = ec6d5b2ef49069341dbb805ccdaca7a2e4d6aaa4d06f34c1de24e538ed971bd83749b6c5a6ce75d72d86817edb6b4eb3396579d18cdb523eb02b92427f41d7f3
+Size (util-linux-2.29.tar.xz) = 4249020 bytes
+SHA1 (patch-configure) = 1e6e797b8a0c19f3a55c65a8a51a9fd08a35fead
SHA1 (patch-include_setproctitle.h) = deb06015ca459886f82e22eaf6596ff79799b02a
SHA1 (patch-include_ttyutils.h) = 304b7e09b601685c35c6033a95622e50979586ea
SHA1 (patch-lib_ismounted.c) = f880372aca259fdba0b30ecf38e5d9bb79e6c5d8
diff --git a/x11/mcookie/patches/patch-configure b/x11/mcookie/patches/patch-configure
index 5875ac68b93..d05ef40a4fc 100644
--- a/x11/mcookie/patches/patch-configure
+++ b/x11/mcookie/patches/patch-configure
@@ -1,19 +1,19 @@
-$NetBSD: patch-configure,v 1.2 2016/10/19 19:28:36 wiz Exp $
+$NetBSD: patch-configure,v 1.3 2016/11/14 14:48:46 wiz Exp $
Fix unportable test(1) operator.
---- configure.orig 2016-09-07 11:36:20.036305071 +0000
+--- configure.orig 2016-11-08 10:37:19.061772080 +0000
+++ configure
-@@ -21297,7 +21297,7 @@ else
+@@ -21196,7 +21196,7 @@ else
fi
--if test "x$enable_libmount_force_mountinfo" == xyes; then :
-+if test "x$enable_libmount_force_mountinfo" = xyes; then :
+-if test "x$enable_libmount_support_mtab" == xyes; then :
++if test "x$enable_libmount_support_mtab" = xyes; then :
- $as_echo "#define USE_LIBMOUNT_FORCE_MOUNTINFO 1" >>confdefs.h
-@@ -22193,7 +22193,7 @@ $as_echo "$as_me: WARNING: sys/signalfd.
+ $as_echo "#define USE_LIBMOUNT_SUPPORT_MTAB 1" >>confdefs.h
+@@ -22096,7 +22096,7 @@ $as_echo "$as_me: WARNING: sys/signalfd.
esac
fi
@@ -22,7 +22,7 @@ Fix unportable test(1) operator.
$as_echo "#define HAVE_UUIDD 1" >>confdefs.h
-@@ -29181,7 +29181,7 @@ else
+@@ -29261,7 +29261,7 @@ else
fi