Skip to content

Commit

Permalink
Updated mcookie to 2.29.
Browse files Browse the repository at this point in the history
No changes AFAICT.
  • Loading branch information
wiz committed Nov 14, 2016
1 parent 6ac6b46 commit 1f0912c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions x11/mcookie/Makefile
Original file line number Diff line number Diff line change
@@ -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}/
Expand Down
12 changes: 6 additions & 6 deletions x11/mcookie/distinfo
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 8 additions & 8 deletions x11/mcookie/patches/patch-configure
Original file line number Diff line number Diff line change
@@ -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

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


Expand Down

0 comments on commit 1f0912c

Please # to comment.