From owner-svn-ports-all@freebsd.org Mon Oct 3 11:12:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5D12AC609E; Mon, 3 Oct 2016 11:12:17 +0000 (UTC) (envelope-from gahr@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 mx1.freebsd.org (Postfix) with ESMTPS id 9391A8C6; Mon, 3 Oct 2016 11:12:17 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u93BCGpB078609; Mon, 3 Oct 2016 11:12:16 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u93BCGs4078604; Mon, 3 Oct 2016 11:12:16 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201610031112.u93BCGs4078604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 3 Oct 2016 11:12:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423184 - in head/mail/neomutt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2016 11:12:17 -0000 Author: gahr Date: Mon Oct 3 11:12:16 2016 New Revision: 423184 URL: https://svnweb.freebsd.org/changeset/ports/423184 Log: mail/neomutt: update to 20161002, plus two build-related fixes Approved by: bapt (maintainer) Added: head/mail/neomutt/files/patch-doc_Makefile.am (contents, props changed) Modified: head/mail/neomutt/Makefile head/mail/neomutt/distinfo head/mail/neomutt/files/patch-staging-Makefile.am head/mail/neomutt/pkg-plist Modified: head/mail/neomutt/Makefile ============================================================================== --- head/mail/neomutt/Makefile Mon Oct 3 10:37:00 2016 (r423183) +++ head/mail/neomutt/Makefile Mon Oct 3 11:12:16 2016 (r423184) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= neomutt -PORTVERSION= 20160916 +PORTVERSION= 20161002 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= mail @@ -9,7 +9,7 @@ MAINTAINER= bapt@FreeBSD.org COMMENT= Bringing together all the Mutt Code LICENSE= GPLv1 -LICENSE_FILE= ${WRKSRC}/GPL +LICENSE_FILE= ${WRKSRC}/LICENSE.md USE_GITHUB= yes Modified: head/mail/neomutt/distinfo ============================================================================== --- head/mail/neomutt/distinfo Mon Oct 3 10:37:00 2016 (r423183) +++ head/mail/neomutt/distinfo Mon Oct 3 11:12:16 2016 (r423184) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474138716 -SHA256 (neomutt-neomutt-neomutt-20160916_GH0.tar.gz) = dc32b23f1fde0bc9e1d2ba38479ee36a8a23840f140cbc1627a184b886d57782 -SIZE (neomutt-neomutt-neomutt-20160916_GH0.tar.gz) = 2652099 +TIMESTAMP = 1475484800 +SHA256 (neomutt-neomutt-neomutt-20161002_GH0.tar.gz) = 5f5c045b15234d988d96c7b712e29199ae84500f7c2a21bffe75c85ceb31a38f +SIZE (neomutt-neomutt-neomutt-20161002_GH0.tar.gz) = 2656295 Added: head/mail/neomutt/files/patch-doc_Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/neomutt/files/patch-doc_Makefile.am Mon Oct 3 11:12:16 2016 (r423184) @@ -0,0 +1,11 @@ +--- doc/Makefile.am.orig 2016-10-02 15:13:51 UTC ++++ doc/Makefile.am +@@ -60,7 +60,7 @@ BUILT_DISTFILES = stamp-doc-xml stamp-do + srcdir_DOCFILES = PGP-Notes.txt applying-patches.txt \ + devel-notes.txt patch-notes.txt smime-notes.txt + +-topsrcdir_DOCFILES = COPYRIGHT GPL INSTALL ChangeLog ChangeLog.neomutt \ ++topsrcdir_DOCFILES = COPYRIGHT LICENSE.md INSTALL ChangeLog ChangeLog.neomutt \ + README NEWS TODO README.SECURITY README.SSL README.neomutt README.notmuch + + all: makedoc-all Modified: head/mail/neomutt/files/patch-staging-Makefile.am ============================================================================== --- head/mail/neomutt/files/patch-staging-Makefile.am Mon Oct 3 10:37:00 2016 (r423183) +++ head/mail/neomutt/files/patch-staging-Makefile.am Mon Oct 3 11:12:16 2016 (r423184) @@ -1,6 +1,15 @@ ---- Makefile.am.orig 2015-09-10 09:19:15.000000000 +0200 -+++ Makefile.am 2015-09-10 09:21:00.000000000 +0200 -@@ -150,15 +150,6 @@ +--- Makefile.am.orig 2016-10-02 15:13:51 UTC ++++ Makefile.am +@@ -62,7 +62,7 @@ EXTRA_mutt_SOURCES = account.c bcache.c + sidebar.c smime.c smtp.c utf8.c wcwidth.c \ + bcache.h browser.h hcache.h mbyte.h mutt_idna.h remailer.h url.h + +-EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO UPDATING \ ++EXTRA_DIST = COPYRIGHT LICENSE.md OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO UPDATING \ + account.h \ + attach.h buffy.h charset.h compress.h copy.h crypthash.h dotlock.h functions.h gen_defs \ + globals.h hash.h history.h init.h keymap.h mutt_crypt.h \ +@@ -176,15 +176,6 @@ patchlist.c: $(srcdir)/PATCHES $(srcdir) $(srcdir)/patchlist.sh < $(srcdir)/PATCHES > patchlist.c install-exec-hook: Modified: head/mail/neomutt/pkg-plist ============================================================================== --- head/mail/neomutt/pkg-plist Mon Oct 3 10:37:00 2016 (r423183) +++ head/mail/neomutt/pkg-plist Mon Oct 3 11:12:16 2016 (r423184) @@ -15,7 +15,7 @@ man/man5/muttrc.5.gz %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.neomutt -%%PORTDOCS%%%%DOCSDIR%%/GPL +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/PGP-Notes.txt