diff options
author | tron <tron@pkgsrc.org> | 2010-05-09 11:54:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-05-09 11:54:21 +0000 |
commit | 3f67beece1018618a1f068f4e082eeb7347f46b0 (patch) | |
tree | 36567b9a438b10ea7a00a1b8f77e849d5077432c /mail/fetchmailconf | |
parent | e2fb104aa4e74b85403ed5eefe7b101adff356e8 (diff) | |
download | pkgsrc-3f67beece1018618a1f068f4e082eeb7347f46b0.tar.gz |
Unbreak "fetchmailconf" package by updating it to version 6.3.17 as well.
Changes since version 6.3.14:
# BUG FIXES
* Do not lose "set invisible" in fetchmailconf. (Michael Barnack)
Diffstat (limited to 'mail/fetchmailconf')
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 1900801d45d..13e327ab56f 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.78 2010/02/14 13:06:32 tnn Exp $ +# $NetBSD: Makefile,v 1.79 2010/05/09 11:54:21 tron Exp $ -DISTNAME= fetchmail-6.3.14 +DISTNAME= fetchmail-6.3.17 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= http://download.berlios.de/fetchmail/ |