aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-20 21:33:27 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-20 21:33:27 +0000
commit39e7e4fc7bc02c2c92ad0adeeb68c2995309efa0 (patch)
tree69b559480467ba541736c9bde2caf8997b769dde /www
parent4a00d83fa1e111e7df79fff863d260c4ce795820 (diff)
downloadports-39e7e4fc7bc02c2c92ad0adeeb68c2995309efa0.tar.gz
ports-39e7e4fc7bc02c2c92ad0adeeb68c2995309efa0.zip
Notes
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);