From owner-svn-ports-head@freebsd.org Sat Nov 17 00:57:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD704110A3EB; Sat, 17 Nov 2018 00:57:36 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8530771E9A; Sat, 17 Nov 2018 00:57:36 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6643F24D22; Sat, 17 Nov 2018 00:57:36 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAH0vaL1055555; Sat, 17 Nov 2018 00:57:36 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAH0vZMr055552; Sat, 17 Nov 2018 00:57:35 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201811170057.wAH0vZMr055552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 17 Nov 2018 00:57:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485106 - head/mail/claws-mail X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/mail/claws-mail X-SVN-Commit-Revision: 485106 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8530771E9A X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Nov 2018 00:57:37 -0000 Author: joneum Date: Sat Nov 17 00:57:35 2018 New Revision: 485106 URL: https://svnweb.freebsd.org/changeset/ports/485106 Log: Update to 3.17.1 - Add License - Remove the MANUAL Part: This has alredy been removed in Version 3.17.0 Changelog: https://www.claws-mail.org/NEWS Sponsored by: Netzkommune GmbH Modified: 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/claws-mail/Makefile ============================================================================== --- head/mail/claws-mail/Makefile Sat Nov 17 00:52:52 2018 (r485105) +++ head/mail/claws-mail/Makefile Sat Nov 17 00:57:35 2018 (r485106) @@ -2,11 +2,14 @@ # $FreeBSD$ PORTNAME= claws-mail -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= mail news ipv6 COMMENT= Lightweight and featureful GTK+ based e-mail and news client +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libcurl.so:ftp/curl \ libetpan.so:mail/libetpan \ libfreetype.so:print/freetype2 \ @@ -14,7 +17,8 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libgnutls.so:security/gnutls \ libgcrypt.so:security/libgcrypt \ libexpat.so:textproc/expat2 \ - libfontconfig.so:x11-fonts/fontconfig + libfontconfig.so:x11-fonts/fontconfig \ + libnettle.so:security/nettle RUN_DEPENDS= mime-support>0:misc/mime-support USES= compiler:c++11-lang cpe desktop-file-utils gnome pathfix \ @@ -25,8 +29,8 @@ SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-ma INSTALLS_ICONS= yes OPTIONS_DEFINE= COMPFACE DEBUG DOCS ENCHANT IPV6 JPILOT LDAP \ - MANUAL NLS STARTUP THEMES -OPTIONS_DEFAULT=COMPFACE ENCHANT MANUAL STARTUP THEMES + NLS STARTUP THEMES +OPTIONS_DEFAULT=COMPFACE ENCHANT STARTUP THEMES OPTIONS_SUB= yes COMPFACE_DESC= X-Face support @@ -48,11 +52,6 @@ JPILOT_RUN_DEPENDS= jpilot:palm/jpilot LDAP_CONFIGURE_ENABLE= ldap LDAP_USE= openldap=yes - -MANUAL_DESC= User manual (many dependencies, including texlive) -MANUAL_CONFIGURE_ON= --enable-manual --with-manualdir=${DOCSDIR}/manual -MANUAL_CONFIGURE_OFF= --disable-manual -MANUAL_BUILD_DEPENDS= docbook-utils>0:textproc/docbook-utils NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext-tools Modified: head/mail/claws-mail/Makefile.claws ============================================================================== --- head/mail/claws-mail/Makefile.claws Sat Nov 17 00:52:52 2018 (r485105) +++ head/mail/claws-mail/Makefile.claws Sat Nov 17 00:57:35 2018 (r485106) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTVERSION= 3.16.0 +PORTVERSION= 3.17.1 CATEGORIES?= mail MASTER_SITES= http://www.claws-mail.org/download.php?file=releases/ Modified: head/mail/claws-mail/distinfo ============================================================================== --- head/mail/claws-mail/distinfo Sat Nov 17 00:52:52 2018 (r485105) +++ head/mail/claws-mail/distinfo Sat Nov 17 00:57:35 2018 (r485106) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513513432 -SHA256 (claws-mail-3.16.0.tar.xz) = c212133d3d962129d8c7995c1c7d973faef2a8914481c0c74578217bf4c897ab -SIZE (claws-mail-3.16.0.tar.xz) = 5913948 +TIMESTAMP = 1542407861 +SHA256 (claws-mail-3.17.1.tar.xz) = 757b5f4163fb44f772b1453d1cc0b83387bb6b67ad55cc0694bdd4eff9ea76f2 +SIZE (claws-mail-3.17.1.tar.xz) = 4746940 Modified: head/mail/claws-mail/pkg-plist ============================================================================== --- head/mail/claws-mail/pkg-plist Sat Nov 17 00:52:52 2018 (r485105) +++ head/mail/claws-mail/pkg-plist Sat Nov 17 00:57:35 2018 (r485106) @@ -3,6 +3,7 @@ bin/sylpheed-claws include/claws-mail/account.h include/claws-mail/action.h include/claws-mail/adbookbase.h +include/claws-mail/addrmerge.h include/claws-mail/addr_compl.h include/claws-mail/addrbook.h include/claws-mail/addrcache.h @@ -39,6 +40,7 @@ include/claws-mail/common/pkcs5_pbkdf2.h include/claws-mail/common/plugin.h include/claws-mail/common/prefs.h include/claws-mail/common/progressindicator.h +include/claws-mail/common/proxy.h include/claws-mail/common/quoted-printable.h include/claws-mail/common/session.h include/claws-mail/common/smtp.h @@ -164,30 +166,10 @@ include/claws-mail/password.h include/claws-mail/password_gtk.h include/claws-mail/passwordstore.h include/claws-mail/pine.h -include/claws-mail/plugins/claws-mail/archiver.h -include/claws-mail/plugins/claws-mail/archiver_prefs.h -include/claws-mail/plugins/claws-mail/gtkhotkey/eggaccelerators.h -include/claws-mail/plugins/claws-mail/gtkhotkey/gtk-hotkey-error.h -include/claws-mail/plugins/claws-mail/gtkhotkey/gtk-hotkey-info.h -include/claws-mail/plugins/claws-mail/gtkhotkey/gtk-hotkey-key-file-registry.h -include/claws-mail/plugins/claws-mail/gtkhotkey/gtk-hotkey-listener.h -include/claws-mail/plugins/claws-mail/gtkhotkey/gtk-hotkey-marshal.h -include/claws-mail/plugins/claws-mail/gtkhotkey/gtk-hotkey-registry.h -include/claws-mail/plugins/claws-mail/gtkhotkey/gtk-hotkey-utils.h -include/claws-mail/plugins/claws-mail/gtkhotkey/gtk-hotkey-x11-listener.h -include/claws-mail/plugins/claws-mail/gtkhotkey/gtkhotkey.h -include/claws-mail/plugins/claws-mail/gtkhotkey/tomboykeybinder.h -include/claws-mail/plugins/pgpcore/autocompletion.h include/claws-mail/plugins/pgpcore/passphrase.h include/claws-mail/plugins/pgpcore/pgp_utils.h -include/claws-mail/plugins/pgpcore/pgp_viewer.h include/claws-mail/plugins/pgpcore/prefs_gpg.h -include/claws-mail/plugins/pgpcore/select-keys.h include/claws-mail/plugins/pgpcore/sgpgme.h -include/claws-mail/plugins/pgpinline/pgpinline.h -include/claws-mail/plugins/pgpmime/pgpmime.h -include/claws-mail/plugins/smime/smime.h -include/claws-mail/plugins/vcalendar/vcal_interface.h include/claws-mail/pop.h include/claws-mail/prefs_account.h include/claws-mail/prefs_actions.h @@ -209,6 +191,7 @@ include/claws-mail/prefs_message.h include/claws-mail/prefs_migration.h include/claws-mail/prefs_msg_colors.h include/claws-mail/prefs_other.h +include/claws-mail/prefs_proxy.h include/claws-mail/prefs_quote.h include/claws-mail/prefs_receive.h include/claws-mail/prefs_send.h @@ -247,6 +230,7 @@ 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/dillo.so lib/claws-mail/plugins/pgpinline.deps lib/claws-mail/plugins/pgpmime.deps lib/claws-mail/plugins/smime.deps @@ -284,18 +268,6 @@ share/applications/claws-mail.desktop %%PORTDOCS%%%%DOCSDIR%%/README.tools %%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES %%PORTDOCS%%%%DOCSDIR%%/TODO -%%MANUAL%%%%DOCSDIR%%/manual/en/claws-mail-manual.html -%%MANUAL%%%%DOCSDIR%%/manual/en/claws-mail-manual.pdf -%%MANUAL%%%%DOCSDIR%%/manual/en/claws-mail-manual.ps -%%MANUAL%%%%DOCSDIR%%/manual/en/claws-mail-manual.txt -%%MANUAL%%%%DOCSDIR%%/manual/es/claws-mail-manual.html -%%MANUAL%%%%DOCSDIR%%/manual/es/claws-mail-manual.pdf -%%MANUAL%%%%DOCSDIR%%/manual/es/claws-mail-manual.ps -%%MANUAL%%%%DOCSDIR%%/manual/es/claws-mail-manual.txt -%%MANUAL%%%%DOCSDIR%%/manual/fr/claws-mail-manual.html -%%MANUAL%%%%DOCSDIR%%/manual/fr/claws-mail-manual.pdf -%%MANUAL%%%%DOCSDIR%%/manual/fr/claws-mail-manual.ps -%%MANUAL%%%%DOCSDIR%%/manual/fr/claws-mail-manual.txt share/icons/hicolor/128x128/apps/claws-mail.png share/icons/hicolor/48x48/apps/claws-mail.png share/icons/hicolor/64x64/apps/claws-mail.png