Date: Sun, 6 Aug 2006 22:02:36 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: barner@FreeBSD.org Subject: ports/101517: [PATCH] mail/fetchmail: fix pkg-plist, misc Message-ID: <20060806180236.7CE621300E@fonon.realnet> Resent-Message-ID: <200608061820.k76IKn9K011086@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101517 >Category: ports >Synopsis: [PATCH] mail/fetchmail: fix pkg-plist, misc >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 06 18:20:49 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug 2 21:44:37 MSD >Description: - Doesn't deinstall certain files (isn't listed in /etc/mtree/BSD.local.dist). Fix that. Copy of this message was sent to barner@FreeBSD.org (maintainer). >How-To-Repeat: >Fix: --- fetchmail-6.3.4_3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/fetchmail/Makefile /var/tmp/loctmp/fetchmail/Makefile --- /usr/ports/mail/fetchmail/Makefile Sat May 27 02:18:57 2006 +++ /var/tmp/loctmp/fetchmail/Makefile Sun Aug 6 22:01:42 2006 @@ -115,8 +115,7 @@ ${INSTALL} -m 644 -o fetchmail -g fetchmail ${FILESDIR}/fetchmailrc.sample ${PREFIX}/etc/fetchmailrc.sample if [ ! -f ${PREFIX}/etc/fetchmailrc ]; then \ - cp -p ${PREFIX}/etc/fetchmailrc.sample ${PREFIX}/etc/fetchmailrc ; \ + ${CP} -p ${PREFIX}/etc/fetchmailrc.sample ${PREFIX}/etc/fetchmailrc ; \ fi - .include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/mail/fetchmail/pkg-plist /var/tmp/loctmp/fetchmail/pkg-plist --- /usr/ports/mail/fetchmail/pkg-plist Fri May 12 20:58:48 2006 +++ /var/tmp/loctmp/fetchmail/pkg-plist Sun Aug 6 20:57:35 2006 @@ -24,6 +24,12 @@ %%NLS%%share/locale/ru/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/sq/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/vi/LC_MESSAGES/fetchmail.mo +%%NLS%%@dirrmtry share/locale/ca/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ca +%%NLS%%@dirrmtry share/locale/cs/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/cs +%%NLS%%@dirrmtry share/locale/pl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pl @unexec if cmp -s %D/etc/fetchmailrc.sample %D/etc/fetchmailrc; then rm -f %D/etc/fetchmailrc; fi etc/fetchmailrc.sample @exec if [ ! -f %D/etc/fetchmailrc ] ; then cp -p %D/%F %B/fetchmailrc; fi --- fetchmail-6.3.4_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060806180236.7CE621300E>