diff options
author | clsung <clsung@FreeBSD.org> | 2005-02-22 10:41:32 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-02-22 10:41:32 +0800 |
commit | 82f858cd02d7b9770027946e89b4a226cc31067f (patch) | |
tree | 3d91384cec62480e74091e8d17936e15c7d5fa56 /mail | |
parent | 23eda8adbf87524d27732f89e9f97b45501fb840 (diff) | |
download | freebsd-ports-gnome-82f858cd02d7b9770027946e89b4a226cc31067f.tar.gz freebsd-ports-gnome-82f858cd02d7b9770027946e89b4a226cc31067f.tar.zst freebsd-ports-gnome-82f858cd02d7b9770027946e89b4a226cc31067f.zip |
Update port to 4.3.3 (which includes fixes for avoiding delivery of
duplicate messages and getmailrc files are now referenced by filename
only instead of full paths in output/log files).
Also changed the MASTER_SITES to reflect new URL.
PR: ports/77885
Submitted by: Linh Pham (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/getmail/Makefile | 4 | ||||
-rw-r--r-- | mail/getmail/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 9517d85d7d6d..98b7b5b903c8 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -6,9 +6,9 @@ # PORTNAME= getmail -PORTVERSION= 4.3.2 +PORTVERSION= 4.3.3 CATEGORIES= mail python -MASTER_SITES= http://www.qcc.ca/~charlesc/software/getmail-4/%SUBDIR%/ +MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ MASTER_SITE_SUBDIR= old-versions MAINTAINER= question+fbsdports@closedsrc.org diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 203c138843ea..04118988544c 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,2 +1,2 @@ -MD5 (getmail-4.3.2.tar.gz) = be863c1772bfd734ec118fb1e3d48780 -SIZE (getmail-4.3.2.tar.gz) = 131784 +MD5 (getmail-4.3.3.tar.gz) = 7208be5ab5f2db96a9f3dc1a8de45967 +SIZE (getmail-4.3.3.tar.gz) = 132782 |