From owner-svn-ports-all@freebsd.org Wed Oct 9 17:19:44 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 158FE1290DB; Wed, 9 Oct 2019 17:19:44 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46pLYq6qZDz3CX8; Wed, 9 Oct 2019 17:19:43 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B50871BBB7; Wed, 9 Oct 2019 17:19:43 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x99HJhqo099000; Wed, 9 Oct 2019 17:19:43 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x99HJh7C098998; Wed, 9 Oct 2019 17:19:43 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201910091719.x99HJh7C098998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Wed, 9 Oct 2019 17:19:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r514173 - in branches/2019Q4/mail/fetchmail: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in branches/2019Q4/mail/fetchmail: . files X-SVN-Commit-Revision: 514173 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2019 17:19:44 -0000 Author: mandree Date: Wed Oct 9 17:19:42 2019 New Revision: 514173 URL: https://svnweb.freebsd.org/changeset/ports/514173 Log: MFH: r514172 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 One patch removes a .br from the .man page to fix manpage rendering with groff on FreeBSD 12.0, one patch changes the environment for a build-time self-test that will not be installed but unbreaks a build in some configurations, hence claiming blanket approval. Approved by: ports-secteam@ (blanket) Added: branches/2019Q4/mail/fetchmail/files/patch-fetchmail.man - copied unchanged from r514172, head/mail/fetchmail/files/patch-fetchmail.man branches/2019Q4/mail/fetchmail/files/patch-t.smoke - copied unchanged from r514172, head/mail/fetchmail/files/patch-t.smoke Modified: branches/2019Q4/mail/fetchmail/Makefile Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/mail/fetchmail/Makefile ============================================================================== --- branches/2019Q4/mail/fetchmail/Makefile Wed Oct 9 17:15:29 2019 (r514172) +++ branches/2019Q4/mail/fetchmail/Makefile Wed Oct 9 17:19:42 2019 (r514173) @@ -3,6 +3,7 @@ PORTNAME?= fetchmail PORTVERSION= 6.4.1 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF/${PORTNAME}/branch_6.4/ Copied: branches/2019Q4/mail/fetchmail/files/patch-fetchmail.man (from r514172, head/mail/fetchmail/files/patch-fetchmail.man) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2019Q4/mail/fetchmail/files/patch-fetchmail.man Wed Oct 9 17:19:42 2019 (r514173, copy of r514172, head/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} Copied: branches/2019Q4/mail/fetchmail/files/patch-t.smoke (from r514172, head/mail/fetchmail/files/patch-t.smoke) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2019Q4/mail/fetchmail/files/patch-t.smoke Wed Oct 9 17:19:42 2019 (r514173, copy of r514172, head/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.$$