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 | |
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')
-rw-r--r-- | mail/getmail/Makefile | 7 | ||||
-rw-r--r-- | mail/getmail/distinfo | 4 |
2 files changed, 6 insertions, 5 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 diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index e3e868609a51..077aa3415ba1 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,2 +1,2 @@ -MD5 (getmail-4.3.12.tar.gz) = eddd7ab72d002df6f164f0230e8ea98a -SIZE (getmail-4.3.12.tar.gz) = 133178 +MD5 (getmail-4.3.13.tar.gz) = cfd1d00d1e7a46e809eb3408d0caf2b6 +SIZE (getmail-4.3.13.tar.gz) = 133634 |