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:   wiz
Date:           Sat Aug 22 20:48:59 UTC 2020

Modified Files:
        pkgsrc/mail/neomutt: Makefile

Log Message:
neomutt: depend on mime-types, like mutt does.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 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.61 pkgsrc/mail/neomutt/Makefile:1.62
--- pkgsrc/mail/neomutt/Makefile:1.61   Fri Aug 21 14:53:28 2020
+++ pkgsrc/mail/neomutt/Makefile        Sat Aug 22 20:48:59 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2020/08/21 14:53:28 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2020/08/22 20:48:59 wiz Exp $
 
 DISTNAME=              neomutt-20200821
+PKGREVISION=           1
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${PKGVERSION_NOREV}
@@ -10,12 +11,13 @@ HOMEPAGE=           https://www.neomutt.org/
 COMMENT=               Fork of mutt with integrated community patches
 LICENSE=               gnu-gpl-v2 OR gnu-gpl-v3 # or newer
 
-USE_TOOLS+=            msgfmt gmake perl:build
-
 BUILD_DEPENDS+=                gettext-tools-[0-9]*:../../devel/gettext-tools
 BUILD_DEPENDS+=                libxslt-[0-9]*:../../textproc/libxslt
 BUILD_DEPENDS+=                docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 BUILD_DEPENDS+=                w3m-[0-9]*:../../www/w3m
+DEPENDS+=              mime-types-[0-9]*:../../misc/mime-types
+
+USE_TOOLS+=            msgfmt gmake perl:build
 
 HAS_CONFIGURE=         yes
 EXTRACT_USING=         bsdtar



Home | Main Index | Thread Index | Old Index