diff options
author | tnn <tnn@pkgsrc.org> | 2009-11-09 18:25:38 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-11-09 18:25:38 +0000 |
commit | fbbd736476e83c12ebef0dccfa0784e078b72876 (patch) | |
tree | 516d96e37c784d0cd45a14cbb03e87cd38382225 /x11/xrdb | |
parent | bcca4ae667213ea6b72eeed74c423b4855db5632 (diff) | |
download | pkgsrc-fbbd736476e83c12ebef0dccfa0784e078b72876.tar.gz |
Update to xrdb-1.0.6. Changes:
Allow specifying multiple paths to --with-cpp and running if none is found
Add README with pointers to mailing lists, bugzilla, & git
Fill in COPYING file with notices from xrdb.c & xrdb.man
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Correct make distcheck and sparse warnings.
Avoid divide by zero crash if DDX mistakenly returns screen size of 0mm.
Diffstat (limited to 'x11/xrdb')
-rw-r--r-- | x11/xrdb/Makefile | 4 | ||||
-rw-r--r-- | x11/xrdb/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xrdb/Makefile b/x11/xrdb/Makefile index edd34af174c..dc1d446af6a 100644 --- a/x11/xrdb/Makefile +++ b/x11/xrdb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2008/08/09 20:07:34 bjs Exp $ +# $NetBSD: Makefile,v 1.6 2009/11/09 18:25:38 tnn Exp $ # -DISTNAME= xrdb-1.0.5 +DISTNAME= xrdb-1.0.6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xrdb/distinfo b/x11/xrdb/distinfo index 6095dc319b3..7459bfa0519 100644 --- a/x11/xrdb/distinfo +++ b/x11/xrdb/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2008/08/09 20:07:34 bjs Exp $ +$NetBSD: distinfo,v 1.5 2009/11/09 18:25:38 tnn Exp $ -SHA1 (xrdb-1.0.5.tar.bz2) = 31251ce7a835aa5c0a4860ee735c7facb99ef958 -RMD160 (xrdb-1.0.5.tar.bz2) = 834424afa17cbaa56b71a1dfa627f12dc5e251d6 -Size (xrdb-1.0.5.tar.bz2) = 101484 bytes +SHA1 (xrdb-1.0.6.tar.bz2) = e4faff5e02b3027298dc589e318a6dc7eb30a6d5 +RMD160 (xrdb-1.0.6.tar.bz2) = aa34320f99de121e31a90d0df3a66b816d048082 +Size (xrdb-1.0.6.tar.bz2) = 108542 bytes |