diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-01-29 01:58:53 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-01-29 01:58:53 +0800 |
commit | af1eff152af4dba9afbd1e9727fd56de51a5a424 (patch) | |
tree | a1dcef120c861d7da0f5a544cc5082a1ae10227d /mail/getmail/Makefile | |
parent | edbab88c468a2fe781807868136ee6e4451a64ed (diff) | |
download | freebsd-ports-gnome-af1eff152af4dba9afbd1e9727fd56de51a5a424.tar.gz freebsd-ports-gnome-af1eff152af4dba9afbd1e9727fd56de51a5a424.tar.zst freebsd-ports-gnome-af1eff152af4dba9afbd1e9727fd56de51a5a424.zip |
- Add patch to reduce excess logging
PR: 131047
Submitted by: Matthias Andree <matthias dot andree at gmx dot de>
Approved by: Linh Pham <question+fbsdports at closedsrc dot org> (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 adfff8392ce9..5cf9a11ef3ac 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= getmail PORTVERSION= 4.8.4 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ \ http://mirrors.closedsrc.org/getmail/ |