Received: by mail.netbsd.org (Postfix, from userid 605) id 3EAB884DAB; Tue, 10 Oct 2017 08:18:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B0B1684DAA for ; Tue, 10 Oct 2017 08:18:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 9cGRafoTrJWU for ; Tue, 10 Oct 2017 08:18:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1372B84DAB for ; Tue, 10 Oct 2017 08:18:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0DDAEFBC7; Tue, 10 Oct 2017 08:18:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150762350297510" MIME-Version: 1.0 Date: Tue, 10 Oct 2017 08:18:22 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/mail/mutt To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20171010081822.0DDAEFBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150762350297510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Oct 10 08:18:21 UTC 2017 Modified Files: pkgsrc/mail/mutt: Makefile Log Message: mutt: Register conflict with neomutt. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 pkgsrc/mail/mutt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150762350297510 Content-Disposition: inline Content-Length: 739 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/mutt/Makefile diff -u pkgsrc/mail/mutt/Makefile:1.193 pkgsrc/mail/mutt/Makefile:1.194 --- pkgsrc/mail/mutt/Makefile:1.193 Sun Sep 24 14:57:27 2017 +++ pkgsrc/mail/mutt/Makefile Tue Oct 10 08:18:21 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.193 2017/09/24 14:57:27 tron Exp $ +# $NetBSD: Makefile,v 1.194 2017/10/10 08:18:21 jperkin Exp $ DISTNAME= mutt-1.9.1 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ @@ -9,6 +10,8 @@ HOMEPAGE= http://www.mutt.org/ COMMENT= Text-based MIME mail client with PGP & S/MIME support LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer +CONFLICTS+= neomutt-[0-9]* + .include "../../mk/bsd.prefs.mk" USE_PKGLOCALEDIR= yes --_----------=_150762350297510--