pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cyrus-sasl2 The plugins directory is under ${...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/433a5bdfb039
branches:  trunk
changeset: 498329:433a5bdfb039
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Aug 20 01:56:11 2005 +0000

description:
The plugins directory is under ${PREFIX} and we install a plugin in
there already, so don't use OWN_DIRS -- just use @dirrm.  Bump the
PKGREVISION to 2.

diffstat:

 security/cyrus-sasl2/Makefile |  5 ++---
 security/cyrus-sasl2/PLIST    |  3 ++-
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 1e37984b3719 -r 433a5bdfb039 security/cyrus-sasl2/Makefile
--- a/security/cyrus-sasl2/Makefile     Fri Aug 19 22:30:01 2005 +0000
+++ b/security/cyrus-sasl2/Makefile     Sat Aug 20 01:56:11 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2005/03/02 15:52:26 jlam Exp $
+# $NetBSD: Makefile,v 1.42 2005/08/20 01:56:11 jlam Exp $
 
 .include "Makefile.common"
 
-PKGREVISION=   1
+PKGREVISION=   2
 SVR4_PKGNAME=  csasl
 COMMENT=       Simple Authentication and Security Layer
 
@@ -62,7 +62,6 @@
 
 PKG_GROUPS=            ${CYRUS_GROUP}
 PKG_USERS=             ${CYRUS_USER}:${CYRUS_GROUP}::::${SH}
-OWN_DIRS=              ${PLUGINDIR}
 
 MESSAGE_SUBST+=                _PLUGINDIR=${_PLUGINDIR}
 
diff -r 1e37984b3719 -r 433a5bdfb039 security/cyrus-sasl2/PLIST
--- a/security/cyrus-sasl2/PLIST        Fri Aug 19 22:30:01 2005 +0000
+++ b/security/cyrus-sasl2/PLIST        Sat Aug 20 01:56:11 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/11/15 21:58:17 jlam Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/08/20 01:56:11 jlam Exp $
 include/sasl/hmac-md5.h
 include/sasl/md5.h
 include/sasl/md5global.h
@@ -96,4 +96,5 @@
 share/doc/cyrus-sasl/upgrading.html
 share/doc/cyrus-sasl/windows.html
 @dirrm share/doc/cyrus-sasl
+@dirrm lib/sasl2
 @dirrm include/sasl



Home | Main Index | Thread Index | Old Index