diff options
author | jmcneill <jmcneill> | 2009-03-17 12:19:35 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2009-03-17 12:19:35 +0000 |
commit | 0cb3692e167953fc8e3306d692899bc253410f1c (patch) | |
tree | cfc70b101cfdbcb9ed58e9edce028461cd5b81bf /misc/yelp/Makefile | |
parent | 20faedd68d8a943991ba92a8881b7ea9a4cd793e (diff) | |
download | pkgsrc-0cb3692e167953fc8e3306d692899bc253410f1c.tar.gz |
Update yelp to 2.26.0.
Changes in 2.26.0:
------------------
* Don't assume order of certain man macros, bug #568066 (Andy Owen)
* Fixed locking issue, bug #568058 (Andy Owen)
* Updated translations:
mai (Rajesh Ranjan)
hi (Rajesh Ranjan)
as (Amitakhya Phukan)
ml (Ani Peter)
te (Krishnababu K)
he (Yair Hershkovitz)
Changes in 2.25.1:
------------------
* RTL fixes, bug #573159, Shaun McCance
* Fixed libxul[-embedding] detection, Christian Persch
* Removed deprecated GTK symbols, bug #571868, Thomas H.P. Andersen
* Fixed crasher, bug #552947, Antonio Litterio
* Fixed loading of local HTML files, bug #562137, Josselin Mouette
* Updated translations:
ar (Khaled Hosny)
ast (Mikel González)
et (Ivar Smolin)
it (Milo Casagrande)
ko (Changwoo Ryu)
la (Rafael Garcia)
ps (Zabeeh Khan)
sv (Daniel Nylander)
uz (Nurali Abdurahmonov)
uz@cyrillic (Nurali Abdurahmonov)
zh_HK (Chao-Hsiung Liao)
zh_TW (Chao-Hsiung Liao)
Diffstat (limited to 'misc/yelp/Makefile')
-rw-r--r-- | misc/yelp/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/yelp/Makefile b/misc/yelp/Makefile index 76f24726910..13f808f60ac 100644 --- a/misc/yelp/Makefile +++ b/misc/yelp/Makefile @@ -1,15 +1,17 @@ -# $NetBSD: Makefile,v 1.78 2008/10/25 02:09:37 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2009/03/17 12:19:35 jmcneill Exp $ # -DISTNAME= yelp-2.24.0 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/yelp/2.24/} +DISTNAME= yelp-2.26.0 +CATEGORIES= misc gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/yelp/2.26/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Help browser for GNOME 2 desktop +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= docbook>=4.2:../../textproc/docbook BUILDLINK_API_DEPENDS.libxslt+= libxslt>=1.1.4 |