diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-07-03 20:21:43 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-07-03 20:21:43 +0800 |
commit | cdbd63430cd6e9386501246c7f1458a8096caceb (patch) | |
tree | 44288c63f51103dbf4a21265c13ecbf6637e4519 /mail | |
parent | b9f41f205fa1965c6d219b6893dee3145e6e9c57 (diff) | |
download | freebsd-ports-gnome-cdbd63430cd6e9386501246c7f1458a8096caceb.tar.gz freebsd-ports-gnome-cdbd63430cd6e9386501246c7f1458a8096caceb.tar.zst freebsd-ports-gnome-cdbd63430cd6e9386501246c7f1458a8096caceb.zip |
- Update to 3.6.0
- Extra patch for CA bundle was merged upstream
- Binary is linked against devel/oniguruma5 if ONIGURUMA option is enabled.
Hence it is necessary to be declared as a LIB_DEPENDS instead of
BUILD_DEPENDS.
Changelog: http://sylpheed.sraoss.jp/en/news.html
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 6 | ||||
-rw-r--r-- | mail/sylpheed/distinfo | 6 | ||||
-rw-r--r-- | mail/sylpheed/files/extra-patch-libsylph_ssl.c | 10 | ||||
-rw-r--r-- | mail/sylpheed/pkg-plist | 5 |
4 files changed, 8 insertions, 19 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index ce3386da4b0b..bd0b8e129adc 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -2,8 +2,7 @@ # $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 @@ -49,7 +48,6 @@ 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 @@ -77,7 +75,7 @@ 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 diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo index 73dc2b0199e8..299f9ac60c25 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -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 diff --git a/mail/sylpheed/files/extra-patch-libsylph_ssl.c b/mail/sylpheed/files/extra-patch-libsylph_ssl.c deleted file mode 100644 index 09b51ee15b82..000000000000 --- a/mail/sylpheed/files/extra-patch-libsylph_ssl.c +++ /dev/null @@ -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 diff --git a/mail/sylpheed/pkg-plist b/mail/sylpheed/pkg-plist index bfe00092f3b6..8941e073073c 100644 --- a/mail/sylpheed/pkg-plist +++ b/mail/sylpheed/pkg-plist @@ -43,10 +43,10 @@ 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 @@ -119,6 +119,7 @@ share/applications/sylpheed.desktop %%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 |