diff options
author | ghen <ghen@pkgsrc.org> | 2006-02-05 14:46:31 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-02-05 14:46:31 +0000 |
commit | a704f855c6d2e7c888ae4c1a8a442e1cde22d861 (patch) | |
tree | b9efc0daa32be4078ac38fc0dba166e18a0b0924 /www/firefox-gtk1 | |
parent | f768d7899862cd70e3aba26baf1c64ae1d46477d (diff) | |
download | pkgsrc-a704f855c6d2e7c888ae4c1a8a442e1cde22d861.tar.gz |
Update to Firefox 1.5.0.1, a bug fix release for Firefox 1.5.
What's new:
* Improved stability.
* Improved support for Mac OS X.
* International Domain Name support for Iceland (.is) is now enabled.
* Fixes for several memory leaks.
* Several security enhancements.
For a more detailed list changes, see http://www.squarefree.com/burningedge/releases/1.5.0.1.html
Ok with wiz.
Diffstat (limited to 'www/firefox-gtk1')
-rw-r--r-- | www/firefox-gtk1/Makefile | 3 | ||||
-rw-r--r-- | www/firefox-gtk1/PLIST | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/firefox-gtk1/Makefile b/www/firefox-gtk1/Makefile index f8f9a279259..6b473c7cbe3 100644 --- a/www/firefox-gtk1/Makefile +++ b/www/firefox-gtk1/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.7 2006/01/24 07:32:48 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2006/02/05 14:46:31 ghen Exp $ -PKGREVISION= 2 MOZILLA= firefox-gtk1 COMMENT= Lightweight gecko-based web browser built with GTK+-1.x diff --git a/www/firefox-gtk1/PLIST b/www/firefox-gtk1/PLIST index 52decd75ed3..bd299e316b5 100644 --- a/www/firefox-gtk1/PLIST +++ b/www/firefox-gtk1/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2005/12/10 13:47:22 taya Exp $ +@comment $NetBSD: PLIST,v 1.9 2006/02/05 14:46:31 ghen Exp $ bin/${MOZILLA} @comment begin PROGRAMS lib/${MOZILLA}/${MOZILLA_BIN} @@ -738,6 +738,7 @@ include/${MOZILLA}/dom/nsIDOMChromeWindow.h include/${MOZILLA}/dom/nsIDOMClassInfo.h include/${MOZILLA}/dom/nsIDOMComment.h include/${MOZILLA}/dom/nsIDOMCompositionListener.h +include/${MOZILLA}/dom/nsIDOMConstructor.h include/${MOZILLA}/dom/nsIDOMContextMenuListener.h include/${MOZILLA}/dom/nsIDOMCounter.h include/${MOZILLA}/dom/nsIDOMCrypto.h @@ -2432,7 +2433,6 @@ include/${MOZILLA}/nss/swfortt.h include/${MOZILLA}/nss/watcomfx.h @comment end INCLUDE-PUBLIC @exec env LD_LIBRARY_PATH=%D/lib/${MOZILLA} MOZILLA_FIVE_HOME=%D/lib/${MOZILLA} %D/lib/${MOZILLA}/regxpcom -@exec env LD_LIBRARY_PATH=%D/lib/${MOZILLA} MOZILLA_FIVE_HOME=%D/lib/${MOZILLA} %D/lib/${MOZILLA}/regchrome @unexec ${RM} %D/lib/${MOZILLA}/components/compreg.dat @unexec ${RM} %D/lib/${MOZILLA}/components/xpti.dat @comment begin DIRS |