pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/courier-mta Fix name of a required configuration ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be051278a572
branches:  trunk
changeset: 533026:be051278a572
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Sep 07 14:11:20 2007 +0000

description:
Fix name of a required configuration directory for the ESMTP module.
Bump the PKGREVISION to 1.

diffstat:

 mail/courier-mta/Makefile   |  3 ++-
 mail/courier-mta/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r c505a01b8cfb -r be051278a572 mail/courier-mta/Makefile
--- a/mail/courier-mta/Makefile Fri Sep 07 13:55:12 2007 +0000
+++ b/mail/courier-mta/Makefile Fri Sep 07 14:11:20 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2007/08/10 17:57:03 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2007/09/07 14:11:20 jlam Exp $
 
 DISTNAME=      courier-${COURIER_VERSION}
 PKGNAME=       ${DISTNAME:S/-/-mta-/}
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=courier/}
 EXTRACT_SUFX=  .tar.bz2
diff -r c505a01b8cfb -r be051278a572 mail/courier-mta/options.mk
--- a/mail/courier-mta/options.mk       Fri Sep 07 13:55:12 2007 +0000
+++ b/mail/courier-mta/options.mk       Fri Sep 07 14:11:20 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2007/08/10 17:57:03 jlam Exp $
+# $NetBSD: options.mk,v 1.7 2007/09/07 14:11:20 jlam Exp $
 
 # Global and legacy options
 
@@ -36,7 +36,7 @@
 
 RCD_SCRIPTS+=          courieresmtp courieresmtpmsa courieresmtps
 
-OWN_DIRS_PERMS+=       ${PKG_SYSCONFDIR}/esmtpacceptmaildor.dir        \
+OWN_DIRS_PERMS+=       ${PKG_SYSCONFDIR}/esmtpacceptmailfor.dir        \
                                ${COURIER_DIR_PERMS}
 OWN_DIRS_PERMS+=       ${PKG_SYSCONFDIR}/esmtppercentrelay.dir         \
                                ${COURIER_DIR_PERMS}



Home | Main Index | Thread Index | Old Index