diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-04-24 18:09:35 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-04-24 18:09:35 +0000 |
commit | 182b70592d3ac6f6612ec767013e423b52d91422 (patch) | |
tree | d3ec080aa74a4dc3351f1a1c96c71a4439773c44 /misc/bbweather/Makefile | |
parent | ad905a0b9212192da3e451a44174667bc682c08b (diff) | |
download | pkgsrc-182b70592d3ac6f6612ec767013e423b52d91422.tar.gz |
Update to 0.6.2, providing some minor bugfixes:
2004-04-13: - fix some bugs in the X handling noticed under XFree86
>= 4.3
- let's call it 0.6.2
2003-11-23: - apply patch from Dave Serls:
* initialize some variables to prevent odd core-dumps
- apply patch by Michael G. Henderson to update GrabWeather
manual page
Diffstat (limited to 'misc/bbweather/Makefile')
-rw-r--r-- | misc/bbweather/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/bbweather/Makefile b/misc/bbweather/Makefile index 68a36f91efd..b5caeb97e2e 100644 --- a/misc/bbweather/Makefile +++ b/misc/bbweather/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2004/04/24 18:02:25 snj Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/24 18:09:35 jschauma Exp $ # -DISTNAME= bbweather-0.6 -PKGREVISION= 1 +DISTNAME= bbweather-0.6.2 CATEGORIES= misc MASTER_SITES= http://www.netmeister.org/apps/ EXTRACT_SUFX= .tar.bz2 |