Date: Tue, 10 Jun 2014 15:08:10 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357321 - in head/mail: . claws-mail claws-mail-libravatar Message-ID: <201406101508.s5AF8AJD051390@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Tue Jun 10 15:08:10 2014 New Revision: 357321 URL: http://svnweb.freebsd.org/changeset/ports/357321 QAT: https://qat.redports.org/buildarchive/r357321/ Log: - Update Claws Mail and plugins to 3.10.1 bugfix release - Move libravatar plugin to separate port Added: head/mail/claws-mail-libravatar/ head/mail/claws-mail-libravatar/Makefile (contents, props changed) head/mail/claws-mail-libravatar/pkg-descr (contents, props changed) Modified: head/mail/Makefile head/mail/claws-mail/Makefile head/mail/claws-mail/Makefile.claws head/mail/claws-mail/distinfo head/mail/claws-mail/pkg-plist Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Tue Jun 10 15:08:04 2014 (r357320) +++ head/mail/Makefile Tue Jun 10 15:08:10 2014 (r357321) @@ -55,6 +55,7 @@ SUBDIR += claws-mail-fancy SUBDIR += claws-mail-fetchinfo SUBDIR += claws-mail-gdata + SUBDIR += claws-mail-libravatar SUBDIR += claws-mail-mailmbox SUBDIR += claws-mail-newmail SUBDIR += claws-mail-notification Added: head/mail/claws-mail-libravatar/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/claws-mail-libravatar/Makefile Tue Jun 10 15:08:10 2014 (r357321) @@ -0,0 +1,12 @@ +# Created by: Pawel Pekala <pawel@freebsd.org> +# $FreeBSD$ + +PORTNAME= libravatar +PORTREVISION= 0 + +COMMENT= Avatar display plugin for Claws Mail + +CLAWS_PLUGINS_BUILD= libravatar + +.include "../claws-mail/Makefile.claws" +.include <bsd.port.mk> Added: head/mail/claws-mail-libravatar/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/claws-mail-libravatar/pkg-descr Tue Jun 10 15:08:10 2014 (r357321) @@ -0,0 +1,4 @@ +Displays libravatar/gravatar profiles' images or a dynamically generated or +predefined alternative. Libravatar federated user domains are also supported. + +WWW: http://claws-mail.org/plugin.php?plugin=libravatar Modified: head/mail/claws-mail/Makefile ============================================================================== --- head/mail/claws-mail/Makefile Tue Jun 10 15:08:04 2014 (r357320) +++ head/mail/claws-mail/Makefile Tue Jun 10 15:08:10 2014 (r357321) @@ -13,7 +13,7 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support USE_GNOME= gtk20 -USES= pathfix +USES= desktop-file-utils pathfix INSTALLS_ICONS= yes OPTIONS_DEFINE= COMPFACE DEBUG DOCS ENCHANT IPV6 JPILOT LDAP \ Modified: head/mail/claws-mail/Makefile.claws ============================================================================== --- head/mail/claws-mail/Makefile.claws Tue Jun 10 15:08:04 2014 (r357320) +++ head/mail/claws-mail/Makefile.claws Tue Jun 10 15:08:10 2014 (r357321) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTVERSION= 3.10.0 +PORTVERSION= 3.10.1 CATEGORIES?= mail MASTER_SITES= SF/claws-mail/Claws%20Mail/${PORTVERSION} @@ -25,6 +25,7 @@ CLAWS_PLUGINS= acpi_notifier \ fetchinfo \ gdata \ geolocation \ + libravatar \ mailmbox \ newmail \ notification \ Modified: head/mail/claws-mail/distinfo ============================================================================== --- head/mail/claws-mail/distinfo Tue Jun 10 15:08:04 2014 (r357320) +++ head/mail/claws-mail/distinfo Tue Jun 10 15:08:10 2014 (r357321) @@ -1,2 +1,2 @@ -SHA256 (claws-mail-3.10.0.tar.xz) = 04c0d4781daf5be6113016d7ec0e7caf2e8f73afb7227c8e3aa96696e27fc968 -SIZE (claws-mail-3.10.0.tar.xz) = 6668012 +SHA256 (claws-mail-3.10.1.tar.xz) = 4cb7c42995b1a5d7567a0909ce2080c05eec74a4d966da7a7a872f5eba018459 +SIZE (claws-mail-3.10.1.tar.xz) = 6669376 Modified: head/mail/claws-mail/pkg-plist ============================================================================== --- head/mail/claws-mail/pkg-plist Tue Jun 10 15:08:04 2014 (r357320) +++ head/mail/claws-mail/pkg-plist Tue Jun 10 15:08:10 2014 (r357321) @@ -242,7 +242,6 @@ include/claws-mail/uri_opener.h include/claws-mail/vcard.h include/claws-mail/viewtypes.h include/claws-mail/wizard.h -lib/claws-mail/plugins/libravatar.so lib/claws-mail/plugins/pgpinline.deps lib/claws-mail/plugins/pgpmime.deps lib/claws-mail/plugins/smime.deps
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406101508.s5AF8AJD051390>