pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/neomutt



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Oct 10 08:19:02 UTC 2017

Modified Files:
        pkgsrc/mail/neomutt: Makefile

Log Message:
neomutt: Register conflict with mutt.  Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/mail/neomutt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/neomutt/Makefile
diff -u pkgsrc/mail/neomutt/Makefile:1.35 pkgsrc/mail/neomutt/Makefile:1.36
--- pkgsrc/mail/neomutt/Makefile:1.35   Wed Sep 13 14:56:14 2017
+++ pkgsrc/mail/neomutt/Makefile        Tue Oct 10 08:19:02 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2017/09/13 14:56:14 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2017/10/10 08:19:02 jperkin Exp $
 
 DISTNAME=              neomutt-20170912
+PKGREVISION=           1
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${DISTNAME}
@@ -10,6 +11,8 @@ HOMEPAGE=             https://www.neomutt.org/
 COMMENT=               Fork of mutt with integrated community patches
 LICENSE=               gnu-gpl-v2 OR gnu-gpl-v3 # or newer
 
+CONFLICTS+=            mutt-[0-9]*
+
 USE_TOOLS+=            autoconf automake autoreconf msgfmt gmake
 
 BUILD_DEPENDS+=                gettext-tools-[0-9]*:../../devel/gettext-tools



Home | Main Index | Thread Index | Old Index