Tue Nov 23 10:21:25 2010 UTC ()
Resign as maintainer of this package as I'm now using the
"mutt-devel" package.


(tron)
diff -r1.161 -r1.162 pkgsrc/mail/mutt/Makefile

cvs diff -r1.161 -r1.162 pkgsrc/mail/mutt/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/mutt/Makefile 2010/04/10 16:08:50 1.161
+++ pkgsrc/mail/mutt/Makefile 2010/11/23 10:21:25 1.162
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.161 2010/04/10 16:08:50 tron Exp $ 1# $NetBSD: Makefile,v 1.162 2010/11/23 10:21:25 tron Exp $
2 2
3DISTNAME= mutt-1.4.2.3 3DISTNAME= mutt-1.4.2.3
4PKGREVISION= 3 4PKGREVISION= 3
5CATEGORIES= mail 5CATEGORIES= mail
6MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ 6MASTER_SITES= ftp://ftp.mutt.org/mutt/ \
7 ftp://gd.tuwien.ac.at/infosys/mail/mutt/ \ 7 ftp://gd.tuwien.ac.at/infosys/mail/mutt/ \
8 ftp://ftp.fu-berlin.de/unix/mail/mutt/ 8 ftp://ftp.fu-berlin.de/unix/mail/mutt/
9 9
10OWNER= tron@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.mutt.org/ 11HOMEPAGE= http://www.mutt.org/
12COMMENT= Text-based MIME mail client with PGP support 12COMMENT= Text-based MIME mail client with PGP support
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16PKG_INSTALLATION_TYPES= overwrite pkgviews 16PKG_INSTALLATION_TYPES= overwrite pkgviews
17 17
18.include "../../mk/bsd.prefs.mk" 18.include "../../mk/bsd.prefs.mk"
19 19
20WRKSRC= ${WRKDIR}/${DISTNAME:C/i$$//} 20WRKSRC= ${WRKDIR}/${DISTNAME:C/i$$//}
21USE_PKGLOCALEDIR= yes 21USE_PKGLOCALEDIR= yes
22USE_TOOLS+= msgfmt 22USE_TOOLS+= msgfmt
23 23