diff options
author | vs <vs@FreeBSD.org> | 2005-10-16 21:54:33 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-10-16 21:54:33 +0800 |
commit | d3a3066f6334ead483e10469fcc26b058119136e (patch) | |
tree | 2517ef0145c1fe89bd22f3c354400e46f15243f9 /mail/getmail/Makefile | |
parent | 259ad7f3033bf5c092eb41cebf0fb9dbaf9cfad8 (diff) | |
download | freebsd-ports-gnome-d3a3066f6334ead483e10469fcc26b058119136e.tar.gz freebsd-ports-gnome-d3a3066f6334ead483e10469fcc26b058119136e.tar.zst freebsd-ports-gnome-d3a3066f6334ead483e10469fcc26b058119136e.zip |
Update mail/getmail to 4.3.13, which includes a new retriever type as noted
in the CHANGELOG:
-add BrokenUIDLPOP3SSLRetriever as SSL version of BrokenUIDLPOP3Retriever,
based on an idea by a user of the Debian package. Thanks: Daniel Burrows,
Fredrik Steen.
PR: ports/87502
Submitted by: maintainer
Diffstat (limited to 'mail/getmail/Makefile')
-rw-r--r-- | mail/getmail/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index c8918c2a4080..6868693a9399 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -6,10 +6,11 @@ # PORTNAME= getmail -PORTVERSION= 4.3.12 +PORTVERSION= 4.3.13 CATEGORIES= mail python -MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ -MASTER_SITE_SUBDIR= old-versions +MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ \ + http://mirrors.closedsrc.org/getmail/ +MASTER_SITE_SUBDIR= . old-versions MAINTAINER= question+fbsdports@closedsrc.org COMMENT= POP3/IMAP4 mail retriever with Maildir and command delivery |