diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-03-26 08:56:28 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-03-26 08:56:28 +0000 |
commit | 6876c1145f03037c71de00a3c682c0d5cceed6b4 (patch) | |
tree | a243b07164bdc085cb6cde3b92dfdf610314f2d4 /mail/fetchmail/Makefile | |
parent | 36b0a6fa760118384dea92651b206029797a6542 (diff) | |
download | ports-6876c1145f03037c71de00a3c682c0d5cceed6b4.tar.gz ports-6876c1145f03037c71de00a3c682c0d5cceed6b4.zip |
Update to new upstream release 6.3.25.
Adds Esperanto-language translation.
PR: ports/177094
Approved by: Corey Halpin (maintainer)
Notes
Notes:
svn path=/head/; revision=315268
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 1af6945089ff..ef3f26196455 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -2,14 +2,13 @@ # $FreeBSD$ # # NOTE: The fetchmailconf program (an interactive program for -# writing .fetchmailrc files) requires Python, Tk, X11, etc.. +# writing .fetchmailrc files) requires Python, Tk, X11, etc. # # The fetchmail program itself does not need Python, but if you # want fetchmailconf to work, define the X11 option. PORTNAME= fetchmail -PORTVERSION= 6.3.24 -PORTREVISION= 1 +PORTVERSION= 6.3.25 CATEGORIES= mail ipv6 MASTER_SITES= SF/${PORTNAME}/branch_6.3/ \ http://mandree.home.pages.de/${PORTNAME}/ |