diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-25 02:09:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-25 02:09:37 +0000 |
commit | e69b8f207f985803dc0c7417e630bf586ce02515 (patch) | |
tree | 0e8d686ac3e0dba3fb9ab03542cd92aecfbff09c /misc/yelp/Makefile | |
parent | fcb8e02cdcd042c6e37cab70b434d1cba4a0fba4 (diff) | |
download | pkgsrc-e69b8f207f985803dc0c7417e630bf586ce02515.tar.gz |
Update to 2.24.0:
Changed in 2.24.0:
------------------
*Improve a11y under gecko 1.9
- Bug #545162
- Huge thanks to Ginn Chen, Willie Walker and Joanmarie Diggs
* Fix potential race-condition
- bug #551757 (Joe Marcus Clarke)
* fd.o categorisation improvements
- bug #552128
* Updated translations:
ar (Djihed Afifi)
bn_IN (Runa Bhattacharjee)
he (Yair Hershkovitz)
hi (Rajesh Ranjan)
hr (Robert Sedak)
hu (Gabor Kelemen)
kn (Shankar Prasad)
pt (Duarte Loreto)
pt_BR (Vladimir Melo)
ro (Mişu Moldovan)
sr (Goran Rakić)
sr@latin (Goran Rakić)
th (Theppitak Karoonboonyanan)
Changed in 2.23.91:
-------------------
* Fix loading of text files - bug #549986 (Josselin Mouette)
* Fix glibc info manual chrash - bug #520266 (Matthias Clasen and J.H.M. Dassen)
* Updated translations:
eu (Inaki Larranaga Murgoitio)
* Conversion from sr@Latn to sr@latin (Goran Rakic)
Changed in 2.23.2:
------------------
* Fix string vulnerability [#546364] - Christian Persch
* Use "help-browser" icon instead of deprecated "gnome-help" - Luca Ferretti
* Updated translations:
ar (Djihed Afifi)
de (Jochen Skulj)
gu (Ankit Patel)
he (Yair Hershkovitz)
ks (Rakesh Pandit)
oc (Yannig Marchegay)
or (Manoj Kumar Giri)
pt_BR (John Wendell)
sq (Laurent Dhima)
Changed in 2.23.1:
------------------
* Add support for Gecko 1.9 (XULRunner) - Christian Persch
* Move from gnome-vfs to gio - Alon Zakai
* Fix searching on multibyte characters - Takao Fujiwara
* Add support for newer Beagles - Arun Raghavan
* Fix parallel make - Rémi Cardona
* Make "print whole document" work again
* Re-add support for gnome-help URIs
* Only show the help browser in GNOME menus (as other
desktops should ship their own help browser)
* New translations:
fur (Friulian team)
* Updated translations:
ar (Djihed Afifi)
bg (Alexander Shopov)
he (Yair Hershkovitz)
vi (Clytie Siddall)
Diffstat (limited to 'misc/yelp/Makefile')
-rw-r--r-- | misc/yelp/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/misc/yelp/Makefile b/misc/yelp/Makefile index 1ff97b9786e..76f24726910 100644 --- a/misc/yelp/Makefile +++ b/misc/yelp/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.77 2008/08/27 09:56:34 drochner Exp $ +# $NetBSD: Makefile,v 1.78 2008/10/25 02:09:37 wiz Exp $ # -DISTNAME= yelp-2.22.1 -PKGREVISION= 1 +DISTNAME= yelp-2.24.0 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/yelp/2.22/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/yelp/2.24/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -27,7 +26,7 @@ GCONF_SCHEMAS= yelp.schemas .include "options.mk" -BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 +BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.14.0 BUILDLINK_API_DEPENDS.libgnomeui+= libgnomeui>=2.14.0 BUILDLINK_API_DEPENDS.startup-notification+= startup-notification>=0.8 |