diff options
author | tron <tron@pkgsrc.org> | 2010-01-26 16:22:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-01-26 16:22:59 +0000 |
commit | c82024669ff5eb4c716b715c0a7d9ccfcde8c82c (patch) | |
tree | 74a8a178f88e150535e067e4a960e119693c255e /www | |
parent | 88ad9eb6e8b88fab1668054461d6bf8cda1032e0 (diff) | |
download | pkgsrc-c82024669ff5eb4c716b715c0a7d9ccfcde8c82c.tar.gz |
Update "firefox" package to 3.5.7. Changes since version 3.5.6:
- Fixed a common stability issue.
- Fixed a problem with how updates were being presented to users.
Approved by Tobias Nygren.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 639154b8436..a0167f52cae 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2010/01/18 09:59:31 wiz Exp $ -# +# $NetBSD: Makefile,v 1.68 2010/01/26 16:22:59 tron Exp $ .include "../../devel/xulrunner/dist.mk" PKGNAME= firefox-${FIREFOX_VER} -PKGREVISION= 1 CATEGORIES= www MAINTAINER= tnn@NetBSD.org @@ -53,7 +51,7 @@ post-install: rm -f ${DESTDIR}${PREFIX}/bin/firefox ${INSTALL_SCRIPT} ${WRKDIR}/firefox ${DESTDIR}${PREFIX}/bin -BUILDLINK_API_DEPENDS.xulrunner+= xulrunner-1.9.1.6{,nb*} +BUILDLINK_API_DEPENDS.xulrunner+= xulrunner-1.9.1.7{,nb*} .include "../../devel/xulrunner/buildlink3.mk" PLIST_VARS+= gnome .if !empty(PKG_BUILD_OPTIONS.xulrunner:Mgnome) |