Wed Aug 26 12:44:30 2015 UTC ()
Take the MAINTAINERship.


(leot)
diff -r1.89 -r1.90 pkgsrc/mail/nmh/Makefile

cvs diff -r1.89 -r1.90 pkgsrc/mail/nmh/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/nmh/Makefile 2015/08/20 13:01:54 1.89
+++ pkgsrc/mail/nmh/Makefile 2015/08/26 12:44:30 1.90
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.89 2015/08/20 13:01:54 leot Exp $ 1# $NetBSD: Makefile,v 1.90 2015/08/26 12:44:30 leot Exp $
2 2
3DISTNAME= nmh-1.6 3DISTNAME= nmh-1.6
4CATEGORIES= mail 4CATEGORIES= mail
5MASTER_SITES= http://savannah.nongnu.org/download/nmh/ 5MASTER_SITES= http://savannah.nongnu.org/download/nmh/
6PKGREVISION= 3 6PKGREVISION= 3
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= leot@NetBSD.org
9HOMEPAGE= http://www.nongnu.org/nmh/ 9HOMEPAGE= http://www.nongnu.org/nmh/
10COMMENT= Cleaned up MH mailer suite 10COMMENT= Cleaned up MH mailer suite
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13CONFLICTS= ja-mh-[0-9]* 13CONFLICTS= ja-mh-[0-9]*
14CONFLICTS+= ja-mh6-[0-9]* 14CONFLICTS+= ja-mh6-[0-9]*
15 15
16USE_TOOLS+= lex 16USE_TOOLS+= lex
17 17
18# We choose DOT_LOCKING in our patches because ".lock" files are 18# We choose DOT_LOCKING in our patches because ".lock" files are
19# the most common locking mechanism supported by mail software. 19# the most common locking mechanism supported by mail software.
20# It also works well over NFS. 20# It also works well over NFS.
21 21