Date: Mon, 7 Apr 2014 09:05:46 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350434 - head/mail/sylpheed Message-ID: <201404070905.s3795kVv045277@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Apr 7 09:05:45 2014 New Revision: 350434 URL: http://svnweb.freebsd.org/changeset/ports/350434 QAT: https://qat.redports.org/buildarchive/r350434/ Log: Update to 3.4.1 PR: 188334 Submitted by: Denis Generalov <gd.workbox@gmail.com> Modified: head/mail/sylpheed/Makefile head/mail/sylpheed/distinfo head/mail/sylpheed/pkg-plist Modified: head/mail/sylpheed/Makefile ============================================================================== --- head/mail/sylpheed/Makefile Mon Apr 7 08:24:52 2014 (r350433) +++ head/mail/sylpheed/Makefile Mon Apr 7 09:05:45 2014 (r350434) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sylpheed -PORTVERSION= 3.3.1 +PORTVERSION= 3.4.1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ CRITICAL @@ -15,7 +15,7 @@ LICENSE_COMB= dual RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support -USES= gettext iconv gmake pkgconfig tar:bzip2 +USES= gettext iconv gmake pkgconfig tar:bzip2 desktop-file-utils USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -130,5 +130,7 @@ post-install: .endfor @${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${STAGEDIR}${PREFIX}/share/pixmaps/ @${INSTALL_DATA} ${WRKSRC}/sylpheed.desktop ${STAGEDIR}${PREFIX}/share/applications/ + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsylpheed-plugin-0.so.3 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsylph-0.so.3 .include <bsd.port.mk> Modified: head/mail/sylpheed/distinfo ============================================================================== --- head/mail/sylpheed/distinfo Mon Apr 7 08:24:52 2014 (r350433) +++ head/mail/sylpheed/distinfo Mon Apr 7 09:05:45 2014 (r350434) @@ -1,2 +1,2 @@ -SHA256 (sylpheed-3.3.1.tar.bz2) = 270d538e71aad0230ad0b827b0ab418cc96e9b810c781a53b1cf4982ab67ec1f -SIZE (sylpheed-3.3.1.tar.bz2) = 3304528 +SHA256 (sylpheed-3.4.1.tar.bz2) = 7ded48cff0761332d829008e2b6536f54d5c6330f9c45d7123172864b78b9787 +SIZE (sylpheed-3.4.1.tar.bz2) = 3473101 Modified: head/mail/sylpheed/pkg-plist ============================================================================== --- head/mail/sylpheed/pkg-plist Mon Apr 7 08:24:52 2014 (r350433) +++ head/mail/sylpheed/pkg-plist Mon Apr 7 09:05:45 2014 (r350434) @@ -31,6 +31,7 @@ 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 @@ -41,10 +42,10 @@ include/sylpheed/sylph/virtual.h include/sylpheed/sylph/xml.h lib/libsylph-0.la lib/libsylph-0.so -lib/libsylph-0.so.2 +lib/libsylph-0.so.3 lib/libsylpheed-plugin-0.la lib/libsylpheed-plugin-0.so -lib/libsylpheed-plugin-0.so.2 +lib/libsylpheed-plugin-0.so.3 share/applications/sylpheed.desktop %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.ja @@ -133,6 +134,7 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404070905.s3795kVv045277>