diff options
Diffstat (limited to 'mail/geary/Makefile')
-rw-r--r-- | mail/geary/Makefile | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/mail/geary/Makefile b/mail/geary/Makefile index f38ceea54d5b..4834f0d13c76 100644 --- a/mail/geary/Makefile +++ b/mail/geary/Makefile @@ -1,15 +1,10 @@ PORTNAME= geary -PORTVERSION= 40.0 -PORTREVISION= 13 +PORTVERSION= 46.0 +PORTREVISION= 3 CATEGORIES= mail gnome -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome -PATCH_SITES= https://gitlab.gnome.org/GNOME/geary/-/commit/ -PATCHFILES= 0f75e7a84a39492d0748cec2ba6028e08cae3644.diff:-p1 \ - 4a7ca820b1d3d6130fedf254dc5b4cd7efb58f2c.diff:-p1 \ - 9bd4c82952a0a2c3308c5cc86c0b85650c1fb484.diff:-p1 - MAINTAINER= gnome@FreeBSD.org COMMENT= Mail client for GNOME WWW= https://wiki.gnome.org/Apps/Geary @@ -17,9 +12,9 @@ WWW= https://wiki.gnome.org/Apps/Geary LICENSE= BSD2CLAUSE CC-BY-3.0 LGPL21+ LICENSE_COMB= multi -BUILD_DEPENDS= itstool:textproc/itstool +BUILD_DEPENDS= itstool:textproc/itstool \ + iso-codes>0:misc/iso-codes LIB_DEPENDS= libappstream-glib.so:devel/appstream-glib \ - libcanberra.so:audio/libcanberra \ libenchant-2.so:textproc/enchant2 \ libfolks.so:net-im/folks \ libgcr-base-3.so:security/gcr3 \ @@ -31,26 +26,30 @@ LIB_DEPENDS= libappstream-glib.so:devel/appstream-glib \ libicuuc.so:devel/icu \ libjson-glib-1.0.so:devel/json-glib \ libnotify.so:devel/libnotify \ - libpeas-gtk-1.0.so:devel/libpeas \ + libpeas-gtk-1.0.so:devel/libpeas1 \ libsecret-1.so:security/libsecret \ - libsoup-2.4.so:devel/libsoup \ + libsoup-3.0.so:devel/libsoup3 \ libstemmer.so:textproc/snowballstemmer \ - libunwind.so:devel/libunwind \ - libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ - libytnef.so:converters/ytnef + libytnef.so:converters/ytnef \ + libwebkit2gtk-4.1.so:www/webkit2-gtk@41 -USES= compiler:c11 cpe desktop-file-utils gettext gnome meson pkgconfig \ - python:build shebangfix sqlite tar:xz vala:build +USES= compiler:c11 cpe desktop-file-utils gettext gnome localbase:ldflags \ + meson pkgconfig python:build shebangfix sqlite tar:xz vala:build CPE_VENDOR= gnome -USE_GNOME= cairo gsound gtk30 libxml2 +USE_GNOME= cairo gdkpixbuf glib20 gsound gtk30 libxml2 GLIB_SCHEMAS= org.gnome.Geary.gschema.xml USE_LDCONFIG= yes SHEBANG_FILES= desktop/geary-attach -MESON_ARGS= -Dprofile=release -Dvaladoc=disabled +MESON_ARGS= -Dprofile=release -Dvaladoc=disabled \ + -Dlibunwind=disabled \ + -Diso_639_xml=${LOCALBASE}/share/xml/iso-codes/iso_639.xml \ + -Diso_3166_xml=${LOCALBASE}/share/xml/iso-codes/iso_3166.xml BINARY_ALIAS= python3=${PYTHON_VERSION} CFLAGS+= -Wno-error=int-conversion +PLIST_SUB= VERSION=${PORTVERSION} + .include <bsd.port.mk> |