pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/mcookie Updated mcookie to 2.29.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb7be4462b4d
branches:  trunk
changeset: 354901:eb7be4462b4d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 14 14:48:46 2016 +0000

description:
Updated mcookie to 2.29.

No changes AFAICT.

diffstat:

 x11/mcookie/Makefile                |   4 ++--
 x11/mcookie/distinfo                |  12 ++++++------
 x11/mcookie/patches/patch-configure |  16 ++++++++--------
 3 files changed, 16 insertions(+), 16 deletions(-)

diffs (71 lines):

diff -r 3e04f0ed0e9f -r eb7be4462b4d x11/mcookie/Makefile
--- a/x11/mcookie/Makefile      Mon Nov 14 14:45:36 2016 +0000
+++ b/x11/mcookie/Makefile      Mon Nov 14 14:48:46 2016 +0000
@@ -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 -r 3e04f0ed0e9f -r eb7be4462b4d x11/mcookie/distinfo
--- a/x11/mcookie/distinfo      Mon Nov 14 14:45:36 2016 +0000
+++ b/x11/mcookie/distinfo      Mon Nov 14 14:48:46 2016 +0000
@@ -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 -r 3e04f0ed0e9f -r eb7be4462b4d x11/mcookie/patches/patch-configure
--- a/x11/mcookie/patches/patch-configure       Mon Nov 14 14:45:36 2016 +0000
+++ b/x11/mcookie/patches/patch-configure       Mon Nov 14 14:48:46 2016 +0000
@@ -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 @@
  
  
  $as_echo "#define HAVE_UUIDD 1" >>confdefs.h
-@@ -29181,7 +29181,7 @@ else
+@@ -29261,7 +29261,7 @@ else
  fi
  
  



Home | Main Index | Thread Index | Old Index