diff options
author | tron <tron> | 2010-05-09 11:54:21 +0000 |
---|---|---|
committer | tron <tron> | 2010-05-09 11:54:21 +0000 |
commit | b9bf7f954022a2eb6ea41a621a27d5d709cd5cac (patch) | |
tree | 36567b9a438b10ea7a00a1b8f77e849d5077432c /mail/fetchmailconf | |
parent | b773ca26d1f3731150d9d6da6b32b98db2844c35 (diff) | |
download | pkgsrc-b9bf7f954022a2eb6ea41a621a27d5d709cd5cac.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/ |