diff options
-rw-r--r-- | www/epiphany-extensions/Makefile | 2 | ||||
-rw-r--r-- | www/epiphany-extensions/distinfo | 4 | ||||
-rw-r--r-- | www/epiphany-extensions/files/patch-extensions_popup-blocker_mozilla_PopupBlockerListener.cpp | 21 | ||||
-rw-r--r-- | www/epiphany-extensions/pkg-plist | 1 |
4 files changed, 4 insertions, 24 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 2ba0ff0de..8be1b50a5 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -6,7 +6,7 @@ # PORTNAME= epiphany -PORTVERSION= 0.7.90 +PORTVERSION= 0.7.91 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/0.7 diff --git a/www/epiphany-extensions/distinfo b/www/epiphany-extensions/distinfo index 49ae27529..dc49e51d0 100644 --- a/www/epiphany-extensions/distinfo +++ b/www/epiphany-extensions/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/epiphany-extensions-0.7.90.tar.bz2) = 06d44384009607e078628965090d55ba -SIZE (gnome2/epiphany-extensions-0.7.90.tar.bz2) = 366645 +MD5 (gnome2/epiphany-extensions-0.7.91.tar.bz2) = 877557b2363bfafb243ab522ba45a5a8 +SIZE (gnome2/epiphany-extensions-0.7.91.tar.bz2) = 367809 diff --git a/www/epiphany-extensions/files/patch-extensions_popup-blocker_mozilla_PopupBlockerListener.cpp b/www/epiphany-extensions/files/patch-extensions_popup-blocker_mozilla_PopupBlockerListener.cpp deleted file mode 100644 index 2e62f2492..000000000 --- a/www/epiphany-extensions/files/patch-extensions_popup-blocker_mozilla_PopupBlockerListener.cpp +++ /dev/null @@ -1,21 +0,0 @@ ---- extensions/popup-blocker/mozilla/PopupBlockerListener.cpp.orig Sun Mar 7 20:06:38 2004 -+++ extensions/popup-blocker/mozilla/PopupBlockerListener.cpp Mon Mar 8 01:36:08 2004 -@@ -62,6 +62,7 @@ - rv = popupWindowURI->GetSpec (popupWindowURIString); - NS_ENSURE_SUCCESS (rv, NS_ERROR_FAILURE); - -+#if MOZILLA_SNAPSHOT >= 14 - nsAutoString popupWindowFeatures; - rv = popupEvent->GetPopupWindowFeatures (popupWindowFeatures); - NS_ENSURE_SUCCESS (rv, NS_ERROR_FAILURE); -@@ -69,6 +70,10 @@ - ephy_popup_blocker_extension_block (mOwner, - popupWindowURIString.get (), - NS_ConvertUCS2toUTF8 (popupWindowFeatures).get ()); -+#else -+ ephy_popup_blocker_extension_block (mOwner, popupWindowURIString.get (), -+ NULL); -+#endif - } - - nsresult diff --git a/www/epiphany-extensions/pkg-plist b/www/epiphany-extensions/pkg-plist index d5f65d366..0ae3de784 100644 --- a/www/epiphany-extensions/pkg-plist +++ b/www/epiphany-extensions/pkg-plist @@ -39,6 +39,7 @@ share/locale/sq/LC_MESSAGES/epiphany-extensions-1.0.mo share/locale/sr/LC_MESSAGES/epiphany-extensions-1.0.mo share/locale/sr@Latn/LC_MESSAGES/epiphany-extensions-1.0.mo share/locale/sv/LC_MESSAGES/epiphany-extensions-1.0.mo +@dirrm share/gnome/epiphany-extensions/icons @dirrm share/gnome/epiphany-extensions/glade @dirrm share/gnome/epiphany-extensions @dirrm lib/epiphany/extensions |