diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-17 00:11:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-17 00:11:31 +0000 |
commit | ce559dbb4957bccb23a74d301777abe9c80de2fa (patch) | |
tree | 79d13d059d16159c69880520ce7756f40842f79f /mail/fetchmail/Makefile | |
parent | d11cdab7f61b2d92f9003722bdc41115f8f3beb2 (diff) | |
download | ports-ce559dbb4957bccb23a74d301777abe9c80de2fa.tar.gz ports-ce559dbb4957bccb23a74d301777abe9c80de2fa.zip |
Notes
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 25c4ed7518fc..056a38e8a7e2 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Oct 1996 # Whom: Ville Eerola <ve@sci.fi> # -# $Id: Makefile,v 1.64 1998/06/29 13:52:01 ache Exp $ +# $Id: Makefile,v 1.65 1998/07/20 03:39:29 steve Exp $ # # NOTE: The fetchmailconf program (an interactive program for # writing .fetchmailrc files) requires Python, found in the Ports @@ -11,7 +11,7 @@ # does not need Python, so there is no RUN_DEPENDS for Python in # this Makefile. -DISTNAME= fetchmail-4.5.2 +DISTNAME= fetchmail-4.5.5 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ |