Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2018 16:18:14 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479294 - head/mail/mailman
Message-ID:  <201809091618.w89GIEOf090087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Sun Sep  9 16:18:13 2018
New Revision: 479294
URL: https://svnweb.freebsd.org/changeset/ports/479294

Log:
  mail/mailman: Use .conf suffix for /usr/local/etc/newsyslog.conf.d/
  
  Rename the files installed to /usr/local/etc/newsyslog.conf.d/ to end
  with a '.conf' suffix.
  
  Proposed changes to /etc/newsyslog.conf will only include files from the
  /usr/local/etc/newsyslog.conf.d/ directory which end with '.conf' and do
  not beginning with a '.' character. https://reviews.freebsd.org/D17086
  
  Approved by:	mandree (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D17088

Modified:
  head/mail/mailman/Makefile
  head/mail/mailman/pkg-plist

Modified: head/mail/mailman/Makefile
==============================================================================
--- head/mail/mailman/Makefile	Sun Sep  9 16:07:07 2018	(r479293)
+++ head/mail/mailman/Makefile	Sun Sep  9 16:18:13 2018	(r479294)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mailman
 DISTVERSION=	2.1.29
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	GNU \
 		SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \

Modified: head/mail/mailman/pkg-plist
==============================================================================
--- head/mail/mailman/pkg-plist	Sun Sep  9 16:07:07 2018	(r479293)
+++ head/mail/mailman/pkg-plist	Sun Sep  9 16:18:13 2018	(r479294)
@@ -1,7 +1,7 @@
 @postunexec if cmp -s %D/%%MMDIR%%/Mailman/mm_cfg.py %D/%%MMDIR%%/Mailman/mm_cfg.py.dist; then rm -f %D/%%MMDIR%%/Mailman/mm_cfg.py; fi
 @postunexec rm -f %D/%%MMDIR%%/Mailman/mm_cfg.pyc
 @dir etc/newsyslog.conf.d
-@sample %%EXAMPLESDIR%%/mailman.newsyslog.sample etc/newsyslog.conf.d/mailman.newsyslog
+@sample %%EXAMPLESDIR%%/mailman.newsyslog.sample etc/newsyslog.conf.d/mailman.conf
 %%IMGDIR%%/mailman-large.jpg
 %%IMGDIR%%/gnu-head-tiny.jpg
 %%IMGDIR%%/mailman.jpg



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