Date: Mon, 10 Sep 2018 16:07:16 +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: r479438 - head/mail/mailman Message-ID: <201809101607.w8AG7GAR062636@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Mon Sep 10 16:07:16 2018 New Revision: 479438 URL: https://svnweb.freebsd.org/changeset/ports/479438 Log: Revert r479294 - relocation of existing conf files violates POLA Reported by: mat Modified: head/mail/mailman/Makefile head/mail/mailman/pkg-plist Modified: head/mail/mailman/Makefile ============================================================================== --- head/mail/mailman/Makefile Mon Sep 10 16:06:53 2018 (r479437) +++ head/mail/mailman/Makefile Mon Sep 10 16:07:16 2018 (r479438) @@ -3,7 +3,7 @@ PORTNAME= mailman DISTVERSION= 2.1.29 -PORTREVISION= 1 +PORTREVISION= 2 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 Mon Sep 10 16:06:53 2018 (r479437) +++ head/mail/mailman/pkg-plist Mon Sep 10 16:07:16 2018 (r479438) @@ -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.conf +@sample %%EXAMPLESDIR%%/mailman.newsyslog.sample etc/newsyslog.conf.d/mailman.newsyslog %%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?201809101607.w8AG7GAR062636>