From owner-svn-ports-all@freebsd.org Tue Nov 12 11:27:19 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5BE861AA294; Tue, 12 Nov 2019 11:27:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47C57W1TVLz4RFR; Tue, 12 Nov 2019 11:27:19 +0000 (UTC) (envelope-from bapt@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 11A7E26F40; Tue, 12 Nov 2019 11:27:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xACBRIDn049534; Tue, 12 Nov 2019 11:27:18 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xACBRIvh049531; Tue, 12 Nov 2019 11:27:18 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201911121127.xACBRIvh049531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 12 Nov 2019 11:27:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517324 - head/mail/neomutt X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/mail/neomutt X-SVN-Commit-Revision: 517324 X-SVN-Commit-Repository: ports 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.29 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: Tue, 12 Nov 2019 11:27:19 -0000 Author: bapt Date: Tue Nov 12 11:27:18 2019 New Revision: 517324 URL: https://svnweb.freebsd.org/changeset/ports/517324 Log: Update to 2019-11-11 While here: - Remove the warning message during installation and only show it during upgrades (it only matters for people upgrading) - Add support for fmemopen(3) which should speed up some searches Modified: head/mail/neomutt/Makefile head/mail/neomutt/distinfo head/mail/neomutt/pkg-message Modified: head/mail/neomutt/Makefile ============================================================================== --- head/mail/neomutt/Makefile Tue Nov 12 10:54:59 2019 (r517323) +++ head/mail/neomutt/Makefile Tue Nov 12 11:27:18 2019 (r517324) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= neomutt -PORTVERSION= 20191102 +PORTVERSION= 20191111 CATEGORIES= mail MAINTAINER= bapt@FreeBSD.org @@ -43,6 +43,7 @@ SCREEN_DESC= Screen options CONFIGURE_ARGS= --with-ssl="${OPENSSLBASE}" \ --locales-fix \ + --fmemopen \ --mandir=${PREFIX}/man \ ${ICONV_CONFIGURE_ARGS} Modified: head/mail/neomutt/distinfo ============================================================================== --- head/mail/neomutt/distinfo Tue Nov 12 10:54:59 2019 (r517323) +++ head/mail/neomutt/distinfo Tue Nov 12 11:27:18 2019 (r517324) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572871902 -SHA256 (neomutt-neomutt-20191102_GH0.tar.gz) = 2feffde535323a5c96b8b2c895af2a32c46d25dc9d2e45ffc2d9ffaa06f73468 -SIZE (neomutt-neomutt-20191102_GH0.tar.gz) = 3224856 +TIMESTAMP = 1573552768 +SHA256 (neomutt-neomutt-20191111_GH0.tar.gz) = 29b9e9d7293157a8575808eb2ceb62ffb2f31be206405abc64fc37a4425e36f4 +SIZE (neomutt-neomutt-20191111_GH0.tar.gz) = 3225507 Modified: head/mail/neomutt/pkg-message ============================================================================== --- head/mail/neomutt/pkg-message Tue Nov 12 10:54:59 2019 (r517323) +++ head/mail/neomutt/pkg-message Tue Nov 12 11:27:18 2019 (r517324) @@ -3,12 +3,6 @@ message: <