diff options
author | clsung <clsung@FreeBSD.org> | 2006-02-16 15:42:01 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-02-16 15:42:01 +0800 |
commit | f7ea165e57fe1bb98ab6916958f1bb94b5907523 (patch) | |
tree | 8980d9ee99cdec51ebc88c978c17e9a36644caea /mail/getmail/Makefile | |
parent | 0079e3995b46f5dc79532ab6b17c870955026478 (diff) | |
download | freebsd-ports-gnome-f7ea165e57fe1bb98ab6916958f1bb94b5907523.tar.gz freebsd-ports-gnome-f7ea165e57fe1bb98ab6916958f1bb94b5907523.tar.zst freebsd-ports-gnome-f7ea165e57fe1bb98ab6916958f1bb94b5907523.zip |
- Update mail/getmail to 4.5.4, which includes a new configuration parameter
for Maildir "filemode".
PR: 93411
Submitted by: maintainer
Diffstat (limited to 'mail/getmail/Makefile')
-rw-r--r-- | mail/getmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 9caa48e1ee34..a1ec8e3100d5 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= getmail -PORTVERSION= 4.5.3 +PORTVERSION= 4.5.4 CATEGORIES= mail python MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ \ http://mirrors.closedsrc.org/getmail/ |