diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-21 09:12:15 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-21 09:12:15 +0800 |
commit | fb06cf84e9a896c716237074d13e6b5898c990f3 (patch) | |
tree | 0977b6edcfe0a29c6171b39173ba9b1c04c21169 /mail/getmail | |
parent | f56ae1c9d5e17a444e0de6021219e9055a8da197 (diff) | |
download | freebsd-ports-gnome-fb06cf84e9a896c716237074d13e6b5898c990f3.tar.gz freebsd-ports-gnome-fb06cf84e9a896c716237074d13e6b5898c990f3.tar.zst freebsd-ports-gnome-fb06cf84e9a896c716237074d13e6b5898c990f3.zip |
Update to latest version 3.0.4.
PR: 48501
Submitted by: Anders Andersson <anders@andersa.net>
Diffstat (limited to 'mail/getmail')
-rw-r--r-- | mail/getmail/Makefile | 4 | ||||
-rw-r--r-- | mail/getmail/distinfo | 2 | ||||
-rw-r--r-- | mail/getmail/pkg-plist | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 8b0a1eae8ebb..c88377461ffb 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -6,9 +6,9 @@ # PORTNAME= getmail -PORTVERSION= 2.3.11 +PORTVERSION= 3.0.4 CATEGORIES= mail python -MASTER_SITES= http://www.qcc.ca/~charlesc/software/getmail-2.0/%SUBDIR%/ +MASTER_SITES= http://www.qcc.ca/~charlesc/software/getmail-3.0/%SUBDIR%/ MAINTAINER= anders@andersa.net COMMENT= POP3 mail retriever written in Python diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index eda646405b79..f45827ef5c2f 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1 +1 @@ -MD5 (getmail-2.3.11.tar.gz) = 3276d6bce7d455ee9029d54b4aa4550a +MD5 (getmail-3.0.4.tar.gz) = fb5461f6e0ce5e838b7fc671a3d91731 diff --git a/mail/getmail/pkg-plist b/mail/getmail/pkg-plist index 5ee59adaecda..3ebc2f69c1db 100644 --- a/mail/getmail/pkg-plist +++ b/mail/getmail/pkg-plist @@ -7,6 +7,9 @@ share/examples/getmail/getmailrc-example share/getmail/ConfParser.py share/getmail/getmail.py share/getmail/getmail_classes.py +share/getmail/getmail_constants.py +share/getmail/getmail_defaults.py +share/getmail/getmail_utilities.py share/getmail/timeoutsocket.py @dirrm share/getmail @dirrm share/examples/getmail |