From owner-svn-ports-head@freebsd.org Thu May 7 20:06:59 2020 Return-Path: Delivered-To: svn-ports-head@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 760AE2E3FA2; Thu, 7 May 2020 20:06:59 +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 49J4HR2Ypqz4gGw; Thu, 7 May 2020 20:06:59 +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 4F09E1E8AA; Thu, 7 May 2020 20:06:59 +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 047K6x9B050921; Thu, 7 May 2020 20:06:59 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 047K6x81050920; Thu, 7 May 2020 20:06:59 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202005072006.047K6x81050920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Thu, 7 May 2020 20:06:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534287 - head X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 534287 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2020 20:06:59 -0000 Author: mandree Date: Thu May 7 20:06:58 2020 New Revision: 534287 URL: https://svnweb.freebsd.org/changeset/ports/534287 Log: Delete misguided mailman information. Upstream has always told users not to modify installed files, but to use a sitedir/ sub directory instead. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu May 7 20:04:23 2020 (r534286) +++ head/UPDATING Thu May 7 20:06:58 2020 (r534287) @@ -93,24 +93,6 @@ you update your ports collection, before attempting an pw usermod -n tests -g tests -20200418: - AFFECTS: users of mail/mailman - AUTHOR: mandree@FreeBSD.org - - Mailman versions on FreeBSD before (exclusively) 2.1.30 have not marked the - web templates as "sample" files, and would overwrite changes made locally or - through the web interface on updates. - - BEFORE updating mailman from a version such as 2.1.29_* or older, please - backup /usr/local/mailman/templates/ before the upgrade, and after installing - mailman 2.1.30 or a newer 2.1.x, restore from backup, overwriting the - existing newly installed templates/LANG/... files with those from your - backup, and then diff them against the respective *.sample files. The *.txt - and *.html files are yours, and *.sample are the distributed ones. - - Once you have upgraded to 2.1.30, the port or package will take care to only - replace files that were unaltered from the shipped version. - 20200408: AFFECTS: users of security/openssh-portable AUTHOR: bdrewery@FreeBSD.org