Index: head/mail/sylpheed/Makefile =================================================================== --- head/mail/sylpheed/Makefile (revision 444942) +++ head/mail/sylpheed/Makefile (revision 444943) @@ -1,124 +1,122 @@ # Created by: shigeri # $FreeBSD$ PORTNAME= sylpheed -PORTVERSION= 3.5.1 -PORTREVISION= 1 +PORTVERSION= 3.6.0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Lightweight, featureful, and fast GTK+ based e-mail client LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= gettext iconv gmake pkgconfig tar:bzip2 desktop-file-utils \ libtool USE_GNOME= gtk20 cairo gdkpixbuf2 GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-ipv6 \ --prefix=${PREFIX} \ --with-libintl-prefix=${LOCALBASE} \ --program-transform-name='' CONFLICTS= sylpheed-1.[0-8]* sylpheed-2.[0-9]* sylpheed-gtk2-[0-9]* OPTIONS_DEFINE= CA_BUNDLE COMPFACE CURL DOCS GPGME GTKSPELL JPILOT LDAP \ ONIGURUMA SSL HIDE_OSSIG CA_BUNDLE_DESC= Include CA bundle for certificate verification COMPFACE_DESC= X-Face support CURL_DESC= libcurl dependency (remote update check) GPGME_DESC= GnuPG support using GPGME GTKSPELL_DESC= Spell checking support HIDE_OSSIG_DESC=Hide OS and GTK signature in mail header JPILOT_DESC= JPilot support ONIGURUMA_DESC= Oniguruma support OPTIONS_DEFAULT=CA_BUNDLE CURL GTKSPELL GPGME SSL CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -CA_BUNDLE_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-libsylph_ssl.c COMPFACE_LIB_DEPENDS= libcompface.so:mail/faces COMPFACE_CONFIGURE_ENABLE= compface CURL_RUN_DEPENDS= curl:ftp/curl GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme \ libgpg-error.so:security/libgpg-error \ libassuan.so:security/libassuan GPGME_RUN_DEPENDS= gpg:security/gnupg GPGME_CONFIGURE_ENABLE= gpgme GTKSPELL_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell \ libenchant.so:textproc/enchant \ libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus GTKSPELL_CONFIGURE_ENABLE= gtkspell HIDE_OSSIG_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_main.c JPILOT_LIB_DEPENDS= libpisock.so:palm/pilot-link JPILOT_RUN_DEPENDS= jpilot:palm/jpilot JPILOT_CONFIGURE_ENABLE= jpilot LDAP_CONFIGURE_ENABLE= ldap LDAP_USE= openldap=yes -ONIGURUMA_BUILD_DEPENDS= ${LOCALBASE}/lib/libonig.a:devel/oniguruma5 +ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma5 ONIGURUMA_CONFIGURE_ENABLE= oniguruma SSL_CONFIGURE_ENABLE= ssl SSL_USES= ssl .include MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ faq/en/Makefile.in faq/es/Makefile.in faq/fr/Makefile.in \ faq/it/Makefile.in manual/Makefile.in manual/en/Makefile.in \ manual/ja/Makefile.in src/Makefile.in libsylph/Makefile.in \ src/icons/Makefile.in post-patch: @${REINPLACE_CMD} -e 's|-lresolv||g; s|-lpisock\"|${ICONV_LIB} &|g;' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g' \ ${WRKSRC}/libsylph/procmime.c # to prevent breaking cc of ldif.c because of a base64.h in PREFIX/include @${REINPLACE_CMD} -e 's|^\(DEFS.*\.\.\)$$|\1 -I../libsylph|' \ ${WRKSRC}/src/Makefile.in .if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src plugin po manual faq nsis$$|SUBDIRS = ac libsylph src plugin po nsis|g' \ ${WRKSRC}/Makefile.in .else .for i in ${MAKEFILES} @${REINPLACE_CMD} -e 's|^faqdir = @faqdir@$$|faqdir = ${DOCSDIR}/faq|g; \ s|^manualdir = @manualdir@$$|manualdir = ${DOCSDIR}/manual|g' \ ${WRKSRC}/${i} .endfor .endif post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ChangeLog INSTALL README TODO ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${i}.ja ${STAGEDIR}${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/sylpheed.desktop ${STAGEDIR}${PREFIX}/share/applications/ .include Index: head/mail/sylpheed/distinfo =================================================================== --- head/mail/sylpheed/distinfo (revision 444942) +++ head/mail/sylpheed/distinfo (revision 444943) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469875070 -SHA256 (sylpheed-3.5.1.tar.bz2) = 3a5a04a13a0e2f32cdbc6e09d92b5143ca96df5fef23425cd81d96b8bd5b1087 -SIZE (sylpheed-3.5.1.tar.bz2) = 3561816 +TIMESTAMP = 1499074053 +SHA256 (sylpheed-3.6.0.tar.bz2) = eba4a70b43b49dbf419934796677a69a71d069b71b0dd697a0008836be4db345 +SIZE (sylpheed-3.6.0.tar.bz2) = 3568998 Index: head/mail/sylpheed/files/extra-patch-libsylph_ssl.c =================================================================== --- head/mail/sylpheed/files/extra-patch-libsylph_ssl.c (revision 444942) +++ head/mail/sylpheed/files/extra-patch-libsylph_ssl.c (nonexistent) @@ -1,10 +0,0 @@ ---- libsylph/ssl.c.orig 2016-01-25 16:00:23 UTC -+++ libsylph/ssl.c -@@ -59,6 +59,7 @@ static gchar *find_certs_file(const gcha - LOOK_FOR("ca-bundle.crt"); - LOOK_FOR("ca-root.crt"); - LOOK_FOR("certs.crt"); -+ LOOK_FOR("cert.pem"); - } - - #undef LOOK_FOR Property changes on: head/mail/sylpheed/files/extra-patch-libsylph_ssl.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/sylpheed/pkg-plist =================================================================== --- head/mail/sylpheed/pkg-plist (revision 444942) +++ head/mail/sylpheed/pkg-plist (revision 444943) @@ -1,163 +1,164 @@ bin/sylpheed include/sylpheed/plugin.h include/sylpheed/plugin-types.h include/sylpheed/sylph/account.h include/sylpheed/sylph/base64.h include/sylpheed/sylph/codeconv.h include/sylpheed/sylph/customheader.h include/sylpheed/sylph/defs.h include/sylpheed/sylph/displayheader.h include/sylpheed/sylph/enums.h include/sylpheed/sylph/filter.h include/sylpheed/sylph/folder.h include/sylpheed/sylph/html.h include/sylpheed/sylph/imap.h include/sylpheed/sylph/mbox.h include/sylpheed/sylph/md5.h include/sylpheed/sylph/md5_hmac.h include/sylpheed/sylph/mh.h include/sylpheed/sylph/news.h include/sylpheed/sylph/nntp.h include/sylpheed/sylph/pop.h include/sylpheed/sylph/prefs.h include/sylpheed/sylph/prefs_account.h include/sylpheed/sylph/prefs_common.h include/sylpheed/sylph/procheader.h include/sylpheed/sylph/procmime.h include/sylpheed/sylph/procmsg.h include/sylpheed/sylph/quoted-printable.h include/sylpheed/sylph/recv.h include/sylpheed/sylph/session.h include/sylpheed/sylph/smtp.h include/sylpheed/sylph/socket.h include/sylpheed/sylph/socks.h include/sylpheed/sylph/ssl.h include/sylpheed/sylph/ssl_hostname_validation.h include/sylpheed/sylph/stringtable.h include/sylpheed/sylph/syl-marshal.h include/sylpheed/sylph/sylmain.h include/sylpheed/sylph/unmime.h include/sylpheed/sylph/utils.h include/sylpheed/sylph/uuencode.h include/sylpheed/sylph/virtual.h include/sylpheed/sylph/xml.h lib/libsylph-0.so lib/libsylph-0.so.1 -lib/libsylph-0.so.1.2.0 +lib/libsylph-0.so.1.2.1 lib/libsylpheed-plugin-0.so lib/libsylpheed-plugin-0.so.1 -lib/libsylpheed-plugin-0.so.1.2.0 +lib/libsylpheed-plugin-0.so.1.2.1 share/applications/sylpheed.desktop %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.ja %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/INSTALL.ja %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.ja %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/TODO.ja %%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-1.html %%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-2.html %%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-3.html %%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq.html %%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-1.html %%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-2.html %%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-3.html %%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq-4.html %%PORTDOCS%%%%DOCSDIR%%/faq/en/sylpheed-faq.html %%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-1.html %%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-2.html %%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq-3.html %%PORTDOCS%%%%DOCSDIR%%/faq/es/sylpheed-faq.html %%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-1.html %%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-2.html %%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq-3.html %%PORTDOCS%%%%DOCSDIR%%/faq/fr/sylpheed-faq.html %%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-1.html %%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-2.html %%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq-3.html %%PORTDOCS%%%%DOCSDIR%%/faq/it/sylpheed-faq.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-1.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-10.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-11.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-12.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-13.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-14.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-15.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-16.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-17.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-18.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-19.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-2.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-20.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-21.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-22.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-3.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-4.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-5.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-6.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-7.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-8.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed-9.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/sylpheed.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-1.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-10.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-11.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-12.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-13.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-14.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-15.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-16.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-17.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-18.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-19.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-2.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-20.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-21.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-22.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-23.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-24.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-25.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-26.html +%%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-27.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-3.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-4.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-5.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-6.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-7.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-8.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed-9.html %%PORTDOCS%%%%DOCSDIR%%/manual/ja/sylpheed.html share/locale/be/LC_MESSAGES/sylpheed.mo share/locale/bg/LC_MESSAGES/sylpheed.mo share/locale/cs/LC_MESSAGES/sylpheed.mo share/locale/da/LC_MESSAGES/sylpheed.mo share/locale/de/LC_MESSAGES/sylpheed.mo share/locale/el/LC_MESSAGES/sylpheed.mo share/locale/es/LC_MESSAGES/sylpheed.mo share/locale/et/LC_MESSAGES/sylpheed.mo share/locale/eu/LC_MESSAGES/sylpheed.mo share/locale/fi/LC_MESSAGES/sylpheed.mo share/locale/fr/LC_MESSAGES/sylpheed.mo share/locale/gl/LC_MESSAGES/sylpheed.mo share/locale/he/LC_MESSAGES/sylpheed.mo share/locale/hr/LC_MESSAGES/sylpheed.mo share/locale/hu/LC_MESSAGES/sylpheed.mo share/locale/it/LC_MESSAGES/sylpheed.mo share/locale/ja/LC_MESSAGES/sylpheed.mo share/locale/ko/LC_MESSAGES/sylpheed.mo share/locale/lt/LC_MESSAGES/sylpheed.mo share/locale/nl/LC_MESSAGES/sylpheed.mo share/locale/pl/LC_MESSAGES/sylpheed.mo share/locale/pt_BR/LC_MESSAGES/sylpheed.mo share/locale/ro/LC_MESSAGES/sylpheed.mo share/locale/ru/LC_MESSAGES/sylpheed.mo share/locale/sk/LC_MESSAGES/sylpheed.mo share/locale/sl/LC_MESSAGES/sylpheed.mo share/locale/sr/LC_MESSAGES/sylpheed.mo share/locale/sv/LC_MESSAGES/sylpheed.mo share/locale/tr/LC_MESSAGES/sylpheed.mo share/locale/uk/LC_MESSAGES/sylpheed.mo share/locale/vi/LC_MESSAGES/sylpheed.mo share/locale/zh_CN/LC_MESSAGES/sylpheed.mo share/locale/zh_TW/LC_MESSAGES/sylpheed.mo share/pixmaps/sylpheed.png