aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-12-21 05:33:27 +0800
committermarcus <marcus@FreeBSD.org>2004-12-21 05:33:27 +0800
commit965d7c7093f8552f78cc2b370f5bd8f9c0e4bb3c (patch)
tree992ca0806bceda42b00b772b31fd5ddd6d20e6d3 /www
parent72242b53f019eec052f5a1ee89d9c869193ecf51 (diff)
downloadfreebsd-ports-gnome-965d7c7093f8552f78cc2b370f5bd8f9c0e4bb3c.tar.gz
freebsd-ports-gnome-965d7c7093f8552f78cc2b370f5bd8f9c0e4bb3c.tar.zst
freebsd-ports-gnome-965d7c7093f8552f78cc2b370f5bd8f9c0e4bb3c.zip
Update to 1.4.7.
Diffstat (limited to 'www')
-rw-r--r--www/epiphany/Makefile3
-rw-r--r--www/epiphany/distinfo4
-rw-r--r--www/epiphany/files/patch-embed_mozilla_EphyBrowser.h17
3 files changed, 3 insertions, 21 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 03e24fe87133..5869e343b9c4 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= epiphany
-PORTVERSION= 1.4.6
-PORTREVISION= 2
+PORTVERSION= 1.4.7
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4
diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo
index 4b32aad0f656..4f09a1cdc677 100644
--- a/www/epiphany/distinfo
+++ b/www/epiphany/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/epiphany-1.4.6.tar.bz2) = 82e44449cc615e729d5fb218719b1d58
-SIZE (gnome2/epiphany-1.4.6.tar.bz2) = 3541516
+MD5 (gnome2/epiphany-1.4.7.tar.bz2) = 47909f75c6c87581172656ceed8c14b0
+SIZE (gnome2/epiphany-1.4.7.tar.bz2) = 3544181
diff --git a/www/epiphany/files/patch-embed_mozilla_EphyBrowser.h b/www/epiphany/files/patch-embed_mozilla_EphyBrowser.h
deleted file mode 100644
index d5d35979ddff..000000000000
--- a/www/epiphany/files/patch-embed_mozilla_EphyBrowser.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- embed/mozilla/EphyBrowser.h.orig Sun Dec 19 02:17:33 2004
-+++ embed/mozilla/EphyBrowser.h Sun Dec 19 02:17:56 2004
-@@ -156,11 +156,13 @@
- nsCOMPtr<nsIDOMDocument> mTargetDocument;
- nsCOMPtr<nsIDOMEventTarget> mEventTarget;
- nsCOMPtr<nsIDOMWindow> mDOMWindow;
-- nsCOMPtr<nsISecureBrowserUI> mSecurityInfo;
- EphyFaviconEventListener *mFaviconEventListener;
- EphyPopupBlockEventListener *mPopupBlockEventListener;
- EphyModalAlertEventListener *mModalAlertListener;
- PRBool mInitialized;
-+#ifdef HAVE_MOZILLA_PSM
-+ nsCOMPtr<nsISecureBrowserUI> mSecurityInfo;
-+#endif
-
- nsresult GetListener (void);
- nsresult AttachListeners (void);