diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-01-20 13:33:42 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-01-20 13:33:42 +0000 |
commit | 71ff6a75216eaa8d1d72c5971ac97e057053cd07 (patch) | |
tree | 63645874550e3086de7bf9acba13cd42f1373fc1 /www/epiphany | |
parent | 46b20cd5dc84f44b5917c4e2a5cff3437e6285f5 (diff) | |
download | pkgsrc-71ff6a75216eaa8d1d72c5971ac97e057053cd07.tar.gz |
Update to 1.8.3:
Changes
* Work around crash caused by https://bugzilla.mozilla.org/show_bug.cgi?id=312241 .
* Use gtk stock icons for fullscreen
* Add more mime types to the list of known types
* Use the history window as parent for the new-bookmark dialogue [#320329]
* Scroll the view so the selected cert is visible [#320758]
* Allow compilation against xulrunner
* Don't put the prefs/pdm dialogue over all windows
* Vastly improve PDM dialogue opening time
* Delay reloads when we get many change notifications in a short time [#319993]
* Fix HTML forms and scrollbars in lockdown mode [#316498]
Contributors to this release:
Robert O'Callahan.
Updated translations:
* Ivar Smolin (et)
* Clytie Siddall (vi)
* Liu Songhe (zh_CN)
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 5 | ||||
-rw-r--r-- | www/epiphany/distinfo | 9 | ||||
-rw-r--r-- | www/epiphany/patches/patch-aa | 13 |
3 files changed, 6 insertions, 21 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index c6615690a2b..b2f0e097224 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2005/12/31 12:32:47 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2006/01/20 13:33:42 jmmv Exp $ # -DISTNAME= epiphany-1.8.2 -PKGREVISION= 1 +DISTNAME= epiphany-1.8.3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/epiphany/1.8/} EXTRACT_SUFX= .tar.bz2 diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo index 94b7db0587f..1dea0f8cb60 100644 --- a/www/epiphany/distinfo +++ b/www/epiphany/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.24 2005/10/14 21:47:59 jmmv Exp $ +$NetBSD: distinfo,v 1.25 2006/01/20 13:33:42 jmmv Exp $ -SHA1 (epiphany-1.8.2.tar.bz2) = 245320c298b807ccf066ab6346b9988b5a97ef6f -RMD160 (epiphany-1.8.2.tar.bz2) = 8fcc70a936a55ac33ef716f83b12ff6609110042 -Size (epiphany-1.8.2.tar.bz2) = 3354620 bytes -SHA1 (patch-aa) = 84230bd6ac8dd58a707512f3102ef3f7e96f39af +SHA1 (epiphany-1.8.3.tar.bz2) = 980a8b60c406099377e5f58b950362434f8395ab +RMD160 (epiphany-1.8.3.tar.bz2) = f1086c551632ece29f056fad9a409f0e903c6aee +Size (epiphany-1.8.3.tar.bz2) = 3355417 bytes diff --git a/www/epiphany/patches/patch-aa b/www/epiphany/patches/patch-aa deleted file mode 100644 index f5dd9af496a..00000000000 --- a/www/epiphany/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.7 2005/10/14 21:47:59 jmmv Exp $ - ---- help/Makefile.in.orig 2005-10-02 23:39:48.000000000 +0200 -+++ help/Makefile.in -@@ -977,7 +977,7 @@ install-doc-figs: - else \ - figfile="$(srcdir)/C/$$fig"; \ - fi; \ -- figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*\|.*/\1/'`; \ -+ figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*/\1/'`; \ - figdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$figdir"; \ - if ! test -d "$$figdir"; then \ - echo "$(mkinstalldirs) $$figdir"; \ |