diff options
author | clsung <clsung@FreeBSD.org> | 2006-02-10 08:59:12 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-02-10 08:59:12 +0800 |
commit | 1bcff70d4b4b8519ab94ddb7b02a718adfac0ce4 (patch) | |
tree | de373529c36d7e0ab746011c6980508e5c6922fd /mail/getmail/Makefile | |
parent | 29fab4a1fc0b4289ab4371cdd4b5d95200fb9b9e (diff) | |
download | freebsd-ports-gnome-1bcff70d4b4b8519ab94ddb7b02a718adfac0ce4.tar.gz freebsd-ports-gnome-1bcff70d4b4b8519ab94ddb7b02a718adfac0ce4.tar.zst freebsd-ports-gnome-1bcff70d4b4b8519ab94ddb7b02a718adfac0ce4.zip |
- Update mail/getmail to 4.5.3, which includes a minor updates to the SSL
retrievers to allow "~/" and "~username/" in paths.
PR: 93108
Submitted by: maintainer (Linh Pham)
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 16e84d6bbc5c..9caa48e1ee34 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= getmail -PORTVERSION= 4.5.2 +PORTVERSION= 4.5.3 CATEGORIES= mail python MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ \ http://mirrors.closedsrc.org/getmail/ |