diff options
author | clsung <clsung@FreeBSD.org> | 2006-01-04 08:42:30 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-01-04 08:42:30 +0800 |
commit | 1e8f72ef691e09e6afb4894f3b5132fadb97cbd0 (patch) | |
tree | 48a4a9350f1816e660710c1fc562b3ee2afacd6b /mail/getmail/Makefile | |
parent | 5a6cc5ea0ba9241010dd5eb12316ba6ea5af73db (diff) | |
download | freebsd-ports-gnome-1e8f72ef691e09e6afb4894f3b5132fadb97cbd0.tar.gz freebsd-ports-gnome-1e8f72ef691e09e6afb4894f3b5132fadb97cbd0.tar.zst freebsd-ports-gnome-1e8f72ef691e09e6afb4894f3b5132fadb97cbd0.zip |
Update mail/getmail to 4.4.4, which includes the following change per
CHANGELOG:
Version 4.4.4
3 January 2006
-improve parsing of flags in IMAP responses. Thanks: Gareth McCaughan.
PR: 91275
Submitted by: Linh Pham (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 f88aa18daebc..c02f7457d0b9 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= getmail -PORTVERSION= 4.4.3 +PORTVERSION= 4.4.4 CATEGORIES= mail python MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ \ http://mirrors.closedsrc.org/getmail/ |