diff options
author | tnn <tnn@pkgsrc.org> | 2009-11-09 19:19:47 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-11-09 19:19:47 +0000 |
commit | 0544bd7f403e3d9831a8b1f577b1a97b171cce04 (patch) | |
tree | f25b6d65d19378055cd75da3b2e5c744306277a7 /x11/xauth | |
parent | 4a75bc2d7e11f108f05acf0977e68b8520f15752 (diff) | |
download | pkgsrc-0544bd7f403e3d9831a8b1f577b1a97b171cce04.tar.gz |
Update to xauth-1.0.4. Changes:
Add pointers to mailing list, bugzilla, wiki & git repo to README
Man page updates: add "SEE ALSO", update xdm references
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
C89 fix
Change xauth_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Replace rsh by ssh the extract/merge example. Rsh is no more.
Initialize ed.used_stdout at the beginning of do_extract()
Fix format error
Correct make distcheck.
Diffstat (limited to 'x11/xauth')
-rw-r--r-- | x11/xauth/Makefile | 4 | ||||
-rw-r--r-- | x11/xauth/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xauth/Makefile b/x11/xauth/Makefile index fc66813b71e..1b80d4e738e 100644 --- a/x11/xauth/Makefile +++ b/x11/xauth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2008/05/24 21:45:16 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2009/11/09 19:19:47 tnn Exp $ # -DISTNAME= xauth-1.0.3 +DISTNAME= xauth-1.0.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xauth/distinfo b/x11/xauth/distinfo index f29ba627e9f..cb4b6b4a534 100644 --- a/x11/xauth/distinfo +++ b/x11/xauth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/04/16 14:26:26 wiz Exp $ +$NetBSD: distinfo,v 1.3 2009/11/09 19:19:47 tnn Exp $ -SHA1 (xauth-1.0.3.tar.bz2) = 6a034b6e665eabd149bf4f8ee60c12a86b70ecde -RMD160 (xauth-1.0.3.tar.bz2) = be87304d87abacc1d5fb00473807085d64b12e45 -Size (xauth-1.0.3.tar.bz2) = 112331 bytes +SHA1 (xauth-1.0.4.tar.bz2) = 90d32f28bb61ca6d831dcc35429a5ad53be73283 +RMD160 (xauth-1.0.4.tar.bz2) = 4ca09d02f6623715423c70bef41f93c4b4486988 +Size (xauth-1.0.4.tar.bz2) = 119274 bytes |