From owner-svn-ports-head@freebsd.org Mon May 14 09:28:28 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 EAD5DFE3B70; Mon, 14 May 2018 09:28:27 +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.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 9E2D18E197; Mon, 14 May 2018 09:28:27 +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 7F2AC1A44D; Mon, 14 May 2018 09:28:27 +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 w4E9SRq1002375; Mon, 14 May 2018 09:28:27 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E9SQ3W002373; Mon, 14 May 2018 09:28:26 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201805140928.w4E9SQ3W002373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 14 May 2018 09:28:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469870 - head/mail/neomutt X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/mail/neomutt X-SVN-Commit-Revision: 469870 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 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: Mon, 14 May 2018 09:28:28 -0000 Author: bapt Date: Mon May 14 09:28:26 2018 New Revision: 469870 URL: https://svnweb.freebsd.org/changeset/ports/469870 Log: Update to 20180512 Modified: head/mail/neomutt/Makefile head/mail/neomutt/distinfo head/mail/neomutt/pkg-descr Modified: head/mail/neomutt/Makefile ============================================================================== --- head/mail/neomutt/Makefile Mon May 14 09:16:08 2018 (r469869) +++ head/mail/neomutt/Makefile Mon May 14 09:28:26 2018 (r469870) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= neomutt -PORTVERSION= 20180323 +PORTVERSION= 20180512 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= mail @@ -42,7 +42,6 @@ TOKYOCABINET_DESC= Tokyo Cabinet support SCREEN_DESC= Screen options CONFIGURE_ARGS= --with-ssl="${OPENSSLBASE}" \ - --disable-fcntl \ --locales-fix \ --mandir=${PREFIX}/man \ ${ICONV_CONFIGURE_ARGS} @@ -68,7 +67,7 @@ NLS_USES_OFF= gettext-runtime:build gettext-tools:bui IDN_LIB_DEPENDS= libidn.so:dns/libidn IDN_CONFIGURE_ENABLE= idn -FLOCK_CONFIGURE_ENABLE= flock +FLOCK_CONFIGURE_ON= --with-lock=flock SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_CONFIGURE_ON= --sasl Modified: head/mail/neomutt/distinfo ============================================================================== --- head/mail/neomutt/distinfo Mon May 14 09:16:08 2018 (r469869) +++ head/mail/neomutt/distinfo Mon May 14 09:28:26 2018 (r469870) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522141455 -SHA256 (neomutt-neomutt-neomutt-20180323_GH0.tar.gz) = 4c498424cd6ded946c940f38df7cd01604a23059f258f05d979b2580eafc678b -SIZE (neomutt-neomutt-neomutt-20180323_GH0.tar.gz) = 2650465 +TIMESTAMP = 1526289307 +SHA256 (neomutt-neomutt-neomutt-20180512_GH0.tar.gz) = fe573b9b6944c2d40d42e6ab62b711e9980da2d2bc36c533e0ba322fd9f3b851 +SIZE (neomutt-neomutt-neomutt-20180512_GH0.tar.gz) = 2758674 Modified: head/mail/neomutt/pkg-descr ============================================================================== --- head/mail/neomutt/pkg-descr Mon May 14 09:16:08 2018 (r469869) +++ head/mail/neomutt/pkg-descr Mon May 14 09:28:26 2018 (r469870) @@ -6,4 +6,4 @@ What is NeoMutt? Hopefully this will build the community and reduce duplicated effort. -WWW: http://www.neomutt.org +WWW: https://www.neomutt.org