diff options
author | tnn <tnn@pkgsrc.org> | 2009-11-09 18:55:02 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-11-09 18:55:02 +0000 |
commit | 896a8354dacfcf93d4fbd26b6958210bd7189c24 (patch) | |
tree | 6b7f1524a93df83c1f17bbf764d3ea566121a3fa /x11 | |
parent | 681e3320f873c59ed650f1de50fa23d4c3ba3aa2 (diff) | |
download | pkgsrc-896a8354dacfcf93d4fbd26b6958210bd7189c24.tar.gz |
Update to xhost-1.0.3. Changes:
Use AM_CFLAGS instead of xhost_CFLAGS to avoid automake-1.10 warnings
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Correct make distcheck and sparse warnings.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xhost/Makefile | 5 | ||||
-rw-r--r-- | x11/xhost/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xhost/Makefile b/x11/xhost/Makefile index a3edcbc707a..06b5410b09d 100644 --- a/x11/xhost/Makefile +++ b/x11/xhost/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2008/05/24 21:45:18 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2009/11/09 18:55:02 tnn Exp $ # -DISTNAME= xhost-1.0.2 -PKGREVISION= 1 +DISTNAME= xhost-1.0.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xhost/distinfo b/x11/xhost/distinfo index 18cec7bb201..37637f26125 100644 --- a/x11/xhost/distinfo +++ b/x11/xhost/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2007/08/05 21:25:54 joerg Exp $ +$NetBSD: distinfo,v 1.3 2009/11/09 18:55:02 tnn Exp $ -SHA1 (xhost-1.0.2.tar.bz2) = 307dbce5491c7c22f438d8856cd983004b78b86c -RMD160 (xhost-1.0.2.tar.bz2) = 08863349dc0b359e023fa69944ad54f42c880a99 -Size (xhost-1.0.2.tar.bz2) = 98006 bytes +SHA1 (xhost-1.0.3.tar.bz2) = ebcdccdc908e642e527eebbde6ba8084d90c04f6 +RMD160 (xhost-1.0.3.tar.bz2) = 184c7261b7a439bbf925e1207d79315c87842787 +Size (xhost-1.0.3.tar.bz2) = 104910 bytes |