diff options
author | max <max@FreeBSD.org> | 1997-03-25 16:21:02 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-03-25 16:21:02 +0800 |
commit | f8e7662255406ac8a553c68e26395cf56b8a1a56 (patch) | |
tree | 28beafb93c3d19c2a3f101eb33c45f4710649ded /mail/fetchmail/Makefile | |
parent | 458afdd97794686cabd49e6e1ca225dd17812386 (diff) | |
download | freebsd-ports-gnome-f8e7662255406ac8a553c68e26395cf56b8a1a56.tar.gz freebsd-ports-gnome-f8e7662255406ac8a553c68e26395cf56b8a1a56.tar.zst freebsd-ports-gnome-f8e7662255406ac8a553c68e26395cf56b8a1a56.zip |
Upgrade, 3.6 -> 3.8.
Reminded by: Josh Gilliam <soil@quick.net>
(Closing PR #2967.)
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index a1303011b055..543e392177b4 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: fetchmail -# Version required: 3.6.0 +# Version required: 3.8.0 # Date created: 26 Oct 1996 # Whom: Ville Eerola <ve@sci.fi> # -# $Id: Makefile,v 1.22 1997/02/13 22:05:51 max Exp $ +# $Id: Makefile,v 1.23 1997/02/21 09:04:48 max Exp $ # -DISTNAME= fetchmail-3.6 +DISTNAME= fetchmail-3.8 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ |