summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-10-07 16:14:18 +0000
committerjmmv <jmmv>2004-10-07 16:14:18 +0000
commit480443d6ddd2b1b4d72a8db636f7c15f39b67c69 (patch)
treeb26a8d4ca962c5782c99c134292c91d23f000e38
parent78c987b71625ee2abf0df450f2408ed6c84dafac (diff)
downloadpkgsrc-480443d6ddd2b1b4d72a8db636f7c15f39b67c69.tar.gz
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)
-rw-r--r--www/epiphany/Makefile5
-rw-r--r--www/epiphany/PLIST3
-rw-r--r--www/epiphany/distinfo8
-rw-r--r--www/epiphany/patches/patch-aa16
-rw-r--r--www/epiphany/patches/patch-ab22
5 files changed, 7 insertions, 47 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 5eedac17cd7..83484ee6443 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -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 --git a/www/epiphany/PLIST b/www/epiphany/PLIST
index cc47b158e19..2b2cad22e5c 100644
--- a/www/epiphany/PLIST
+++ b/www/epiphany/PLIST
@@ -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/right.png
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 --git a/www/epiphany/distinfo b/www/epiphany/distinfo
index c4c1b49c903..0e0a72210f8 100644
--- a/www/epiphany/distinfo
+++ b/www/epiphany/distinfo
@@ -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 --git a/www/epiphany/patches/patch-aa b/www/epiphany/patches/patch-aa
deleted file mode 100644
index 7c6bc07176f..00000000000
--- a/www/epiphany/patches/patch-aa
+++ /dev/null
@@ -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 --git a/www/epiphany/patches/patch-ab b/www/epiphany/patches/patch-ab
deleted file mode 100644
index 7e403865e70..00000000000
--- a/www/epiphany/patches/patch-ab
+++ /dev/null
@@ -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)
- {