Tue Jan 24 12:01:13 2012 UTC ()
distutils pkg, register egg-info.

Bump PKGREVISION.


(obache)
diff -r1.106 -r1.107 pkgsrc/mail/getmail/Makefile
diff -r1.9 -r1.10 pkgsrc/mail/getmail/PLIST

cvs diff -r1.106 -r1.107 pkgsrc/mail/getmail/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/getmail/Makefile 2011/12/12 13:45:18 1.106
+++ pkgsrc/mail/getmail/Makefile 2012/01/24 12:01:13 1.107
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.106 2011/12/12 13:45:18 schmonz Exp $ 1# $NetBSD: Makefile,v 1.107 2012/01/24 12:01:13 obache Exp $
2 2
3DISTNAME= getmail-4.24.0 3DISTNAME= getmail-4.24.0
 4PKGREVISION= 1
4CATEGORIES= mail 5CATEGORIES= mail
5MASTER_SITES= ${HOMEPAGE}old-versions/ 6MASTER_SITES= ${HOMEPAGE}old-versions/
6 7
7MAINTAINER= schmonz@NetBSD.org 8MAINTAINER= schmonz@NetBSD.org
8HOMEPAGE= http://pyropus.ca/software/getmail/ 9HOMEPAGE= http://pyropus.ca/software/getmail/
9COMMENT= Secure, flexible, reliable, easy-to-use fetchmail replacement 10COMMENT= Secure, flexible, reliable, easy-to-use fetchmail replacement
10LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
11 12
12PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
13 14
14PYTHON_PATCH_SCRIPTS= *.py getmailcore/*.py 15PYTHON_PATCH_SCRIPTS= *.py getmailcore/*.py
15PYDISTUTILSPKG= yes 
16 16
17.include "../../lang/python/application.mk" 17.include "../../lang/python/application.mk"
18.include "../../lang/python/extension.mk" 18.include "../../lang/python/distutils.mk"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/mail/getmail/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/getmail/PLIST 2009/06/14 18:04:34 1.9
+++ pkgsrc/mail/getmail/PLIST 2012/01/24 12:01:13 1.10
@@ -1,38 +1,39 @@ @@ -1,38 +1,39 @@
1@comment $NetBSD: PLIST,v 1.9 2009/06/14 18:04:34 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.10 2012/01/24 12:01:13 obache Exp $
2bin/getmail 2bin/getmail
3bin/getmail_fetch 3bin/getmail_fetch
4bin/getmail_maildir 4bin/getmail_maildir
5bin/getmail_mbox 5bin/getmail_mbox
6man/man1/getmail.1 6man/man1/getmail.1
7man/man1/getmail_fetch.1 7man/man1/getmail_fetch.1
8man/man1/getmail_maildir.1 8man/man1/getmail_maildir.1
9man/man1/getmail_mbox.1 9man/man1/getmail_mbox.1
10share/doc/getmail/BUGS 10share/doc/getmail/BUGS
11share/doc/getmail/CHANGELOG 11share/doc/getmail/CHANGELOG
12share/doc/getmail/COPYING 12share/doc/getmail/COPYING
13share/doc/getmail/README 13share/doc/getmail/README
14share/doc/getmail/THANKS 14share/doc/getmail/THANKS
15share/doc/getmail/TODO 15share/doc/getmail/TODO
16share/doc/getmail/configuration.html 16share/doc/getmail/configuration.html
17share/doc/getmail/configuration.txt 17share/doc/getmail/configuration.txt
18share/doc/getmail/documentation.html 18share/doc/getmail/documentation.html
19share/doc/getmail/documentation.txt 19share/doc/getmail/documentation.txt
20share/doc/getmail/faq.html 20share/doc/getmail/faq.html
21share/doc/getmail/faq.txt 21share/doc/getmail/faq.txt
22share/doc/getmail/getmaildocs.css 22share/doc/getmail/getmaildocs.css
23share/doc/getmail/getmailrc-examples 23share/doc/getmail/getmailrc-examples
24share/doc/getmail/troubleshooting.html 24share/doc/getmail/troubleshooting.html
25share/doc/getmail/troubleshooting.txt 25share/doc/getmail/troubleshooting.txt
 26${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
26${PYSITELIB}/getmailcore/__init__.py 27${PYSITELIB}/getmailcore/__init__.py
27${PYSITELIB}/getmailcore/__init__.pyc 28${PYSITELIB}/getmailcore/__init__.pyc
28${PYSITELIB}/getmailcore/__init__.pyo 29${PYSITELIB}/getmailcore/__init__.pyo
29${PYSITELIB}/getmailcore/_pop3ssl.py 30${PYSITELIB}/getmailcore/_pop3ssl.py
30${PYSITELIB}/getmailcore/_pop3ssl.pyc 31${PYSITELIB}/getmailcore/_pop3ssl.pyc
31${PYSITELIB}/getmailcore/_pop3ssl.pyo 32${PYSITELIB}/getmailcore/_pop3ssl.pyo
32${PYSITELIB}/getmailcore/_retrieverbases.py 33${PYSITELIB}/getmailcore/_retrieverbases.py
33${PYSITELIB}/getmailcore/_retrieverbases.pyc 34${PYSITELIB}/getmailcore/_retrieverbases.pyc
34${PYSITELIB}/getmailcore/_retrieverbases.pyo 35${PYSITELIB}/getmailcore/_retrieverbases.pyo
35${PYSITELIB}/getmailcore/baseclasses.py 36${PYSITELIB}/getmailcore/baseclasses.py
36${PYSITELIB}/getmailcore/baseclasses.pyc 37${PYSITELIB}/getmailcore/baseclasses.pyc
37${PYSITELIB}/getmailcore/baseclasses.pyo 38${PYSITELIB}/getmailcore/baseclasses.pyo
38${PYSITELIB}/getmailcore/compatibility.py 39${PYSITELIB}/getmailcore/compatibility.py