diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-04 12:36:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-04 12:36:49 +0000 |
commit | 0e98b3bdc3801eef522b4980ba984c1ebacf02eb (patch) | |
tree | d319a13789db063e282b49cf3fbcdd8955eaa925 | |
parent | 1917125270be0ca720e344741c98f20e6849bcb3 (diff) | |
download | pkgsrc-0e98b3bdc3801eef522b4980ba984c1ebacf02eb.tar.gz |
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.
-rw-r--r-- | x11/xauth/Makefile | 4 | ||||
-rw-r--r-- | x11/xauth/PLIST | 3 | ||||
-rw-r--r-- | x11/xauth/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/x11/xauth/Makefile b/x11/xauth/Makefile index 274a0b6c670..1ffa725a915 100644 --- a/x11/xauth/Makefile +++ b/x11/xauth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2013/10/11 20:36:20 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/04/04 12:36:49 wiz Exp $ -DISTNAME= xauth-1.0.8 +DISTNAME= xauth-1.0.9 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xauth/PLIST b/x11/xauth/PLIST index a328a8b824c..e3f51d38c0d 100644 --- a/x11/xauth/PLIST +++ b/x11/xauth/PLIST @@ -1,4 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2013/10/11 20:36:20 wiz Exp $ -bin/test_xauth +@comment $NetBSD: PLIST,v 1.3 2014/04/04 12:36:49 wiz Exp $ bin/xauth man/man1/xauth.1 diff --git a/x11/xauth/distinfo b/x11/xauth/distinfo index 2ff57b391d0..e7063af0e49 100644 --- a/x11/xauth/distinfo +++ b/x11/xauth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/10/11 20:36:20 wiz Exp $ +$NetBSD: distinfo,v 1.6 2014/04/04 12:36:49 wiz Exp $ -SHA1 (xauth-1.0.8.tar.bz2) = 481d42acbfe30f8593be07d70c258b18f8c877db -RMD160 (xauth-1.0.8.tar.bz2) = f0bcd17d10d5dd7cec0825298403fecb9d29dff5 -Size (xauth-1.0.8.tar.bz2) = 146794 bytes +SHA1 (xauth-1.0.9.tar.bz2) = 5d1f9f59aea271af8fc098cedef469f7a9337747 +RMD160 (xauth-1.0.9.tar.bz2) = f67ba3729fb9b610beaf286b4962e6b10b6050f9 +Size (xauth-1.0.9.tar.bz2) = 154976 bytes |