svn commit: r479294 - head/mail/mailman

Ben Woods woodsb02 at FreeBSD.org
Sun Sep 9 16:18:14 UTC 2018


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
- at sample %%EXAMPLESDIR%%/mailman.newsyslog.sample etc/newsyslog.conf.d/mailman.newsyslog
+ at sample %%EXAMPLESDIR%%/mailman.newsyslog.sample etc/newsyslog.conf.d/mailman.conf
 %%IMGDIR%%/mailman-large.jpg
 %%IMGDIR%%/gnu-head-tiny.jpg
 %%IMGDIR%%/mailman.jpg


More information about the svn-ports-all mailing list