diff options
Diffstat (limited to 'www/epiphany/Makefile')
-rw-r--r-- | www/epiphany/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 94c481a017ea..85535f17cb63 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,16 +1,19 @@ PORTNAME= epiphany -PORTVERSION= 47.3.1 +PORTVERSION= 47.7 +PORTREVISION= 2 CATEGORIES= www gnome -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Extremely lightweight and simple web browser for GNOME -WWW= https://www.gnome.org/projects/epiphany/ +WWW= https://apps.gnome.org/Epiphany/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +PORTSCOUT= limit:^47\. + BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ iso-codes>=0:misc/iso-codes \ itstool:textproc/itstool @@ -20,22 +23,19 @@ LIB_DEPENDS= libgcr-4.so:security/gcr \ libsecret-1.so:security/libsecret \ libsoup-3.0.so:devel/libsoup3 \ libnettle.so:security/nettle \ + libportal.so:deskutils/libportal \ libportal-gtk4.so:deskutils/libportal-gtk4 \ libwebkitgtk-6.0.so:www/webkit2-gtk@60 -RUN_DEPENDS= gnome-icon-theme-symbolic>=0:x11-themes/gnome-icon-theme-symbolic \ - gnome-icon-theme>=0:misc/gnome-icon-theme \ - gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ - iso-codes>=0:misc/iso-codes - -PORTSCOUT= limitw:1,even +RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ + iso-codes>=0:misc/iso-codes \ + dbus>0:devel/dbus USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome \ - gstreamer libarchive localbase:ldflags meson pkgconfig python \ - shebangfix sqlite tar:xz xorg + gstreamer libarchive localbase:ldflags meson pkgconfig \ + sqlite tar:xz CPE_VENDOR= gnome -USE_GNOME= cairo gdkpixbuf glib20 gtk40 intltool libadwaita libxml2 libxslt -USE_XORG= x11 +USE_GNOME= cairo gdkpixbuf glib20 gtk40 libadwaita libxml2 USE_LDCONFIG= yes MESON_ARGS= -Db_lundef=false \ -Dunit_tests=disabled |