Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2018 17:34:54 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486199 - in head/mail/mailman: . files
Message-ID:  <201811291734.wATHYsP0063837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Thu Nov 29 17:34:54 2018
New Revision: 486199
URL: https://svnweb.freebsd.org/changeset/ports/486199

Log:
  Actually expand newsyslog locations in pkg-message.
  
  Followup to
  Differential Revision:	https://reviews.freebsd.org/D17088

Modified:
  head/mail/mailman/Makefile
  head/mail/mailman/files/pkg-message.in

Modified: head/mail/mailman/Makefile
==============================================================================
--- head/mail/mailman/Makefile	Thu Nov 29 17:26:30 2018	(r486198)
+++ head/mail/mailman/Makefile	Thu Nov 29 17:34:54 2018	(r486199)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mailman
 DISTVERSION=	2.1.29
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	mail
 MASTER_SITES=	GNU \
 		SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \

Modified: head/mail/mailman/files/pkg-message.in
==============================================================================
--- head/mail/mailman/files/pkg-message.in	Thu Nov 29 17:26:30 2018	(r486198)
+++ head/mail/mailman/files/pkg-message.in	Thu Nov 29 17:34:54 2018	(r486199)
@@ -66,11 +66,11 @@ UPDATE INFORMATION FOR UPDATES OF 2.1.18/OLDER TO VERS
 
 ********************************************************************
 The mailman newsyslog.conf(5) filename has been changed:
-  OLD: ${PREFIX}/etc/newsyslog.conf.d/mailman.newsyslog
-  NEW: ${PREFIX}/etc/newsyslog.conf.d/mailman.conf
+  OLD: %%PREFIX%%/etc/newsyslog.conf.d/mailman.newsyslog
+  NEW: %%PREFIX%%/etc/newsyslog.conf.d/mailman.conf
 
 Any file found at the old location has been automatically moved to
-the new location. This was done to ensure log rotation continued to
+the new location. This was done to ensure log rotation continues to
 work after change r340318 made to FreeBSD base, where the default
 newsyslog configuration now only includes filenames that end with
 '.conf' and do not begin with '.'.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811291734.wATHYsP0063837>