pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/courier-maildir Refer to "sharedindexinstall" and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a4868aed936
branches:  trunk
changeset: 489947:0a4868aed936
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Feb 28 21:18:16 2005 +0000

description:
Refer to "sharedindexinstall" and "sharedindexsplit" by their correct
paths.  Bump the PKGREVISION to 1.

diffstat:

 mail/courier-maildir/Makefile                   |  3 ++-
 mail/courier-maildir/files/sharedindexupdate.sh |  6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 830acdc8bf96 -r 0a4868aed936 mail/courier-maildir/Makefile
--- a/mail/courier-maildir/Makefile     Mon Feb 28 21:02:06 2005 +0000
+++ b/mail/courier-maildir/Makefile     Mon Feb 28 21:18:16 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2005/02/18 22:12:50 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/02/28 21:18:16 jlam Exp $
 
 DISTNAME=      courier-0.48.2
 PKGNAME=       ${DISTNAME:S/-/-maildir-/}
 PKGBASE=       ${PKGNAME:C/-[^-]*$//}
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=courier/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 830acdc8bf96 -r 0a4868aed936 mail/courier-maildir/files/sharedindexupdate.sh
--- a/mail/courier-maildir/files/sharedindexupdate.sh   Mon Feb 28 21:02:06 2005 +0000
+++ b/mail/courier-maildir/files/sharedindexupdate.sh   Mon Feb 28 21:18:16 2005 +0000
@@ -1,6 +1,6 @@
 #!@SH@
 #
-# $NetBSD: sharedindexupdate.sh,v 1.2 2005/02/18 22:12:50 jlam Exp $
+# $NetBSD: sharedindexupdate.sh,v 1.3 2005/02/28 21:18:16 jlam Exp $
 #
 # This script updates the index of shared folders on the system and is
 # only needed if Courier-IMAP or SqWebMail used to serve mail and shared
@@ -18,6 +18,6 @@
 
 @TEST@ -x $sbindir/authenumerate || exit 1
 $sbindir/authenumerate > $sysconfdir/shared.tmp/.tmplist || exit 1
-$sysconfdir/sharedindexsplit $sysconfdir/shared.tmp 1 < $sysconfdir/shared.tmp/.tmplist || exit 1
+$sbindir/sharedindexsplit $sysconfdir/shared.tmp 1 < $sysconfdir/shared.tmp/.tmplist || exit 1
 @RM@ -f $sysconfdir/shared.tmp/.tmplist
-$sysconfdir/sharedindexinstall
+$sbindir/sharedindexinstall



Home | Main Index | Thread Index | Old Index