svn commit: r444943 - in head/mail/sylpheed: . files
Emanuel Haupt
ehaupt at FreeBSD.org
Mon Jul 3 12:21:44 UTC 2017
Author: ehaupt
Date: Mon Jul 3 12:21:43 2017
New Revision: 444943
URL: https://svnweb.freebsd.org/changeset/ports/444943
Log:
- 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
Deleted:
head/mail/sylpheed/files/extra-patch-libsylph_ssl.c
Modified:
head/mail/sylpheed/Makefile
head/mail/sylpheed/distinfo
head/mail/sylpheed/pkg-plist
Modified: head/mail/sylpheed/Makefile
==============================================================================
--- head/mail/sylpheed/Makefile Mon Jul 3 12:16:52 2017 (r444942)
+++ head/mail/sylpheed/Makefile Mon Jul 3 12:21:43 2017 (r444943)
@@ -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
Modified: head/mail/sylpheed/distinfo
==============================================================================
--- head/mail/sylpheed/distinfo Mon Jul 3 12:16:52 2017 (r444942)
+++ head/mail/sylpheed/distinfo Mon Jul 3 12:21:43 2017 (r444943)
@@ -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
Modified: head/mail/sylpheed/pkg-plist
==============================================================================
--- head/mail/sylpheed/pkg-plist Mon Jul 3 12:16:52 2017 (r444942)
+++ head/mail/sylpheed/pkg-plist Mon Jul 3 12:21:43 2017 (r444943)
@@ -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
More information about the svn-ports-all
mailing list