pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/epiphany Update to 1.4.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68a4990e1ca0
branches:  trunk
changeset: 481574:68a4990e1ca0
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Oct 07 16:14:18 2004 +0000

description:
Update to 1.4.3:

Epiphany 1.4.3
==============

Bug fixes

* Fix compilation with gtk+ 2.4.x.

Epiphany 1.4.2
==============

Bug fixes

* Set dialogs icon to default ephy icon (Christian)
* Fix slow resize of the window with many tabs (Christian)
* Don't allow activation of the hidden menubar
  in print preview mode. (Christian)
* Recognise "Desktop" special downloads directory. (Christian) [#152926]
* Backwards compatibility with old mozilla plugins
  location (Marco)

Translation updates

* Changwoo Ryu (ko)
* Gareth Owen (en_GB)

Epiphany 1.4.1
==============

Code changes

* Adapt to mozilla API changes (Christian)

Bug fixes

* Auto-check new topics (Marco) [#151925]
* Don't accept dragged toolbar items from other apps (Marco) [#152388]
* Fix toolbar overflow menu items (Christian) [#151648]
* Fix for too small tab close buttons (Marco) [#144772]
* Enable conversion for favicon downloads (Marco) [#152866]
* Fix overflow in remaining time calculation (Jhon Spray, Marco) [#153136]
* Fix some mem leaks (Christian)
* Fix ephy-bookmarks.h header (Christian) [#153766]
* Fix compiler warnings (Christian)

Translation updates

* Adam Weinberger (en_CA)
* Olivier Cortes (fr)
* Francesco Marletta (it)

diffstat:

 www/epiphany/Makefile         |   5 ++---
 www/epiphany/PLIST            |   3 ++-
 www/epiphany/distinfo         |   8 +++-----
 www/epiphany/patches/patch-aa |  16 ----------------
 www/epiphany/patches/patch-ab |  22 ----------------------
 5 files changed, 7 insertions(+), 47 deletions(-)

diffs (90 lines):

diff -r 1b35649f62e1 -r 68a4990e1ca0 www/epiphany/Makefile
--- a/www/epiphany/Makefile     Thu Oct 07 15:57:00 2004 +0000
+++ b/www/epiphany/Makefile     Thu Oct 07 16:14:18 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2004/10/03 00:18:25 tv Exp $
+# $NetBSD: Makefile,v 1.22 2004/10/07 16:14:18 jmmv Exp $
 #
 
-DISTNAME=      epiphany-1.4.0
-PKGREVISION=   1
+DISTNAME=      epiphany-1.4.3
 CATEGORIES=    www gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/epiphany/1.4/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 1b35649f62e1 -r 68a4990e1ca0 www/epiphany/PLIST
--- a/www/epiphany/PLIST        Thu Oct 07 15:57:00 2004 +0000
+++ b/www/epiphany/PLIST        Thu Oct 07 16:14:18 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/09/21 17:07:58 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.8 2004/10/07 16:14:18 jmmv Exp $
 bin/epiphany
 include/epiphany-1.4/epiphany/ephy-bookmarks.h
 include/epiphany-1.4/epiphany/ephy-command-manager.h
@@ -54,6 +54,7 @@
 share/doc/epiphany/style.css
 share/doc/epiphany/up.png
 share/epiphany/art/epiphany-bookmarks.png
+share/epiphany/art/epiphany-close-tab.png
 share/epiphany/art/epiphany-download.png
 share/epiphany/art/epiphany-entry.png
 share/epiphany/art/epiphany-history.png
diff -r 1b35649f62e1 -r 68a4990e1ca0 www/epiphany/distinfo
--- a/www/epiphany/distinfo     Thu Oct 07 15:57:00 2004 +0000
+++ b/www/epiphany/distinfo     Thu Oct 07 16:14:18 2004 +0000
@@ -1,6 +1,4 @@
-$NetBSD: distinfo,v 1.12 2004/09/25 17:59:08 jmmv Exp $
+$NetBSD: distinfo,v 1.13 2004/10/07 16:14:19 jmmv Exp $
 
-SHA1 (epiphany-1.4.0.tar.bz2) = 23695a16488c33c26095616e78fab0b76efb6a40
-Size (epiphany-1.4.0.tar.bz2) = 3381335 bytes
-SHA1 (patch-aa) = 06772fd02f5399e5e7827f80be089c3584551597
-SHA1 (patch-ab) = 6cb19d6dd33cb56c263f3066456e4402d6b2a299
+SHA1 (epiphany-1.4.3.tar.bz2) = b2299196b56ad8055f5b3f30490549e164d9b9f5
+Size (epiphany-1.4.3.tar.bz2) = 3393274 bytes
diff -r 1b35649f62e1 -r 68a4990e1ca0 www/epiphany/patches/patch-aa
--- a/www/epiphany/patches/patch-aa     Thu Oct 07 15:57:00 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2004/09/21 17:07:58 jmmv Exp $
-
---- configure.orig     2004-09-13 11:24:48.000000000 +0200
-+++ configure
-@@ -21909,7 +21909,11 @@ if test $MOZILLA_VERSION = "trunk"; then
-       MOZILLA_VERSION=9.0 # use a high number
- fi
- 
-+if test `uname` = NetBSD; then
-+version=$(echo $MOZILLA_VERSION | sed -E -e 's/([0-9]+|[a-z]+)/\1 /g' -e 's/\.//g')
-+else
- version=$(echo $MOZILLA_VERSION | sed -e 's/\([0-9]\+\|[a-z]\+\)/\1 /g' -e 's/\.//g')
-+fi
- 
- set -- $version;
- 
diff -r 1b35649f62e1 -r 68a4990e1ca0 www/epiphany/patches/patch-ab
--- a/www/epiphany/patches/patch-ab     Thu Oct 07 15:57:00 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2004/09/25 17:59:08 jmmv Exp $
-
---- embed/mozilla/GlobalHistory.cpp.orig       2004-08-27 22:39:10.000000000 +0200
-+++ embed/mozilla/GlobalHistory.cpp
-@@ -133,7 +133,7 @@ NS_IMETHODIMP MozGlobalHistory::HidePage
-       return NS_ERROR_NOT_IMPLEMENTED;
- }
- 
--#if (MOZILLA_IS_BRANCH (1, 7) && MOZILLA_CHECK_VERSION3 (1, 7, 3)) || MOZILLA_CHECK_VERSION4 (1, 8, MOZILLA_ALPHA, 3)
-+#if MOZILLA_CHECK_VERSION4 (1, 8, MOZILLA_ALPHA, 3)
- /* void removePage (in nsIURI aURI); */
- NS_IMETHODIMP MozGlobalHistory::RemovePage(nsIURI *aURI)
- {
-@@ -179,7 +179,7 @@ NS_IMETHODIMP MozGlobalHistory::GetCount
-     return NS_ERROR_NOT_IMPLEMENTED;
- }
- 
--#if (MOZILLA_IS_BRANCH (1, 7) && MOZILLA_CHECK_VERSION3 (1, 7, 3)) || MOZILLA_CHECK_VERSION4 (1, 8, MOZILLA_ALPHA, 3)
-+#if MOZILLA_CHECK_VERSION4 (1, 8, MOZILLA_ALPHA, 3)
- /* void markPageAsTyped (in AUTF8String aURI) */
- NS_IMETHODIMP MozGlobalHistory::MarkPageAsTyped(nsIURI *aURI)
- {



Home | Main Index | Thread Index | Old Index