diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2020-08-28 14:42:13 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2020-08-28 14:42:13 +0000 |
commit | 1f4ac50a501fc914231032c939a78517d3e30ca5 (patch) | |
tree | a235fb32545e97a63225a0056ee901ca4832eb2f /mail/fetchmailconf | |
parent | 588c6404372c931b5ba66c0644827a134f273658 (diff) |
mail/fetchmail: update to 6.4.10
while here, switch distfile back to xz format and update
the > 2^31 "long long" fix so it patches the right place of the NEWS file.
- adds Romanian translation
- minor manual page fix to add "MD5" hash to sslfingerprint documentation
PR: 248954
Approved by: Corey Halpin (maintainer)
Notes
Notes:
svn path=/head/; revision=546739
Diffstat (limited to 'mail/fetchmailconf')
-rw-r--r-- | mail/fetchmailconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 4480965346c0..7e26b6e8be22 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FL fetchmail>=${PORTVERSION}:mail/fetchmail RUN_DEPENDS+= ${BUILD_DEPENDS} -USES= python shebangfix tar:lz +USES= python shebangfix tar:xz USE_PYTHON= py3kplist FILESDIR= ${.CURDIR}/files |