Index: head/databases/evolution-data-server/Makefile =================================================================== --- head/databases/evolution-data-server/Makefile (revision 396106) +++ head/databases/evolution-data-server/Makefile (revision 396107) @@ -1,98 +1,97 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= evolution-data-server -PORTVERSION= 3.16.4 -PORTREVISION= 1 +PORTVERSION= 3.16.5 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Data backends for the Evolution integrated mail/PIM suite LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gcr>=3.11:${PORTSDIR}/security/gcr \ vapigen:${PORTSDIR}/lang/vala LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ liboauth.so:${PORTSDIR}/net/liboauth \ libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ libgdata.so:${PORTSDIR}/devel/libgdata \ libical.so:${PORTSDIR}/devel/libical \ libnss3.so:${PORTSDIR}/security/nss \ libtasn1.so:${PORTSDIR}/security/libtasn1 \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring PORTSCOUT= limitw:1,even USES= bison gettext gmake gperf libtool pathfix pkgconfig tar:xz # Unbreak mail/evolution with webkit-gtk3 on FreeBSD 8 and 9. Normally # this change would be done there, but it is not a C++ application, so it # does not link directly to libstdc++ and adding the libstdc++ rpath to # the executable does not work at runtime. USES+= compiler:c++11-lib -USE_GNOME= gtk30 intlhack introspection:build libxml2 +USE_GNOME= gtk30 intltool introspection:build libxml2 USE_OPENLDAP= yes USE_SQLITE= yes GNU_CONFIGURE= yes USE_BDB= 5 USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static \ --with-openldap=yes \ --disable-uoa \ --enable-vala-bindings \ --disable-gtk-doc \ --with-libdb=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.Evolution.DefaultSources.gschema.xml \ org.gnome.evolution.eds-shell.gschema.xml \ org.gnome.evolution-data-server.addressbook.gschema.xml \ org.gnome.evolution-data-server.calendar.gschema.xml \ org.gnome.evolution-data-server.gschema.xml \ org.gnome.evolution.shell.network-config.gschema.xml PLIST_SUB= VERSION="3.16" EVO_VERSION="1.2" OPTIONS_DEFINE= WEATHER KERBEROS OPTIONS_DEFAULT=WEATHER KERBEROS WEATHER_DESC= Weather calendar backend .include .if ${PORT_OPTIONS:MKERBEROS} && exists(/usr/bin/krb5-config) CONFIGURE_ARGS+= --with-krb5=/usr KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` .else CONFIGURE_ARGS+= --without-krb5 .endif .if ${PORT_OPTIONS:MWEATHER} LIB_DEPENDS+= libgweather-3.so:${PORTSDIR}/net/libgweather CONFIGURE_ARGS+= --enable-weather PLIST_SUB+= WEATHER="" .else CONFIGURE_ARGS+= --disable-weather PLIST_SUB+= WEATHER="@comment " .endif EDS_BDB_MSG= "!!!WARNING!!!: Berkeley Database version is ${BDB_VER}. If this is an upgrade, you may experience problems if you or any other Evolution-data-server users were previously using BDB_VER 5." pre-everything:: @if [ x"${BDB_VER}" != x"5" ]; then \ ${ECHO_MSG} ${EDS_BDB_MSG} | ${FMT} 75 79 ; \ fi post-patch: @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g ; \ s|heimlibs=".*"|heimlibs="${KRB5_LIB}"|g ; \ s|-Wl,--no-undefined||g ; \ s|-Wnoexcept||g ; \ s|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure .include Index: head/databases/evolution-data-server/distinfo =================================================================== --- head/databases/evolution-data-server/distinfo (revision 396106) +++ head/databases/evolution-data-server/distinfo (revision 396107) @@ -1,2 +1,2 @@ -SHA256 (gnome3/evolution-data-server-3.16.4.tar.xz) = 62af92dd5563d58a2f13eceeee99cbb7201c15a60eb9e6f4f2bf69688aa07a06 -SIZE (gnome3/evolution-data-server-3.16.4.tar.xz) = 5364536 +SHA256 (gnome3/evolution-data-server-3.16.5.tar.xz) = e44ad4143402957cab8cab1a6b3d7057d8b111d268c6b9ad4e4008850f5b244c +SIZE (gnome3/evolution-data-server-3.16.5.tar.xz) = 5364120 Index: head/mail/evolution/Makefile =================================================================== --- head/mail/evolution/Makefile (revision 396106) +++ head/mail/evolution/Makefile (revision 396107) @@ -1,120 +1,120 @@ # Created by: Ade Lovett # $FreeBSD$ PORTNAME= evolution -PORTVERSION= 3.16.4 +PORTVERSION= 3.16.5 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Integrated mail, calendar and address book distributed suite BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \ highlight:${PORTSDIR}/textproc/highlight LIB_DEPENDS= libnss3.so:${PORTSDIR}/security/nss \ libgcr-3.so:${PORTSDIR}/security/gcr \ libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 \ libgeocode-glib.so:${PORTSDIR}/net/geocode-glib \ libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ libcryptui.so:${PORTSDIR}/security/libcryptui \ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ libnotify.so:${PORTSDIR}/devel/libnotify RUN_DEPENDS= highlight:${PORTSDIR}/textproc/highlight \ gnome-keyring>=3.0.0:${PORTSDIR}/security/gnome-keyring PORTSCOUT= limitw:1,even USES= desktop-file-utils bison gettext gmake libtool \ pathfix perl5 pkgconfig tar:xz -USE_GNOME= evolutiondataserver3 gnomedesktop3 intlhack +USE_GNOME= evolutiondataserver3 gnomedesktop3 intltool GNU_CONFIGURE= yes USE_GSTREAMER1= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-nss=yes \ --disable-autoar \ --with-sub-version=" FreeBSD GNOME Team Port" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.evolution.gschema.xml \ org.gnome.evolution.addressbook.gschema.xml \ org.gnome.evolution.calendar.gschema.xml \ org.gnome.evolution.importer.gschema.xml \ org.gnome.evolution.mail.gschema.xml \ org.gnome.evolution.shell.gschema.xml \ org.gnome.evolution.bogofilter.gschema.xml \ org.gnome.evolution.spamassassin.gschema.xml \ org.gnome.evolution.plugin.attachment-reminder.gschema.xml \ org.gnome.evolution.plugin.autocontacts.gschema.xml \ org.gnome.evolution.plugin.email-custom-header.gschema.xml \ org.gnome.evolution.plugin.external-editor.gschema.xml \ org.gnome.evolution.plugin.face-picture.gschema.xml \ org.gnome.evolution.plugin.itip.gschema.xml \ org.gnome.evolution.plugin.mail-notification.gschema.xml \ org.gnome.evolution.plugin.prefer-plain.gschema.xml \ org.gnome.evolution.plugin.publish-calendar.gschema.xml \ org.gnome.evolution.plugin.templates.gschema.xml EVO_VERSION= 3.16 PLIST_SUB= VERSION=${EVO_VERSION} \ PORTVERSION=2.12 OPTIONS_DEFINE= LDAP WEATHER CANBERRA PST OPTIONS_DEFAULT=LDAP WEATHER CANBERRA BOGOFILTER OPTIONS_GROUP= SPAM OPTIONS_GROUP_SPAM=SPAMASSASSIN BOGOFILTER OPTIONS_SUB= yes CANBERRA_DESC= Canberra theme audio plugin WEATHER_DESC= Weather calendar backend SPAM_DESC= Spam filter support SPAMASSASSIN_DESC= SpamAssassin spam filtering BOGOFILTER_DESC= Bogofilter spam filtering PST_DESC= Outlook .pst importer MAPS_DESC= Contact maps LDAP_CONFIGURE_WITH= openldap LDAP_USE= OPENLDAP=yes WEATHER_LIB_DEPENDS= libgweather-3.so:${PORTSDIR}/net/libgweather WEATHER_CONFIGURE_ENABLE= weather SPAMASSASSIN_CONFIGURE_WITH= spamassassin SPAMASSASSIN_BUILD_DEPENDS= spamassassin:${PORTSDIR}/mail/spamassassin SPAMASSASSIN_RUN_DEPENDS= spamassassin:${PORTSDIR}/mail/spamassassin BOGOFILTER_CONFIGURE_WITH= bogofilter BOGOFILTER_BUILD_DEPENDS= bogofilter:${PORTSDIR}/mail/bogofilter BOGOFILTER_RUN_DEPENDS= bogofilter:${PORTSDIR}/mail/bogofilter CANBERRA_LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 CANBERRA_CONFIGURE_ENABLE= canberra PST_CONFIGURE_ENABLE= pst-import PST_BUILD_DEPENDS= libpst>=0.6.58_1:${PORTSDIR}/mail/libpst PST_RUN_DEPENDS= libpst>=0.6.58_1:${PORTSDIR}/mail/libpst CONFIGURE_ARGS+=--disable-contact-maps #MAPS_CONFIGURE_ENABLE= contact-maps #MAPS_LIB_DEPENDS= libchamplain-0.12.so:${PORTSDIR}/graphics/libchamplain \ # libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 #MAPS_BUILD_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue .include post-patch: @${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \ -e 's|-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi|${KRB5_LIB}|g' \ -e 's|-Wl,--no-undefined||g' \ -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ ${WRKSRC}/modules/spamassassin/evolution-spamassassin.c \ ${WRKSRC}/modules/bogofilter/evolution-bogofilter.c # @${SH} ${FILESDIR}/fix-plugins.sh ${WRKSRC} .include Index: head/mail/evolution/distinfo =================================================================== --- head/mail/evolution/distinfo (revision 396106) +++ head/mail/evolution/distinfo (revision 396107) @@ -1,2 +1,2 @@ -SHA256 (gnome3/evolution-3.16.4.tar.xz) = 60d90c4f36cc05f925f50dc7e8dcc4f83edd6d9b5476f14e75c1d10ce7fbd67f -SIZE (gnome3/evolution-3.16.4.tar.xz) = 11946404 +SHA256 (gnome3/evolution-3.16.5.tar.xz) = fef4e8d0a81dc4562f984dddc5ccfee885506a2e030692b5ac6cd50e32efce37 +SIZE (gnome3/evolution-3.16.5.tar.xz) = 11962476 Index: head/mail/evolution-ews/Makefile =================================================================== --- head/mail/evolution-ews/Makefile (revision 396106) +++ head/mail/evolution-ews/Makefile (revision 396107) @@ -1,39 +1,39 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= evolution-ews -PORTVERSION= 3.16.4 +PORTVERSION= 3.16.5 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Evolution Microsoft Exchange plugin through Exchange Web Services BUILD_DEPENDS= evolution>=3.0.0:${PORTSDIR}/mail/evolution LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libmspack.so:${PORTSDIR}/archivers/libmspack \ libical.so:${PORTSDIR}/devel/libical RUN_DEPENDS= evolution>=3.0.0:${PORTSDIR}/mail/evolution PORTSCOUT= limitw:1,even USES= gettext gmake libtool pathfix pkgconfig tar:xz -USE_GNOME= intlhack +USE_GNOME= intltool GNU_CONFIGURE= yes USE_SQLITE= 3 USE_BDB= 5 USE_OPENLDAP= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --datarootdir=${PREFIX}/share \ --localedir=${PREFIX}/share/locale \ --prefix=${PREFIX} INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|$$(prefix)/$$(DATADIRNAME)/|$$(prefix)/share/|g' \ ${WRKSRC}/configure .include Index: head/mail/evolution-ews/distinfo =================================================================== --- head/mail/evolution-ews/distinfo (revision 396106) +++ head/mail/evolution-ews/distinfo (revision 396107) @@ -1,2 +1,2 @@ -SHA256 (gnome3/evolution-ews-3.16.4.tar.xz) = fabacc8a3acb5998fa0aa750927defe3cd8198e3a8300190cb613dd779803bd4 -SIZE (gnome3/evolution-ews-3.16.4.tar.xz) = 684676 +SHA256 (gnome3/evolution-ews-3.16.5.tar.xz) = d67e0cbf94800fb7035205bf8fd61ae1413ae7ba79265f8750fde1e7fb25eb58 +SIZE (gnome3/evolution-ews-3.16.5.tar.xz) = 684684