diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-09 12:33:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-09 12:33:57 +0000 |
commit | 065ed09306571e151457c31df4d41488d5e286f5 (patch) | |
tree | dea21ca963956a5e80e494c1c2435cc9155c0a97 /mail/fetchmailconf/Makefile | |
parent | 8da620008dc70e2814b6907e0999483bede9f4d6 (diff) | |
download | pkgsrc-065ed09306571e151457c31df4d41488d5e286f5.tar.gz |
Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
Diffstat (limited to 'mail/fetchmailconf/Makefile')
-rw-r--r-- | mail/fetchmailconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index eecc7efe116..58bc196aa89 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.81 2011/08/26 07:19:25 tron Exp $ +# $NetBSD: Makefile,v 1.82 2012/03/09 12:34:18 wiz Exp $ DISTNAME= fetchmail-6.3.21 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://download.berlios.de/fetchmail/ EXTRACT_SUFX= .tar.bz2 |