diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-15 14:08:47 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-15 14:08:47 +0000 |
commit | c4a4c543eece1f4b480f516db9a0b743cdec0ae1 (patch) | |
tree | 76b8436a1c4763757948e692ecf11c8fd6aa9ded | |
parent | 839d0f1b5b8d9c399c649ed97523378e05087d75 (diff) | |
download | pkgsrc-c4a4c543eece1f4b480f516db9a0b743cdec0ae1.tar.gz |
Update to 2.6.2:
* Make dialogs transients of parent xterm [Sebastian Kapfer]
* Fix up the dialogs according to the HIG [Sebastian Heinlein]
* Add --text to the list dialog, it was mostly implemented
but never hooked up [Glynn]
* New and updated translations
- Adam Weinberger [en_CA]
- Duarte Loreto [pt]
- Vincent van Adrighem [nl]
-rw-r--r-- | x11/zenity/Makefile | 4 | ||||
-rw-r--r-- | x11/zenity/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index 41c60680aa0..c51d8be1b82 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2004/05/07 01:14:51 xtraeme Exp $ +# $NetBSD: Makefile,v 1.13 2004/05/15 14:08:47 jmmv Exp $ # -DISTNAME= zenity-2.6.1 +DISTNAME= zenity-2.6.2 CATEGORIES= x11 gnome2 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/zenity/2.6/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo index 12560a7eb88..e773d1607a2 100644 --- a/x11/zenity/distinfo +++ b/x11/zenity/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/05/03 18:25:09 jmmv Exp $ +$NetBSD: distinfo,v 1.5 2004/05/15 14:08:47 jmmv Exp $ -SHA1 (zenity-2.6.1.tar.bz2) = f88b7f88b00ed1229b203315e9aafe69d32035fe -Size (zenity-2.6.1.tar.bz2) = 622514 bytes +SHA1 (zenity-2.6.2.tar.bz2) = 8ac47c09bfb539d49da05c26d053399749c86d22 +Size (zenity-2.6.2.tar.bz2) = 623690 bytes |