Hey, Sent this to landry@ only yesterday, but maybe he's really busy taming foxes ;-)
Here is an update to geary 0.11.0. Updates the homepage URL, regen WANTLIB, had to manually remove devel/gettext from MODULES, (adding intl to WANTLIB instead,) and remove gobject-introspection in lieu of providing it as a LIB_DEPENDS and WANTLIB entry. Without those changes, port-lib-depends-check and lib-depends-check both complained, but now they seem happy. New plist removed a bunch of .ui files, but the update seems to run just fine here (amd64) without them. Hoping for a watchful eye on this one as I've never messed with GNOME ports. Cheers! -ryan ? geary.diff Index: Makefile =================================================================== RCS file: /cvs/ports/mail/geary/Makefile,v retrieving revision 1.27 diff -u -p -r1.27 Makefile --- Makefile 4 Apr 2015 09:21:02 -0000 1.27 +++ Makefile 24 May 2016 19:11:59 -0000 @@ -3,8 +3,7 @@ COMMENT = lightweight mail user agent GNOME_PROJECT = geary -GNOME_VERSION = 0.10.0 -REVISION = 0 +GNOME_VERSION = 0.11.0 MAINTAINER = Landry Breuil <[email protected]> CATEGORIES = mail @@ -12,8 +11,8 @@ CATEGORIES = mail # LGPLv2.1 PERMIT_PACKAGE_CDROM = Yes -HOMEPAGE = http://yorba.org/projects/geary/ -MODULES = devel/cmake devel/dconf x11/gnome devel/gettext +HOMEPAGE = https://wiki.gnome.org/Apps/Geary +MODULES = devel/cmake devel/dconf x11/gnome MODGNOME_TOOLS += desktop-file-utils gobject-introspection MODGNOME_TOOLS += gtk-update-icon-cache vala yelp @@ -27,13 +26,13 @@ LIB_DEPENDS = mail/gmime \ www/webkit,gtk3 \ audio/libcanberra \ devel/libnotify \ + devel/gobject-introspection \ devel/libgee -WANTLIB += atk-1.0 c cairo cairo-gobject canberra fontconfig freetype -WANTLIB += gdk-3 gdk_pixbuf-2.0 gee-0.8 gio-2.0 glib-2.0 gmime-2.6 -WANTLIB += gobject-2.0 gthread-2.0 gtk-3 javascriptcoregtk-3.0 -WANTLIB += m notify pango-1.0 pangocairo-1.0 pangoft2-1.0 secret-1 -WANTLIB += soup-2.4 sqlite3 webkitgtk-3.0 xml2 z pthread -WANTLIB += gck-1 gcr-ui-3 gcr-base-3 p11-kit +WANTLIB += atk-1.0 c cairo cairo-gobject canberra gck-1 gcr-base-3 +WANTLIB += gcr-ui-3 gdk-3 gdk_pixbuf-2.0 gee-0.8 gio-2.0 glib-2.0 +WANTLIB += gmime-2.6 gobject-2.0 gthread-2.0 gtk-3 javascriptcoregtk-3.0 +WANTLIB += m notify p11-kit pango-1.0 pangocairo-1.0 secret-1 +WANTLIB += soup-2.4 sqlite3 webkitgtk-3.0 xml2 intl girepository-1.0 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/mail/geary/distinfo,v retrieving revision 1.16 diff -u -p -r1.16 distinfo --- distinfo 2 Apr 2015 13:19:55 -0000 1.16 +++ distinfo 24 May 2016 19:11:59 -0000 @@ -1,2 +1,2 @@ -SHA256 (geary-0.10.0.tar.xz) = Rhl6WhuLBArc7pkILb/Z//nKgE478AVaLpCxMhS9vKU= -SIZE (geary-0.10.0.tar.xz) = 917376 +SHA256 (geary-0.11.0.tar.xz) = yUe7HnC9PT9HmeWd3QWyewioEyZ09kxoyRmXRZW9zZ8= +SIZE (geary-0.11.0.tar.xz) = 945188 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/mail/geary/pkg/PLIST,v retrieving revision 1.12 diff -u -p -r1.12 PLIST --- pkg/PLIST 2 Apr 2015 13:19:55 -0000 1.12 +++ pkg/PLIST 24 May 2016 19:11:59 -0000 @@ -38,25 +38,6 @@ share/geary/sql/version-024.sql share/geary/theming/ share/geary/theming/message-viewer.css share/geary/theming/message-viewer.html -share/geary/ui/ -share/geary/ui/accelerators.ui -share/geary/ui/account_cannot_remove.glade -share/geary/ui/account_list.glade -share/geary/ui/account_spinner.glade -share/geary/ui/app_menu.interface -share/geary/ui/certificate_warning_dialog.glade -share/geary/ui/composer.glade -share/geary/ui/composer_accelerators.ui -share/geary/ui/edit_alternate_emails.glade -share/geary/ui/find_bar.glade -share/geary/ui/login.glade -share/geary/ui/message.glade -share/geary/ui/password-dialog.glade -share/geary/ui/preferences.glade -share/geary/ui/remove_confirm.glade -share/geary/ui/toolbar_empty_menu.ui -share/geary/ui/toolbar_mark_menu.ui -share/geary/ui/upgrade_dialog.glade share/glib-2.0/schemas/org.yorba.geary.gschema.xml share/gnome/ share/gnome/help/ @@ -181,6 +162,7 @@ share/icons/hicolor/scalable/actions/mar share/icons/hicolor/scalable/actions/tag-rtl-symbolic.svg share/icons/hicolor/scalable/actions/tag-symbolic.svg share/icons/hicolor/scalable/actions/text-x-generic-symbolic.svg +share/icons/hicolor/symbolic/apps/geary-symbolic.svg share/locale/ar/LC_MESSAGES/geary.mo share/locale/bs/LC_MESSAGES/geary.mo share/locale/ca/LC_MESSAGES/geary.mo @@ -211,6 +193,7 @@ share/locale/lt/LC_MESSAGES/geary.mo share/locale/ms/LC_MESSAGES/geary.mo share/locale/nb/LC_MESSAGES/geary.mo share/locale/nl/LC_MESSAGES/geary.mo +share/locale/oc/LC_MESSAGES/geary.mo share/locale/pl/LC_MESSAGES/geary.mo share/locale/pt/LC_MESSAGES/geary.mo share/locale/pt_BR/LC_MESSAGES/geary.mo
