Thu Feb 21 09:37:02 2019 UTC ()
xfsinfo: update to 1.0.6.

This release fixes a bug in 64-bit builds which caused the maximum
request size to be incorrectly calculated.

Alan Coopersmith (4):
      Correctly report maximum request size when sizeof(long) != 4
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      xfsinfo 1.0.6

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish


(wiz)
diff -r1.4 -r1.5 pkgsrc/x11/xfsinfo/Makefile
diff -r1.2 -r1.3 pkgsrc/x11/xfsinfo/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/x11/xfsinfo/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xfsinfo/Makefile 2018/03/07 11:57:46 1.4
+++ pkgsrc/x11/xfsinfo/Makefile 2019/02/21 09:37:02 1.5
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2018/03/07 11:57:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2019/02/21 09:37:02 wiz Exp $
2 2
3DISTNAME= xfsinfo-1.0.5 3DISTNAME= xfsinfo-1.0.6
4PKGREVISION= 1 
5CATEGORIES= fonts x11 4CATEGORIES= fonts x11
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= Utility for displaying information about an X font server 10COMMENT= Utility for displaying information about an X font server
12LICENSE= x11 # AND others 11LICENSE= x11 # AND others
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
16 15
17.include "../../x11/libFS/buildlink3.mk" 16.include "../../x11/libFS/buildlink3.mk"

cvs diff -r1.2 -r1.3 pkgsrc/x11/xfsinfo/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xfsinfo/distinfo 2015/11/04 03:29:06 1.2
+++ pkgsrc/x11/xfsinfo/distinfo 2019/02/21 09:37:02 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2015/11/04 03:29:06 agc Exp $ 1$NetBSD: distinfo,v 1.3 2019/02/21 09:37:02 wiz Exp $
2 2
3SHA1 (xfsinfo-1.0.5.tar.bz2) = 7513e16ba5c8fef31aeaff4a42bf131859e75ee0 3SHA1 (xfsinfo-1.0.6.tar.bz2) = cbfe7470179f1ab5eecf992226dc1b28902c6b4c
4RMD160 (xfsinfo-1.0.5.tar.bz2) = 19abd94f21c52aaf3abf99bf5e18223b1684f965 4RMD160 (xfsinfo-1.0.6.tar.bz2) = 2de4e80d858d42c7c3893244613d536b3e96c729
5SHA512 (xfsinfo-1.0.5.tar.bz2) = 49fcbe91ac121022ccecd4a2f0e55a9a5cce7ba12b713be78b3b7f2847e622631bca6f6647256a956910fda591a87b524b966d5c849b8b2526d6f1a1960fe57f 5SHA512 (xfsinfo-1.0.6.tar.bz2) = 901fc3817d7c95f2ba75ed0c51de91abd8efa67bbb93ad6b7d66e56a2f721af9db364e92f9ef2e719835fd48e934a5ea7402e5565c0ccd9b6b82633e869dc57b
6Size (xfsinfo-1.0.5.tar.bz2) = 122941 bytes 6Size (xfsinfo-1.0.6.tar.bz2) = 124948 bytes