Date: Fri, 15 Jun 2007 14:36:43 +0400 From: "Andrew Pantyukhin" <sat@FreeBSD.org> To: "Kirill Ponomarew" <krion@freebsd.org>, cvs-all@freebsd.org, cvs-ports@freebsd.org, ports-committers@freebsd.org, "Pav Lucistnik" <pav@freebsd.org> Subject: Re: cvs commit: ports/mail/exim pkg-plist Message-ID: <cb5206420706150336y575de076r700729286f24e9d8@mail.gmail.com> In-Reply-To: <20070615085652.C875D16A4C6@hub.freebsd.org> References: <200706150856.l5F8umV9047292@repoman.freebsd.org> <20070615085652.C875D16A4C6@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 6/15/07, Kirill Ponomarew <krion@freebsd.org> wrote: > krion 2007-06-15 08:56:47 UTC > > FreeBSD ports repository > > Modified files: > mail/exim pkg-plist > Log: > Fix plist. > > Submitted by: pav > > Revision Changes Path > 1.47 +3 -3 ports/mail/exim/pkg-plist > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > Index: ports/mail/exim/pkg-plist > diff -u ports/mail/exim/pkg-plist:1.46 ports/mail/exim/pkg-plist:1.47 > --- ports/mail/exim/pkg-plist:1.46 Mon May 28 20:52:13 2007 > +++ ports/mail/exim/pkg-plist Fri Jun 15 08:56:47 2007 > @@ -51,5 +51,5 @@ > %%SA_EXIM%%@unexec if cmp -s %D/etc/exim/sa-exim.conf %D/etc/exim/sa-exim.conf.default; then rm -f %D/etc/exim/sa-exim.conf; fi > %%SA_EXIM%%etc/exim/sa-exim.conf.default > %%SA_EXIM%%@exec [ -f %B/sa-exim.conf ] || cp %B/%f %B/sa-exim.conf > -@dirrmtry %B > -@dirrmtry %%LOGDIR%% > +@unexec rmdir %B 2> /dev/null || true > +@unexec rmdir %%LOGDIR%% 2> /dev/null || true As miwi noticed, this probably warrants a portrevision bump. Imagine the next version exim having a different LOGDIR, for example - after upgrading the user will be left with the old one forever. OTOH, I'm all for greener computing. An extra empty directory vs. having to recompile exim on thousands of computers is not a clear-cut case.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cb5206420706150336y575de076r700729286f24e9d8>