diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-02 02:40:53 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-02 02:40:53 +0000 |
commit | 9ac967902e29ff8e88d3b1296480263a6fc53374 (patch) | |
tree | 86cf4701d2c9045636f2445dd0a18dad8deb487f /mail/getmail | |
parent | 6bf4f3e83f3c9603a4ba8ca2b943019358035222 (diff) | |
download | ports-9ac967902e29ff8e88d3b1296480263a6fc53374.tar.gz ports-9ac967902e29ff8e88d3b1296480263a6fc53374.zip |
s/maildrop/getmail/
PR: 43566
Submitted by: Peter van Dijk <peter@dataloss.nl>
Notes
Notes:
svn path=/head/; revision=67287
Diffstat (limited to 'mail/getmail')
-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 3e882c407674..1d2b196133c5 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 604a7e0c7166..cd4861624a3e 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/ |