diff options
author | prlw1 <prlw1@pkgsrc.org> | 2013-12-08 13:58:24 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2013-12-08 13:58:24 +0000 |
commit | 218a52dfdf46bb3a98c8b7423ae5f48a422b1eea (patch) | |
tree | 29c8789ba068ebc967c41bb5570b3192f2711e34 /graphics/gdk-pixbuf2/Makefile.version | |
parent | 37a381e1d9d594de6b090d57a2c6110af935425b (diff) | |
download | pkgsrc-218a52dfdf46bb3a98c8b7423ae5f48a422b1eea.tar.gz |
Update gdk-pixbuf2 to 2.30.1
* Only use RLIMIT_AS when available (#708666)
* Only use setrlimit when available (#710690)
* Avoid a bashism (#711600)
* Visual C++ build fixes
* Use GLib setup for installed tests
* Make installed tests find data files
* Install some tests
* ANI: Set an error if we fail to produce an animation
* Add gdk_pixbuf_loader_write_bytes (696917)
* Update GIcon implementation (688820)
* Fix libpng linking issues (698093)
* Translation updates
Diffstat (limited to 'graphics/gdk-pixbuf2/Makefile.version')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile.version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile.version b/graphics/gdk-pixbuf2/Makefile.version index 663381dc638..38944545703 100644 --- a/graphics/gdk-pixbuf2/Makefile.version +++ b/graphics/gdk-pixbuf2/Makefile.version @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.version,v 1.5 2013/07/24 10:58:01 drochner Exp $ +# $NetBSD: Makefile.version,v 1.6 2013/12/08 13:58:24 prlw1 Exp $ -PIXBUF2_VERSION= 2.28.2 +PIXBUF2_VERSION= 2.30.1 MSITE_VERSION= ${PIXBUF2_VERSION:R} |