Thu Feb 25 16:13:44 2010 UTC ()
Reset maintainership as requested.


(joerg)
diff -r1.16 -r1.17 pkgsrc/mail/gnus/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/mail/gnus/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/gnus/Attic/Makefile 2008/10/11 09:31:57 1.16
+++ pkgsrc/mail/gnus/Attic/Makefile 2010/02/25 16:13:44 1.17
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.16 2008/10/11 09:31:57 uebayasi Exp $ 1# $NetBSD: Makefile,v 1.17 2010/02/25 16:13:44 joerg Exp $
2 2
3DISTNAME= gnus-5.10.8 3DISTNAME= gnus-5.10.8
4PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} 4PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
5CATEGORIES= mail news 5CATEGORIES= mail news
6MASTER_SITES= http://gnus.org/dist/ 6MASTER_SITES= http://gnus.org/dist/
7 7
8MAINTAINER= lha@NetBSD.org 8MAINTAINER= pkgsrc-usersNetBSD.org
9HOMEPAGE= http://gnus.org/ 9HOMEPAGE= http://gnus.org/
10COMMENT= Gnus is a flexible message reader running under GNU Emacs 10COMMENT= Gnus is a flexible message reader running under GNU Emacs
11 11
12#EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 xemacs211 xemacs215 12#EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 xemacs211 xemacs215
13 13
14DEPENDS+= digest>=20010101:../../pkgtools/digest 14DEPENDS+= digest>=20010101:../../pkgtools/digest
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17CONFIGURE_ARGS+= --with-lispdir=${EMACS_LISPPREFIX}/gnus 17CONFIGURE_ARGS+= --with-lispdir=${EMACS_LISPPREFIX}/gnus
18CONFIGURE_ARGS+= --with-etcdir=${PREFIX}/share/gnus 18CONFIGURE_ARGS+= --with-etcdir=${PREFIX}/share/gnus
19CONFIGURE_ENV+= EMACS=${EMACS_BIN:Q} 19CONFIGURE_ENV+= EMACS=${EMACS_BIN:Q}
20EMACS_MODULES+= base 20EMACS_MODULES+= base
21 21