diff options
author | sergei <sergei@FreeBSD.org> | 2004-10-14 00:08:50 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-10-14 00:08:50 +0800 |
commit | a48ad39f31e35a02904a7b1de0fe9db51ded4f6f (patch) | |
tree | e094b10b8f7ab396d3226e66666eccb076539dfd /mail/getmail/Makefile | |
parent | 081763f43cf3ea59cfb5f2726022b63e2bc40296 (diff) | |
download | freebsd-ports-gnome-a48ad39f31e35a02904a7b1de0fe9db51ded4f6f.tar.gz freebsd-ports-gnome-a48ad39f31e35a02904a7b1de0fe9db51ded4f6f.tar.zst freebsd-ports-gnome-a48ad39f31e35a02904a7b1de0fe9db51ded4f6f.zip |
- Update to 4.2.2 [1]
- Update COMMENT to reflect that getmail now does IMAP too
- Pass maintainership to the submitter
PR: ports/72584
Submitted by: Linh Pham <question+freebsdpr@closedsrc.org>
Diffstat (limited to 'mail/getmail/Makefile')
-rw-r--r-- | mail/getmail/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index f6f5987aa9bb..8793ec32daa5 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: getmail # Date created: 06 May 2001 -# # Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD$ # PORTNAME= getmail -PORTVERSION= 4.1.3 +PORTVERSION= 4.2.2 CATEGORIES= mail python MASTER_SITES= http://www.qcc.ca/~charlesc/software/getmail-4/%SUBDIR%/ MASTER_SITE_SUBDIR= old-versions -MAINTAINER= sergei@FreeBSD.org -COMMENT= POP3 mail retriever with reliable Maildir/command delivery +MAINTAINER= question+fbsdports@closedsrc.org +COMMENT= POP3/IMAP mail retriever with Maildir and command delivery USE_PYTHON= yes USE_REINPLACE= yes |