pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd22 Install fetchnews.8 as cyrus-fetchn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a22f8bb33b11
branches:  trunk
changeset: 487197:a22f8bb33b11
user:      kim <kim%pkgsrc.org@localhost>
date:      Tue Jan 11 03:58:22 2005 +0000

description:
Install fetchnews.8 as cyrus-fetchnews.8 to avoid a conflict with leafnode.

diffstat:

 mail/cyrus-imapd22/Makefile |  8 ++++----
 mail/cyrus-imapd22/PLIST    |  4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (49 lines):

diff -r 8cb8c92c5331 -r a22f8bb33b11 mail/cyrus-imapd22/Makefile
--- a/mail/cyrus-imapd22/Makefile       Tue Jan 11 03:30:08 2005 +0000
+++ b/mail/cyrus-imapd22/Makefile       Tue Jan 11 03:58:22 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2004/12/29 15:42:37 minskim Exp $
+# $NetBSD: Makefile,v 1.32 2005/01/11 03:58:22 kim Exp $
 
 DISTNAME=      cyrus-imapd-2.2.10
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
                ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/imap/
@@ -137,8 +137,8 @@
 #
 post-patch:
        cd ${WRKSRC}/man;                                               \
-       set --  deliver 8 idled 8 imapd 8 lmtpd 8 master 8 nntpd 8      \
-               notifyd 8 pop3d 8 quota 8;                              \
+       set --  deliver 8 fetchnews 8 idled 8 imapd 8 lmtpd 8 master 8  \
+               nntpd 8 notifyd 8 pop3d 8 quota 8;                      \
        while [ $$# -gt 0 ]; do                                         \
                man=$$1.$$2;                                            \
                for file in Makefile.in *.[0-9]; do                     \
diff -r 8cb8c92c5331 -r a22f8bb33b11 mail/cyrus-imapd22/PLIST
--- a/mail/cyrus-imapd22/PLIST  Tue Jan 11 03:30:08 2005 +0000
+++ b/mail/cyrus-imapd22/PLIST  Tue Jan 11 03:58:22 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/05/27 09:28:16 recht Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/01/11 03:58:22 kim Exp $
 bin/imtest
 bin/installsieve
 bin/lmtptest
@@ -100,6 +100,7 @@
 man/man8/cvt_cyrusdb.8
 man/man8/cyr_expire.8
 man/man8/cyrus-deliver.8
+man/man8/cyrus-fetchnews.8
 man/man8/cyrus-idled.8
 man/man8/cyrus-imapd.8
 man/man8/cyrus-lmtpd.8
@@ -108,7 +109,6 @@
 man/man8/cyrus-notifyd.8
 man/man8/cyrus-pop3d.8
 man/man8/cyrus-quota.8
-man/man8/fetchnews.8
 man/man8/fud.8
 man/man8/ipurge.8
 man/man8/mbexamine.8



Home | Main Index | Thread Index | Old Index