diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-02-04 11:21:11 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-02-04 11:21:11 +0000 |
commit | ce2afa063ef6283696acc54360dddb1e7471d9d7 (patch) | |
tree | f1dffe2aaa8fa76d59b162c4145671846525408f /devel | |
parent | ee2419f704e4527020908657a9a2e6a04213eef8 (diff) | |
download | pkgsrc-ce2afa063ef6283696acc54360dddb1e7471d9d7.tar.gz |
Update to 2.6.2:
* GKeyFile
- Accept \r\n line ends [Bastian Nocera]
- Add unit tests [Matthias Clasen]
- Don't treat numbers with leading zeros as octal [Matthias]
* Win32 changes
- Bug fixes [Kazuki Iwamoto, Tor Lillqvist, Robert Ă–gren, Ulf Lamping]
* Other bug fixes [Tor, Owen Taylor, Kjartan Maraas, Pawel
Sakowski, Simon Budig, Mathias Hasselmann, David Hoover, Morten Welinder]
* Documentation improvements [Vincent Untz, Sebastian Bacher, Matthias]
* New and updated translations (ca,et,it,lt,pl,pt_BR,sk,tl)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib2/Makefile | 4 | ||||
-rw-r--r-- | devel/glib2/PLIST | 5 | ||||
-rw-r--r-- | devel/glib2/distinfo | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index dad790d37ea..ef9b67506f8 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2005/01/09 17:30:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.65 2005/02/04 11:21:11 jmmv Exp $ -DISTNAME= glib-2.6.1 +DISTNAME= glib-2.6.2 PKGNAME= ${DISTNAME:S/glib/glib2/} CATEGORIES= devel MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.6/ \ diff --git a/devel/glib2/PLIST b/devel/glib2/PLIST index 5c231456aa6..9ed06638612 100644 --- a/devel/glib2/PLIST +++ b/devel/glib2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2004/12/24 10:03:27 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.22 2005/02/04 11:21:11 jmmv Exp $ bin/glib-genmarshal bin/glib-gettextize bin/glib-mkenums @@ -171,7 +171,6 @@ share/doc/glib/ix05.html share/doc/glib/left.png share/doc/glib/mainloop-states.gif share/doc/glib/right.png -share/doc/glib/style.css share/doc/glib/tools.html share/doc/glib/up.png share/doc/gobject/GTypeModule.html @@ -204,7 +203,6 @@ share/doc/gobject/pr01.html share/doc/gobject/right.png share/doc/gobject/rn01.html share/doc/gobject/rn02.html -share/doc/gobject/style.css share/doc/gobject/up.png share/glib-2.0/gettext/mkinstalldirs share/glib-2.0/gettext/po/Makefile.in.in @@ -266,6 +264,7 @@ ${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/sr@ije/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/glib20.mo +${PKGLOCALEDIR}/locale/tl/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/glib20.mo diff --git a/devel/glib2/distinfo b/devel/glib2/distinfo index 0f65bd576ac..7fb9b29a4cd 100644 --- a/devel/glib2/distinfo +++ b/devel/glib2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.43 2005/01/09 17:30:00 jmmv Exp $ +$NetBSD: distinfo,v 1.44 2005/02/04 11:21:11 jmmv Exp $ -SHA1 (glib-2.6.1.tar.bz2) = 9d958f8f27b013ae538f2d6d06a5ae8271ccd1e6 -Size (glib-2.6.1.tar.bz2) = 2252237 bytes +SHA1 (glib-2.6.2.tar.bz2) = 18e198ae5f49096ef44a0d92d1fa7b2cddcb91bf +Size (glib-2.6.2.tar.bz2) = 2343753 bytes SHA1 (patch-aa) = 46da4262302066d79932de95cd727dd322f757e8 SHA1 (patch-ab) = a231346877b6246e086312fda107a90dffdd0adb SHA1 (patch-ac) = 5f3d1446a41e71f1bf5556a1dd2a2a04e77d45da |