diff options
author | clsung <clsung@FreeBSD.org> | 2005-03-04 11:59:52 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-03-04 11:59:52 +0800 |
commit | d7e7911a7c40bcc2b73985f56a995ead62930557 (patch) | |
tree | 75173b1df731f893b99f0b3c05f718bcc1d15662 /mail/getmail/Makefile | |
parent | 5310b5fbb87456d4a1e01cce6377ca208e8d72da (diff) | |
download | freebsd-ports-gnome-d7e7911a7c40bcc2b73985f56a995ead62930557.tar.gz freebsd-ports-gnome-d7e7911a7c40bcc2b73985f56a995ead62930557.tar.zst freebsd-ports-gnome-d7e7911a7c40bcc2b73985f56a995ead62930557.zip |
- Add two patches to mail/getmail to tell modules not to use "strict"
when program is executed with Python 2.4 or newer.
- bump PORTREVISION
PR: 77896
Submitted by: Linh Pham (maintainer)
Diffstat (limited to 'mail/getmail/Makefile')
-rw-r--r-- | mail/getmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 98b7b5b903c8..71c36d4e1886 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= getmail PORTVERSION= 4.3.3 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ MASTER_SITE_SUBDIR= old-versions |