summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/epiphany-extensions/Makefile39
-rw-r--r--www/epiphany-extensions/distinfo4
-rw-r--r--www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c22
-rw-r--r--www/epiphany-extensions/files/patch-extensions_adblock_ephy-adblock-extension.c13
-rw-r--r--www/epiphany-extensions/files/patch-extensions_permissions_ephy-permissions-dialog.c22
-rw-r--r--www/epiphany-extensions/pkg-plist80
-rw-r--r--www/epiphany-extensions3/Makefile59
-rw-r--r--www/epiphany-extensions3/distinfo2
-rw-r--r--www/epiphany-extensions3/pkg-descr12
-rw-r--r--www/epiphany-extensions3/pkg-plist311
-rw-r--r--www/epiphany/Makefile (renamed from www/epiphany3/Makefile)6
-rw-r--r--www/epiphany/distinfo (renamed from www/epiphany3/distinfo)0
-rw-r--r--www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c (renamed from www/epiphany3/files/extra-patch-embed_ephy-embed-prefs.c)0
-rw-r--r--www/epiphany/files/patch-embed_ephy-embed-prefs.c (renamed from www/epiphany3/files/patch-embed_ephy-embed-prefs.c)0
-rw-r--r--www/epiphany/pkg-descr (renamed from www/epiphany3/pkg-descr)0
-rw-r--r--www/epiphany/pkg-plist (renamed from www/epiphany3/pkg-plist)1
16 files changed, 67 insertions, 504 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
index c86ae6ccd..9909b5fb5 100644
--- a/www/epiphany-extensions/Makefile
+++ b/www/epiphany-extensions/Makefile
@@ -1,35 +1,31 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/trunk/www/epiphany-extensions/Makefile 18610 2013-06-30 16:33:05Z marcus $
+#
PORTNAME= epiphany-extensions
-PORTVERSION= 2.30.2
-PORTREVISION= 5
+PORTVERSION= 3.6.0
CATEGORIES= www gnome
MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
+DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
-COMMENT= A set of add-ons for the Epiphany web browser
+COMMENT= Set of add-ons for the Epiphany web browser
-BUILD_DEPENDS= epiphany:${PORTSDIR}/www/epiphany
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \
- webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2
-RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany
+BUILD_DEPENDS= epiphany>=3.6.0:${PORTSDIR}/www/epiphany
+LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3
+RUN_DEPENDS= epiphany>=3.6.0:${PORTSDIR}/www/epiphany
-CONFLICTS= epiphany-extensions-3.[0-9]*
-
-NO_STAGE= yes
-USES= gettext gmake pathfix
-USE_BZIP2= yes
+USES= gettext gmake pathfix pkgconfig
+USE_XZ= yes
USE_GNOME= gnomeprefix intlhack
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+GLIB_SCHEMAS= org.gnome.epiphanyextensions.gschema.xml
EPHY_EXTENSIONS=really-all
-EPHY_VERSION= ${PORTVERSION:R}
+EPHY_VERSION= 3.6
PLIST_SUB= VERSION=${EPHY_VERSION} EPHY_VERSION=${EPHY_VERSION}
@@ -40,7 +36,7 @@ OPENSP_DESC= OpenSP SGML support
.if ${PORT_OPTIONS:MOPENSP}
CONFIGURE_ARGS+= --enable-opensp=yes
-LIB_DEPENDS+= osp.5:${PORTSDIR}/textproc/opensp
+LIB_DEPENDS+= osp:${PORTSDIR}/textproc/opensp
.else
CONFIGURE_ARGS+= --disable-opensp
.endif
@@ -50,7 +46,12 @@ CONFIGURE_ARGS+=--with-extensions="${EPHY_EXTENSIONS}"
post-patch:
@${REINPLACE_CMD} -e 's|$$($$PKG_CONFIG --variable=extensionsdir epiphany-$$_epiphany_api_version)|${PREFIX}/lib/epiphany/${PORTVERSION:R}/extensions|g' \
-e 's|$$($$PKG_CONFIG --variable=icondir epiphany-$$EPIPHANY_API_VERSION)|${PREFIX}/share/epiphany/icons|g' \
- -e 's|EPIPHANY_API_VERSION=2.29|EPIPHANY_API_VERSION=2.30|g' \
${WRKSRC}/configure
+# temp disable until autoscroller and permissions gets updated to new API.
+ @${REINPLACE_CMD} -e 's|auto-scroller||g' -e 's|permissions||g' \
+ ${WRKSRC}/configure
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/epiphany/${EPHY_VERSION}/extensions/lib*.so
.include <bsd.port.mk>
diff --git a/www/epiphany-extensions/distinfo b/www/epiphany-extensions/distinfo
index bc13f4be5..44ced64f6 100644
--- a/www/epiphany-extensions/distinfo
+++ b/www/epiphany-extensions/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome2/epiphany-extensions-2.30.2.tar.bz2) = bdd0aad473262f2ac780d34c09644d0dd0066cb01f2cc66b3d200b946fd2db27
-SIZE (gnome2/epiphany-extensions-2.30.2.tar.bz2) = 1565280
+SHA256 (gnome3/epiphany-extensions-3.6.0.tar.xz) = 3a1cc21b44a7b00cfe055b87c23f20f16c9fbd2b5a30380338885a5ae0847f7a
+SIZE (gnome3/epiphany-extensions-3.6.0.tar.xz) = 1383912
diff --git a/www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c b/www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c
deleted file mode 100644
index 7131e4332..000000000
--- a/www/epiphany-extensions/files/patch-extensions_adblock_adblock-ui.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- extensions/adblock/adblock-ui.c.orig 2010-08-19 08:56:01.000000000 +0200
-+++ extensions/adblock/adblock-ui.c 2010-08-19 08:56:39.000000000 +0200
-@@ -65,7 +65,7 @@
- struct _AdblockUIPrivate
- {
- GtkWidget *dialog;
-- GtkNotebook *notebook;
-+ GtkWidget *notebook;
-
- /* Pages */
- InfoPage *pages[LAST_PAGE];
-@@ -347,8 +347,8 @@
- }
-
- static void
--adblock_ui_switch_page (GtkNotebook *notebook,
-- GtkNotebookPage *page,
-+adblock_ui_switch_page (GtkWidget *notebook,
-+ GtkWidget *page,
- guint page_num,
- AdblockUI *dialog)
- {
diff --git a/www/epiphany-extensions/files/patch-extensions_adblock_ephy-adblock-extension.c b/www/epiphany-extensions/files/patch-extensions_adblock_ephy-adblock-extension.c
deleted file mode 100644
index 50ea0b3d3..000000000
--- a/www/epiphany-extensions/files/patch-extensions_adblock_ephy-adblock-extension.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- extensions/adblock/ephy-adblock-extension.c.orig 2010-08-19 08:54:27.000000000 +0200
-+++ extensions/adblock/ephy-adblock-extension.c 2010-08-19 08:54:54.000000000 +0200
-@@ -385,8 +385,8 @@ ephy_adblock_extension_edit_cb (GtkActio
- }
-
- static void
--switch_page_cb (GtkNotebook *notebook,
-- GtkNotebookPage *page,
-+switch_page_cb (GtkWidget *notebook,
-+ GtkWidget *page,
- guint page_num,
- EphyWindow *window)
- {
diff --git a/www/epiphany-extensions/files/patch-extensions_permissions_ephy-permissions-dialog.c b/www/epiphany-extensions/files/patch-extensions_permissions_ephy-permissions-dialog.c
deleted file mode 100644
index 129157887..000000000
--- a/www/epiphany-extensions/files/patch-extensions_permissions_ephy-permissions-dialog.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- extensions/permissions/ephy-permissions-dialog.c.orig 2010-08-19 09:05:33.000000000 +0200
-+++ extensions/permissions/ephy-permissions-dialog.c 2010-08-19 09:05:58.000000000 +0200
-@@ -56,7 +56,7 @@ struct EphyPermissionsDialogPrivate
- {
- EphyPermissionManager *manager;
- GList *tabs;
-- GtkNotebook *notebook;
-+ GtkWidget *notebook;
- GtkSizeGroup *buttons_size_group;
- };
-
-@@ -219,8 +219,8 @@ fill_tab (DialogTab *tab)
- }
-
- static void
--sync_notebook_tab (GtkNotebook *notebook,
-- GtkNotebookPage *page,
-+sync_notebook_tab (GtkWidget *notebook,
-+ GtkWidget *page,
- int page_num,
- EphyPermissionsDialog *dialog)
- {
diff --git a/www/epiphany-extensions/pkg-plist b/www/epiphany-extensions/pkg-plist
index d0a28b1ca..bc07bc436 100644
--- a/www/epiphany-extensions/pkg-plist
+++ b/www/epiphany-extensions/pkg-plist
@@ -1,8 +1,6 @@
lib/epiphany/%%VERSION%%/extensions/actions.ephy-extension
lib/epiphany/%%VERSION%%/extensions/adblock.ephy-extension
lib/epiphany/%%VERSION%%/extensions/auto-reload.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/auto-scroller.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/certificates.ephy-extension
lib/epiphany/%%VERSION%%/extensions/extensions-manager-ui.ephy-extension
lib/epiphany/%%VERSION%%/extensions/gestures.ephy-extension
lib/epiphany/%%VERSION%%/extensions/greasemonkey.ephy-extension
@@ -13,10 +11,6 @@ lib/epiphany/%%VERSION%%/extensions/libadblockextension.la
lib/epiphany/%%VERSION%%/extensions/libadblockextension.so
lib/epiphany/%%VERSION%%/extensions/libautoreloadextension.la
lib/epiphany/%%VERSION%%/extensions/libautoreloadextension.so
-lib/epiphany/%%VERSION%%/extensions/libautoscrollerextension.la
-lib/epiphany/%%VERSION%%/extensions/libautoscrollerextension.so
-lib/epiphany/%%VERSION%%/extensions/libcertificatesextension.la
-lib/epiphany/%%VERSION%%/extensions/libcertificatesextension.so
lib/epiphany/%%VERSION%%/extensions/libextensionsmanageruiextension.la
lib/epiphany/%%VERSION%%/extensions/libextensionsmanageruiextension.so
lib/epiphany/%%VERSION%%/extensions/libgesturesextension.la
@@ -25,8 +19,6 @@ lib/epiphany/%%VERSION%%/extensions/libgreasemonkeyextension.la
lib/epiphany/%%VERSION%%/extensions/libgreasemonkeyextension.so
lib/epiphany/%%VERSION%%/extensions/libhtml5tubeextension.la
lib/epiphany/%%VERSION%%/extensions/libhtml5tubeextension.so
-lib/epiphany/%%VERSION%%/extensions/libpermissionsextension.la
-lib/epiphany/%%VERSION%%/extensions/libpermissionsextension.so
lib/epiphany/%%VERSION%%/extensions/libpushscrollerextension.la
lib/epiphany/%%VERSION%%/extensions/libpushscrollerextension.so
lib/epiphany/%%VERSION%%/extensions/librssextension.la
@@ -35,21 +27,16 @@ lib/epiphany/%%VERSION%%/extensions/libsampleextension.la
lib/epiphany/%%VERSION%%/extensions/libsampleextension.so
lib/epiphany/%%VERSION%%/extensions/libsoupflyextension.la
lib/epiphany/%%VERSION%%/extensions/libsoupflyextension.so
-lib/epiphany/%%VERSION%%/extensions/libtabgroupsextension.la
-lib/epiphany/%%VERSION%%/extensions/libtabgroupsextension.so
lib/epiphany/%%VERSION%%/extensions/libtabkeytabnavigateextension.la
lib/epiphany/%%VERSION%%/extensions/libtabkeytabnavigateextension.so
lib/epiphany/%%VERSION%%/extensions/libtabstatesextension.la
lib/epiphany/%%VERSION%%/extensions/libtabstatesextension.so
-lib/epiphany/%%VERSION%%/extensions/permissions.ephy-extension
lib/epiphany/%%VERSION%%/extensions/push-scroller.ephy-extension
lib/epiphany/%%VERSION%%/extensions/rss.ephy-extension
lib/epiphany/%%VERSION%%/extensions/sample.ephy-extension
lib/epiphany/%%VERSION%%/extensions/soup-fly.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/tab-groups.ephy-extension
lib/epiphany/%%VERSION%%/extensions/tab-key-tab-navigate.ephy-extension
lib/epiphany/%%VERSION%%/extensions/tab-states.ephy-extension
-%%DATADIR%%/adblock-patterns
%%DATADIR%%/ephy-gestures.xml
%%DATADIR%%/ui/action-properties.ui
%%DATADIR%%/ui/actions-editor.ui
@@ -67,7 +54,6 @@ share/epiphany/icons/hicolor/scalable/status/feed-presence.svg
share/gnome/help/epiphany-extensions/C/epiphany-extensions.xml
share/gnome/help/epiphany-extensions/C/figures/epi-ext-action-create.png
share/gnome/help/epiphany-extensions/C/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-adblocker.png
share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-back.png
share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-close-2.png
share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-close.png
@@ -89,7 +75,6 @@ share/gnome/help/epiphany-extensions/C/legal.xml
share/gnome/help/epiphany-extensions/de/epiphany-extensions.xml
share/gnome/help/epiphany-extensions/de/figures/epi-ext-action-create.png
share/gnome/help/epiphany-extensions/de/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-adblocker.png
share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-back.png
share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-close-2.png
share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-close.png
@@ -110,7 +95,6 @@ share/gnome/help/epiphany-extensions/de/figures/epi-ext-tabgroups.png
share/gnome/help/epiphany-extensions/es/epiphany-extensions.xml
share/gnome/help/epiphany-extensions/es/figures/epi-ext-action-create.png
share/gnome/help/epiphany-extensions/es/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-adblocker.png
share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-back.png
share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-close-2.png
share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-close.png
@@ -131,7 +115,6 @@ share/gnome/help/epiphany-extensions/es/figures/epi-ext-tabgroups.png
share/gnome/help/epiphany-extensions/fr/epiphany-extensions.xml
share/gnome/help/epiphany-extensions/fr/figures/epi-ext-action-create.png
share/gnome/help/epiphany-extensions/fr/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-adblocker.png
share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-back.png
share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-close-2.png
share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-close.png
@@ -152,7 +135,6 @@ share/gnome/help/epiphany-extensions/fr/figures/epi-ext-tabgroups.png
share/gnome/help/epiphany-extensions/oc/epiphany-extensions.xml
share/gnome/help/epiphany-extensions/oc/figures/epi-ext-action-create.png
share/gnome/help/epiphany-extensions/oc/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-adblocker.png
share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-back.png
share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-close-2.png
share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-close.png
@@ -170,10 +152,29 @@ share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-view-source-2.p
share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-view-source.png
share/gnome/help/epiphany-extensions/oc/figures/epi-ext-sidebar.png
share/gnome/help/epiphany-extensions/oc/figures/epi-ext-tabgroups.png
+share/gnome/help/epiphany-extensions/sl/epiphany-extensions.xml
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-action-create.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-actions-use.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-back.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-close-2.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-close.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-forward.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-fullscreen.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-homepage.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-new-tab.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-new-window.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-next-tab.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-prev-tab.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-reload.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-stop.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-up.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-view-source-2.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-view-source.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-sidebar.png
+share/gnome/help/epiphany-extensions/sl/figures/epi-ext-tabgroups.png
share/gnome/help/epiphany-extensions/sv/epiphany-extensions.xml
share/gnome/help/epiphany-extensions/sv/figures/epi-ext-action-create.png
share/gnome/help/epiphany-extensions/sv/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-adblocker.png
share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-back.png
share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-close-2.png
share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-close.png
@@ -196,6 +197,7 @@ share/locale/as/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
share/locale/bg/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
share/locale/bn_IN/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
share/locale/ca/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/ca@valencia/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
share/locale/cs/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
share/locale/da/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
share/locale/de/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
@@ -217,6 +219,7 @@ share/locale/ja/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
share/locale/kn/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
share/locale/ko/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
share/locale/lt/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
+share/locale/lv/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
share/locale/ml/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
share/locale/mr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
share/locale/nb/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
@@ -252,10 +255,31 @@ share/omf/epiphany-extensions/epiphany-extensions-de.omf
share/omf/epiphany-extensions/epiphany-extensions-es.omf
share/omf/epiphany-extensions/epiphany-extensions-fr.omf
share/omf/epiphany-extensions/epiphany-extensions-oc.omf
+share/omf/epiphany-extensions/epiphany-extensions-sl.omf
share/omf/epiphany-extensions/epiphany-extensions-sv.omf
@dirrm share/omf/epiphany-extensions
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/as/LC_MESSAGES
+@dirrmtry share/locale/as
@dirrm share/gnome/help/epiphany-extensions/sv/figures
@dirrm share/gnome/help/epiphany-extensions/sv
+@dirrm share/gnome/help/epiphany-extensions/sl/figures
+@dirrm share/gnome/help/epiphany-extensions/sl
@dirrm share/gnome/help/epiphany-extensions/oc/figures
@dirrm share/gnome/help/epiphany-extensions/oc
@dirrm share/gnome/help/epiphany-extensions/fr/figures
@@ -281,23 +305,7 @@ share/omf/epiphany-extensions/epiphany-extensions-sv.omf
@dirrmtry share/epiphany/icons
@dirrm %%DATADIR%%/ui
@dirrm %%DATADIR%%
+@dirrmtry share/epiphany
@dirrmtry lib/epiphany/%%VERSION%%/extensions
-@dirrmtry lib/epiphany/%%VERSION%%/plugins
@dirrmtry lib/epiphany/%%VERSION%%
@dirrmtry lib/epiphany
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
diff --git a/www/epiphany-extensions3/Makefile b/www/epiphany-extensions3/Makefile
deleted file mode 100644
index 708741c94..000000000
--- a/www/epiphany-extensions3/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-#
-
-PORTNAME= epiphany-extensions
-PORTVERSION= 3.6.0
-CATEGORIES= www gnome
-MASTER_SITES= GNOME
-PKGNAMESUFFIX= 3
-DIST_SUBDIR= gnome3
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A set of add-ons for the Epiphany web browser
-
-BUILD_DEPENDS= epiphany>=3.6.0:${PORTSDIR}/www/epiphany3
-LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3
-RUN_DEPENDS= epiphany>=3.6.0:${PORTSDIR}/www/epiphany3
-
-CONFLICTS= epiphany-extensions-2.[0-9]*
-
-NO_STAGE= yes
-LATEST_LINK= epiphany-extensions3
-USES= gettext gmake pathfix pkgconfig
-USE_XZ= yes
-USE_GNOME= gnomeprefix intlhack
-INSTALLS_OMF= yes
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-GLIB_SCHEMAS= org.gnome.epiphanyextensions.gschema.xml
-
-EPHY_EXTENSIONS=really-all
-EPHY_VERSION= ${PORTVERSION:R}
-
-PLIST_SUB= VERSION=${EPHY_VERSION} EPHY_VERSION=3.6
-
-OPTIONS_DEFINE= OPENSP
-OPENSP_DESC= OpenSP SGML support
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MOPENSP}
-CONFIGURE_ARGS+= --enable-opensp=yes
-LIB_DEPENDS+= osp:${PORTSDIR}/textproc/opensp
-.else
-CONFIGURE_ARGS+= --disable-opensp
-.endif
-
-CONFIGURE_ARGS+=--with-extensions="${EPHY_EXTENSIONS}"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|$$($$PKG_CONFIG --variable=extensionsdir epiphany-$$_epiphany_api_version)|${PREFIX}/lib/epiphany/${PORTVERSION:R}/extensions|g' \
- -e 's|$$($$PKG_CONFIG --variable=icondir epiphany-$$EPIPHANY_API_VERSION)|${PREFIX}/share/epiphany/icons|g' \
- ${WRKSRC}/configure
-# temp disable until autoscroller and permissions gets updated to new API.
- @${REINPLACE_CMD} -e 's|auto-scroller||g' -e 's|permissions||g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/www/epiphany-extensions3/distinfo b/www/epiphany-extensions3/distinfo
deleted file mode 100644
index 44ced64f6..000000000
--- a/www/epiphany-extensions3/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome3/epiphany-extensions-3.6.0.tar.xz) = 3a1cc21b44a7b00cfe055b87c23f20f16c9fbd2b5a30380338885a5ae0847f7a
-SIZE (gnome3/epiphany-extensions-3.6.0.tar.xz) = 1383912
diff --git a/www/epiphany-extensions3/pkg-descr b/www/epiphany-extensions3/pkg-descr
deleted file mode 100644
index 309ccdfa8..000000000
--- a/www/epiphany-extensions3/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Epiphany-extensions is a set of plugins for the Epiphany web browser that
-extend its base functionality. Some of those extensions include:
-
-* Actions
-* Ad Blocker
-* Certificate Viewer
-* Greasemonkey
-* Mouse Gestures
-* Newsfeed extractor
-* and more...
-
-WWW: http://www.gnome.org/projects/epiphany/extensions
diff --git a/www/epiphany-extensions3/pkg-plist b/www/epiphany-extensions3/pkg-plist
deleted file mode 100644
index bc07bc436..000000000
--- a/www/epiphany-extensions3/pkg-plist
+++ /dev/null
@@ -1,311 +0,0 @@
-lib/epiphany/%%VERSION%%/extensions/actions.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/adblock.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/auto-reload.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/extensions-manager-ui.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/gestures.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/greasemonkey.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/html5tube.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/libactionsextension.la
-lib/epiphany/%%VERSION%%/extensions/libactionsextension.so
-lib/epiphany/%%VERSION%%/extensions/libadblockextension.la
-lib/epiphany/%%VERSION%%/extensions/libadblockextension.so
-lib/epiphany/%%VERSION%%/extensions/libautoreloadextension.la
-lib/epiphany/%%VERSION%%/extensions/libautoreloadextension.so
-lib/epiphany/%%VERSION%%/extensions/libextensionsmanageruiextension.la
-lib/epiphany/%%VERSION%%/extensions/libextensionsmanageruiextension.so
-lib/epiphany/%%VERSION%%/extensions/libgesturesextension.la
-lib/epiphany/%%VERSION%%/extensions/libgesturesextension.so
-lib/epiphany/%%VERSION%%/extensions/libgreasemonkeyextension.la
-lib/epiphany/%%VERSION%%/extensions/libgreasemonkeyextension.so
-lib/epiphany/%%VERSION%%/extensions/libhtml5tubeextension.la
-lib/epiphany/%%VERSION%%/extensions/libhtml5tubeextension.so
-lib/epiphany/%%VERSION%%/extensions/libpushscrollerextension.la
-lib/epiphany/%%VERSION%%/extensions/libpushscrollerextension.so
-lib/epiphany/%%VERSION%%/extensions/librssextension.la
-lib/epiphany/%%VERSION%%/extensions/librssextension.so
-lib/epiphany/%%VERSION%%/extensions/libsampleextension.la
-lib/epiphany/%%VERSION%%/extensions/libsampleextension.so
-lib/epiphany/%%VERSION%%/extensions/libsoupflyextension.la
-lib/epiphany/%%VERSION%%/extensions/libsoupflyextension.so
-lib/epiphany/%%VERSION%%/extensions/libtabkeytabnavigateextension.la
-lib/epiphany/%%VERSION%%/extensions/libtabkeytabnavigateextension.so
-lib/epiphany/%%VERSION%%/extensions/libtabstatesextension.la
-lib/epiphany/%%VERSION%%/extensions/libtabstatesextension.so
-lib/epiphany/%%VERSION%%/extensions/push-scroller.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/rss.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/sample.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/soup-fly.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/tab-key-tab-navigate.ephy-extension
-lib/epiphany/%%VERSION%%/extensions/tab-states.ephy-extension
-%%DATADIR%%/ephy-gestures.xml
-%%DATADIR%%/ui/action-properties.ui
-%%DATADIR%%/ui/actions-editor.ui
-%%DATADIR%%/ui/adblock.ui
-%%DATADIR%%/ui/extensions-manager-ui.ui
-%%DATADIR%%/ui/rss-ui.ui
-share/epiphany/icons/hicolor/16x16/status/ad-blocked.png
-share/epiphany/icons/hicolor/16x16/status/feed-presence.png
-share/epiphany/icons/hicolor/22x22/status/ad-blocked.png
-share/epiphany/icons/hicolor/22x22/status/feed-presence.png
-share/epiphany/icons/hicolor/24x24/status/ad-blocked.png
-share/epiphany/icons/hicolor/24x24/status/feed-presence.png
-share/epiphany/icons/hicolor/32x32/status/feed-presence.png
-share/epiphany/icons/hicolor/scalable/status/feed-presence.svg
-share/gnome/help/epiphany-extensions/C/epiphany-extensions.xml
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-action-create.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-back.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-close-2.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-close.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-forward.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-fullscreen.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-homepage.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-new-tab.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-new-window.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-next-tab.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-prev-tab.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-reload.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-stop.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-up.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-view-source-2.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-gestures-view-source.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-sidebar.png
-share/gnome/help/epiphany-extensions/C/figures/epi-ext-tabgroups.png
-share/gnome/help/epiphany-extensions/C/legal.xml
-share/gnome/help/epiphany-extensions/de/epiphany-extensions.xml
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-action-create.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-back.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-close-2.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-close.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-forward.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-fullscreen.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-homepage.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-new-tab.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-new-window.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-next-tab.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-prev-tab.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-reload.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-stop.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-up.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-view-source-2.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-gestures-view-source.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-sidebar.png
-share/gnome/help/epiphany-extensions/de/figures/epi-ext-tabgroups.png
-share/gnome/help/epiphany-extensions/es/epiphany-extensions.xml
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-action-create.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-back.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-close-2.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-close.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-forward.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-fullscreen.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-homepage.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-new-tab.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-new-window.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-next-tab.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-prev-tab.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-reload.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-stop.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-up.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-view-source-2.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-gestures-view-source.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-sidebar.png
-share/gnome/help/epiphany-extensions/es/figures/epi-ext-tabgroups.png
-share/gnome/help/epiphany-extensions/fr/epiphany-extensions.xml
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-action-create.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-back.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-close-2.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-close.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-forward.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-fullscreen.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-homepage.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-new-tab.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-new-window.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-next-tab.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-prev-tab.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-reload.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-stop.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-up.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-view-source-2.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-gestures-view-source.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-sidebar.png
-share/gnome/help/epiphany-extensions/fr/figures/epi-ext-tabgroups.png
-share/gnome/help/epiphany-extensions/oc/epiphany-extensions.xml
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-action-create.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-back.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-close-2.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-close.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-forward.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-fullscreen.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-homepage.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-new-tab.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-new-window.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-next-tab.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-prev-tab.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-reload.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-stop.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-up.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-view-source-2.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-gestures-view-source.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-sidebar.png
-share/gnome/help/epiphany-extensions/oc/figures/epi-ext-tabgroups.png
-share/gnome/help/epiphany-extensions/sl/epiphany-extensions.xml
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-action-create.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-back.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-close-2.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-close.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-forward.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-fullscreen.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-homepage.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-new-tab.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-new-window.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-next-tab.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-prev-tab.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-reload.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-stop.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-up.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-view-source-2.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-gestures-view-source.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-sidebar.png
-share/gnome/help/epiphany-extensions/sl/figures/epi-ext-tabgroups.png
-share/gnome/help/epiphany-extensions/sv/epiphany-extensions.xml
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-action-create.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-actions-use.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-back.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-close-2.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-close.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-forward.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-fullscreen.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-homepage.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-new-tab.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-new-window.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-next-tab.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-prev-tab.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-reload.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-stop.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-up.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-view-source-2.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-gestures-view-source.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-sidebar.png
-share/gnome/help/epiphany-extensions/sv/figures/epi-ext-tabgroups.png
-share/locale/ar/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/as/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/bg/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/bn_IN/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ca/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ca@valencia/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/cs/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/da/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/de/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/dz/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/el/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/en_CA/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/en_GB/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/es/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/eu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/fi/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/fr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/gl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/gu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/he/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/hr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/hu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/it/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ja/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/kn/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ko/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/lt/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/lv/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ml/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/mr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/nb/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ne/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/nl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/oc/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/or/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/pa/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/pl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/pt/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/pt_BR/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ro/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ru/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/rw/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sk/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sq/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sr@Latn/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/sv/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/ta/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/te/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/th/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/tr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/uk/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/vi/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/wa/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/zh_CN/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/zh_HK/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/locale/zh_TW/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo
-share/omf/epiphany-extensions/epiphany-extensions-C.omf
-share/omf/epiphany-extensions/epiphany-extensions-de.omf
-share/omf/epiphany-extensions/epiphany-extensions-es.omf
-share/omf/epiphany-extensions/epiphany-extensions-fr.omf
-share/omf/epiphany-extensions/epiphany-extensions-oc.omf
-share/omf/epiphany-extensions/epiphany-extensions-sl.omf
-share/omf/epiphany-extensions/epiphany-extensions-sv.omf
-@dirrm share/omf/epiphany-extensions
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
-@dirrm share/gnome/help/epiphany-extensions/sv/figures
-@dirrm share/gnome/help/epiphany-extensions/sv
-@dirrm share/gnome/help/epiphany-extensions/sl/figures
-@dirrm share/gnome/help/epiphany-extensions/sl
-@dirrm share/gnome/help/epiphany-extensions/oc/figures
-@dirrm share/gnome/help/epiphany-extensions/oc
-@dirrm share/gnome/help/epiphany-extensions/fr/figures
-@dirrm share/gnome/help/epiphany-extensions/fr
-@dirrm share/gnome/help/epiphany-extensions/es/figures
-@dirrm share/gnome/help/epiphany-extensions/es
-@dirrm share/gnome/help/epiphany-extensions/de/figures
-@dirrm share/gnome/help/epiphany-extensions/de
-@dirrm share/gnome/help/epiphany-extensions/C/figures
-@dirrm share/gnome/help/epiphany-extensions/C
-@dirrm share/gnome/help/epiphany-extensions
-@dirrmtry share/epiphany/icons/hicolor/scalable/status
-@dirrmtry share/epiphany/icons/hicolor/scalable
-@dirrmtry share/epiphany/icons/hicolor/32x32/status
-@dirrmtry share/epiphany/icons/hicolor/32x32
-@dirrmtry share/epiphany/icons/hicolor/24x24/status
-@dirrmtry share/epiphany/icons/hicolor/24x24
-@dirrmtry share/epiphany/icons/hicolor/22x22/status
-@dirrmtry share/epiphany/icons/hicolor/22x22
-@dirrmtry share/epiphany/icons/hicolor/16x16/status
-@dirrmtry share/epiphany/icons/hicolor/16x16
-@dirrmtry share/epiphany/icons/hicolor
-@dirrmtry share/epiphany/icons
-@dirrm %%DATADIR%%/ui
-@dirrm %%DATADIR%%
-@dirrmtry share/epiphany
-@dirrmtry lib/epiphany/%%VERSION%%/extensions
-@dirrmtry lib/epiphany/%%VERSION%%
-@dirrmtry lib/epiphany
diff --git a/www/epiphany3/Makefile b/www/epiphany/Makefile
index c66c3f1e9..73b93ff4b 100644
--- a/www/epiphany3/Makefile
+++ b/www/epiphany/Makefile
@@ -25,10 +25,6 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co
gnome-icon-theme-symbolic>=0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \
${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
-CONFLICTS= epiphany-2.[0-9]*
-
-NO_STAGE= yes
-LATEST_LINK= epiphany3
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_XZ= yes
@@ -49,8 +45,6 @@ GLIB_SCHEMAS= org.gnome.Epiphany.enums.xml \
PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}"
-MAN1= epiphany.1
-
OPTIONS_DEFINE= AVAHI SPELLCHECK
OPTIONS_DEFAULT=AVAHI SPELLCHECK
SPELLCHECK_DESC=Enable spell checking by default
diff --git a/www/epiphany3/distinfo b/www/epiphany/distinfo
index 666b2cddb..666b2cddb 100644
--- a/www/epiphany3/distinfo
+++ b/www/epiphany/distinfo
diff --git a/www/epiphany3/files/extra-patch-embed_ephy-embed-prefs.c b/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c
index ba4557bac..ba4557bac 100644
--- a/www/epiphany3/files/extra-patch-embed_ephy-embed-prefs.c
+++ b/www/epiphany/files/extra-patch-embed_ephy-embed-prefs.c
diff --git a/www/epiphany3/files/patch-embed_ephy-embed-prefs.c b/www/epiphany/files/patch-embed_ephy-embed-prefs.c
index c3b8340a7..c3b8340a7 100644
--- a/www/epiphany3/files/patch-embed_ephy-embed-prefs.c
+++ b/www/epiphany/files/patch-embed_ephy-embed-prefs.c
diff --git a/www/epiphany3/pkg-descr b/www/epiphany/pkg-descr
index 51066f8d5..51066f8d5 100644
--- a/www/epiphany3/pkg-descr
+++ b/www/epiphany/pkg-descr
diff --git a/www/epiphany3/pkg-plist b/www/epiphany/pkg-plist
index 7a2ec9ff8..78bd5d42a 100644
--- a/www/epiphany3/pkg-plist
+++ b/www/epiphany/pkg-plist
@@ -34,6 +34,7 @@ include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-web-view.h
include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-window.h
lib/girepository-1.0/Epiphany-%%EPHY_VERSION%%.typelib
libdata/pkgconfig/epiphany-%%EPHY_VERSION%%.pc
+man/man1/epiphany.1.gz
share/GConf/gsettings/epiphany.convert
share/aclocal/epiphany.m4
share/applications/epiphany.desktop