diff options
author | rh <rh@pkgsrc.org> | 2001-08-13 18:10:05 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-08-13 18:10:05 +0000 |
commit | 1df2a8cc1af329cf7670ffcf654354738ad91c84 (patch) | |
tree | 187b7a4e105cf0208f3138c07329e80ab0f165e3 /misc/gnome-utils/Makefile | |
parent | 24418c5d50c2ea1fdb698c990ca0796a6f88c6a9 (diff) | |
download | pkgsrc-1df2a8cc1af329cf7670ffcf654354738ad91c84.tar.gz |
Update gnome-utils to 1.4.0.2
Notable changes include:
* Fix lots of bugs in stripchart
* Make logview actually work
* Fix crashes all over the place
* Use the gtk+2 calculator widget and make it handle keypad keys.
* Man pages (Too many fixes in here to mention all of them.
Basically it makes gnome-utils usable)
Diffstat (limited to 'misc/gnome-utils/Makefile')
-rw-r--r-- | misc/gnome-utils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index 047139f7539..89802264173 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,8 +1,9 @@ -## $NetBSD: Makefile,v 1.35 2001/06/11 06:34:45 jlam Exp $ +## $NetBSD: Makefile,v 1.36 2001/08/13 18:10:05 rh Exp $ -DISTNAME= gnome-utils-1.4.0 +DISTNAME= gnome-utils-1.4.0.2 CATEGORIES= misc x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-utils/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ |