diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-02-22 19:55:42 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-02-22 19:55:42 +0000 |
commit | 1793fcade2a78576f4e7aec043f436cb160d1cc5 (patch) | |
tree | 41a9e1cfe48300ce8a7a65d0e48648962f565d86 /devel/libgnome/Makefile | |
parent | 46ad4758367df97f2380fb81eae82af355970abd (diff) | |
download | pkgsrc-1793fcade2a78576f4e7aec043f436cb160d1cc5.tar.gz |
Update to 2.8.1:
* Bug fixes:
- Build fixes (Thomas Fitzsimmons, Kjartan Maraas <diskman at kc rr com>)
- Escape the app id in gconf (Anders Carlsson)
- Handle blank real name fields in /etc/password in gnome-scores.c
(Callum McKenzie) Closes bug #149270
* Translations:
- Various updated translations (en_CA, fr, it, hu, ko, th)
Diffstat (limited to 'devel/libgnome/Makefile')
-rw-r--r-- | devel/libgnome/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libgnome/Makefile b/devel/libgnome/Makefile index b6186a13c24..24c6454b206 100644 --- a/devel/libgnome/Makefile +++ b/devel/libgnome/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2005/01/23 21:57:43 hira Exp $ +# $NetBSD: Makefile,v 1.35 2005/02/22 19:55:42 jmmv Exp $ # -DISTNAME= libgnome-2.8.0 -PKGREVISION= 2 +DISTNAME= libgnome-2.8.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnome/2.8/} EXTRACT_SUFX= .tar.bz2 |