diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-02 02:40:53 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-02 02:40:53 +0000 |
commit | b31485bc2036361bffa10b333dea6b483ef39d65 (patch) | |
tree | 75aea184538160d036b52bdd4573a3a9a3ed4950 /mail | |
parent | ece6a93a5e841c8437b331b32e87e13d74cfc81f (diff) | |
download | FreeBSD-ports-b31485bc2036361bffa10b333dea6b483ef39d65.zip FreeBSD-ports-b31485bc2036361bffa10b333dea6b483ef39d65.tar.gz |
s/maildrop/getmail/
PR: 43566
Submitted by: Peter van Dijk <peter@dataloss.nl>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/getmail/Makefile | 1 | ||||
-rw-r--r-- | mail/getmail/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 3e882c4..1d2b196 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= getmail PORTVERSION= 2.3.9 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= http://www.qcc.sk.ca/~charlesc/software/getmail-2.0/%SUBDIR%/ MASTER_SITE_SUBDIR= . old-versions diff --git a/mail/getmail/pkg-descr b/mail/getmail/pkg-descr index 604a7e0..cd48616 100644 --- a/mail/getmail/pkg-descr +++ b/mail/getmail/pkg-descr @@ -1,4 +1,4 @@ -POP3 mail retriever written in Python. maildrop includes many features +POP3 mail retriever written in Python. getmail includes many features similiar to fetchmail and intends to be a complete replacement. WWW: http://www.qcc.sk.ca/~charlesc/software/getmail-2.0/ |