diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-11-20 22:40:34 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-11-20 22:40:34 +0000 |
commit | bec07439a9987c9bab2123015980bb6b5c2393d1 (patch) | |
tree | 538b36a1831a06e658f182f561fe9b8b9db53684 /x11 | |
parent | ab680100a44d8b1aa8c81a070c4f86d622a09640 (diff) | |
download | pkgsrc-bec07439a9987c9bab2123015980bb6b5c2393d1.tar.gz |
Update xbindkeys{,-tk} to 1.7.1. Changes since 1.6.5:
1.7.1:
Verbose mode is not started as daemon by default.
Check rc file before starting as daemon (so warning about
configuration files are visible).
1.7.0:
Add guile/scheme configurtion file style (Many thanks to Marcello
Mathias Herreshoff).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xbindkeys-tk/Makefile | 4 | ||||
-rw-r--r-- | x11/xbindkeys/Makefile | 3 | ||||
-rw-r--r-- | x11/xbindkeys/Makefile.common | 4 | ||||
-rw-r--r-- | x11/xbindkeys/distinfo | 6 |
4 files changed, 9 insertions, 8 deletions
diff --git a/x11/xbindkeys-tk/Makefile b/x11/xbindkeys-tk/Makefile index 72648326292..7c226104a07 100644 --- a/x11/xbindkeys-tk/Makefile +++ b/x11/xbindkeys-tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/03/08 20:27:17 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2004/11/20 22:40:34 jmmv Exp $ # .include "../../x11/xbindkeys/Makefile.common" @@ -6,7 +6,7 @@ PKGNAME= ${DISTNAME:S/xbindkeys/xbindkeys-tk/} COMMENT+= (Tk interface) -DEPENDS+= xbindkeys>=1.6.5:../../x11/xbindkeys +DEPENDS+= xbindkeys>=1.7.1:../../x11/xbindkeys NO_CONFIGURE= # defined NO_BUILD= # defined diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index d7275c8d14c..133ccab618d 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2004/02/16 10:41:39 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/11/20 22:40:34 jmmv Exp $ # .include "Makefile.common" CONFIGURE_ARGS+= --disable-tk +.include "../../lang/guile/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xbindkeys/Makefile.common b/x11/xbindkeys/Makefile.common index 4062483c3c1..a8ffbc29103 100644 --- a/x11/xbindkeys/Makefile.common +++ b/x11/xbindkeys/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.4 2004/02/16 10:41:57 grant Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/11/20 22:40:34 jmmv Exp $ # -DISTNAME= xbindkeys-1.6.5 +DISTNAME= xbindkeys-1.7.1 CATEGORIES= x11 MASTER_SITES= http://hocwp.free.fr/xbindkeys/ diff --git a/x11/xbindkeys/distinfo b/x11/xbindkeys/distinfo index c5ae02e1f27..81bf61230eb 100644 --- a/x11/xbindkeys/distinfo +++ b/x11/xbindkeys/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2003/12/06 22:33:39 jmmv Exp $ +$NetBSD: distinfo,v 1.7 2004/11/20 22:40:34 jmmv Exp $ -SHA1 (xbindkeys-1.6.5.tar.gz) = c92223a0e3106e4f33accc5e169d984f2a5bc3ce -Size (xbindkeys-1.6.5.tar.gz) = 110475 bytes +SHA1 (xbindkeys-1.7.1.tar.gz) = 989e4ae10cb16928ed673cabca9fae2068b45556 +Size (xbindkeys-1.7.1.tar.gz) = 115892 bytes |