Fri Apr 4 12:36:49 2014 UTC ()
Update to 1.0.9:
Alan Coopersmith (1):
      Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions

Dr. Tilmann Bubeck (6):
      * Do not install test_xauth during "make install" as it is
      Fix warning about warn_unused_result triggered by WRITES.
      version bump to 1.0.9
      Fixed missing EXTRA_DIST in tests. Extended README for releasing.
      Second version bump to 1.0.9.
      Third version bump to 1.0.9.


(wiz)
diff -r1.8 -r1.9 pkgsrc/x11/xauth/Makefile
diff -r1.2 -r1.3 pkgsrc/x11/xauth/PLIST
diff -r1.5 -r1.6 pkgsrc/x11/xauth/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/x11/xauth/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xauth/Makefile 2013/10/11 20:36:20 1.8
+++ pkgsrc/x11/xauth/Makefile 2014/04/04 12:36:49 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2013/10/11 20:36:20 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2014/04/04 12:36:49 wiz Exp $
2 2
3DISTNAME= xauth-1.0.8 3DISTNAME= xauth-1.0.9
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
10COMMENT= X authentication utility 10COMMENT= X authentication utility
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14 14
15.include "../../x11/libXext/buildlink3.mk" 15.include "../../x11/libXext/buildlink3.mk"
16.include "../../x11/libXmu/buildlink3.mk" 16.include "../../x11/libXmu/buildlink3.mk"

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

--- pkgsrc/x11/xauth/PLIST 2013/10/11 20:36:20 1.2
+++ pkgsrc/x11/xauth/PLIST 2014/04/04 12:36:49 1.3
@@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
1@comment $NetBSD: PLIST,v 1.2 2013/10/11 20:36:20 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.3 2014/04/04 12:36:49 wiz Exp $
2bin/test_xauth 
3bin/xauth 2bin/xauth
4man/man1/xauth.1 3man/man1/xauth.1

cvs diff -r1.5 -r1.6 pkgsrc/x11/xauth/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xauth/distinfo 2013/10/11 20:36:20 1.5
+++ pkgsrc/x11/xauth/distinfo 2014/04/04 12:36:49 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2013/10/11 20:36:20 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2014/04/04 12:36:49 wiz Exp $
2 2
3SHA1 (xauth-1.0.8.tar.bz2) = 481d42acbfe30f8593be07d70c258b18f8c877db 3SHA1 (xauth-1.0.9.tar.bz2) = 5d1f9f59aea271af8fc098cedef469f7a9337747
4RMD160 (xauth-1.0.8.tar.bz2) = f0bcd17d10d5dd7cec0825298403fecb9d29dff5 4RMD160 (xauth-1.0.9.tar.bz2) = f67ba3729fb9b610beaf286b4962e6b10b6050f9
5Size (xauth-1.0.8.tar.bz2) = 146794 bytes 5Size (xauth-1.0.9.tar.bz2) = 154976 bytes