diff options
author | frueauf <frueauf@pkgsrc.org> | 2005-12-20 14:29:18 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2005-12-20 14:29:18 +0000 |
commit | c4a3e9e06860b8fd0030e6bf43687aeceaa1e3ad (patch) | |
tree | 21c81028f5ad2e7d02b0ec6caf2e3eba2cc4806d /mail/fetchmailconf/Makefile | |
parent | c90baed7a7880b31491fa131ebc9b4afef4a000a (diff) | |
download | pkgsrc-c4a3e9e06860b8fd0030e6bf43687aeceaa1e3ad.tar.gz |
Update fetchmailconf to 6.2.5.5.
Diffstat (limited to 'mail/fetchmailconf/Makefile')
-rw-r--r-- | mail/fetchmailconf/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index e3824373541..ca0e1a95fa1 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,14 +1,12 @@ -# $NetBSD: Makefile,v 1.65 2005/11/01 19:17:41 adrianp Exp $ +# $NetBSD: Makefile,v 1.66 2005/12/20 14:29:18 frueauf Exp $ -DISTNAME= fetchmail-6.2.5 +DISTNAME= fetchmail-6.2.5.5 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} -PKGREVISION= 3 CATEGORIES= mail -MASTER_SITES= http://www.catb.org/~esr/fetchmail/ \ - http://sunsite.unc.edu/pub/Linux/system/mail/pop/ +MASTER_SITES= http://download.berlios.de/fetchmail/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://catb.org/~esr/fetchmail/ +HOMEPAGE= http://fetchmail.berlios.de/ COMMENT= Configuration tool for fetchmail DEPENDS+= ${DISTNAME}{,nb*}:../../mail/fetchmail |