diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-12-25 12:11:24 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-12-25 12:11:24 +0800 |
commit | 94f3d522f290d815540e583976f4cf1d6192de2d (patch) | |
tree | 5e361f4c2d24e416a454f2be530b413f58496b80 /mail/fetchmail/Makefile | |
parent | d5647ccdc8a740c44dfef2a5a575a1f38b50e9c2 (diff) | |
download | freebsd-ports-graphics-94f3d522f290d815540e583976f4cf1d6192de2d.tar.gz freebsd-ports-graphics-94f3d522f290d815540e583976f4cf1d6192de2d.tar.zst freebsd-ports-graphics-94f3d522f290d815540e583976f4cf1d6192de2d.zip |
Update to version 5.2.1
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 8bb20b3fecb..53c5aaccd64 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: fetchmail -# Version required: 5.2.0 +# Version required: 5.2.1 # Date created: 26 Oct 1996 # Whom: Ville Eerola <ve@sci.fi> # @@ -11,7 +11,7 @@ # does not need Python, so there is no RUN_DEPENDS for Python in # this Makefile. -DISTNAME= fetchmail-5.2.0 +DISTNAME= fetchmail-5.2.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ |