diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2019-10-09 17:15:29 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2019-10-09 17:15:29 +0000 |
commit | 82ea4cbc55d665ab5e19897ea80d6ea4f56146dd (patch) | |
tree | 273e186fafb46d065b2e0e93e79bae2bc97e7a94 /mail/fetchmail | |
parent | 6f50cea246f7a30739f874caf294ad305924fb60 (diff) | |
download | freebsd-ports-82ea4cbc55d665ab5e19897ea80d6ea4f56146dd.zip |
fetchmail: Fix manpage rendering w/ groff, fix t.smoke failure
PR: 240914
PR: 241032
Submitted by: Corey Halpin (maintainer)
Reported by: Helge Oldach, Konstantin Belousov
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 1 | ||||
-rw-r--r-- | mail/fetchmail/files/patch-fetchmail.man | 10 | ||||
-rw-r--r-- | mail/fetchmail/files/patch-t.smoke | 10 |
3 files changed, 21 insertions, 0 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index e8fcc17634ae..198d0a0b596b 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -3,6 +3,7 @@ PORTNAME?= fetchmail PORTVERSION= 6.4.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/branch_6.4/ diff --git a/mail/fetchmail/files/patch-fetchmail.man b/mail/fetchmail/files/patch-fetchmail.man new file mode 100644 index 000000000000..800b36315646 --- /dev/null +++ b/mail/fetchmail/files/patch-fetchmail.man @@ -0,0 +1,10 @@ +--- a/fetchmail.man 2019-09-28 11:09:52.000000000 +0200 ++++ b/fetchmail.man 2019-10-03 11:28:41.306247000 +0200 +@@ -1891,7 +1891,6 @@ + user[name] \-u \& T{ + This is the user description and must come first after server + description and after possible server options, and before user options. +-.br + It sets the remote user name if by itself or followed by 'there', or the + local user name if followed by 'here'. + T} diff --git a/mail/fetchmail/files/patch-t.smoke b/mail/fetchmail/files/patch-t.smoke new file mode 100644 index 000000000000..91a43967d1e3 --- /dev/null +++ b/mail/fetchmail/files/patch-t.smoke @@ -0,0 +1,10 @@ +--- fetchmail-6.4.1/t.smoke 2019-08-20 18:00:35.000000000 -0500 ++++ fetchmail-6.4.1-patched/t.smoke 2019-09-30 19:20:23.633504000 -0500 +@@ -4,6 +4,7 @@ + # configuration and dump it in human-readable and machine-readable form. + + set -e ++export HOME=/tmp + trap 'rm -f t.rc.$$' 0 + cp "${srcdir}/t.rc" t.rc.$$ + chmod 0400 t.rc.$$ |