pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Bump the version of security/cyrus-saslauthd to 2.1.17...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d571b604ecb1
branches:  trunk
changeset: 466212:d571b604ecb1
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Jan 13 09:03:15 2004 +0000

description:
Bump the version of security/cyrus-saslauthd to 2.1.17nb1: install the
saslcache and testsaslauthd programs that are useful to test and debug
the setup of saslauthd.

diffstat:

 doc/CHANGES                       |   3 ++-
 security/cyrus-saslauthd/Makefile |  12 ++++++++++--
 security/cyrus-saslauthd/PLIST    |   4 +++-
 3 files changed, 15 insertions(+), 4 deletions(-)

diffs (69 lines):

diff -r 4ed9098c3b79 -r d571b604ecb1 doc/CHANGES
--- a/doc/CHANGES       Tue Jan 13 08:13:42 2004 +0000
+++ b/doc/CHANGES       Tue Jan 13 09:03:15 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4446 2004/01/13 06:55:31 martti Exp $
+$NetBSD: CHANGES,v 1.4447 2004/01/13 09:03:55 jlam Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -202,3 +202,4 @@
        Updated perl5 to 5.6.1nb10 [jlam 2004-01-12]
        Updated p5-MIME-Base64 to 2.23 [grant 2004-01-13]
        Updated xfce4-wm to 4.0.3.1 [martti 2004-01-13]
+       Updated cyrus-saslauthd to 2.1.17nb1 [jlam 2004-01-13]
diff -r 4ed9098c3b79 -r d571b604ecb1 security/cyrus-saslauthd/Makefile
--- a/security/cyrus-saslauthd/Makefile Tue Jan 13 08:13:42 2004 +0000
+++ b/security/cyrus-saslauthd/Makefile Tue Jan 13 09:03:15 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/01/13 08:13:42 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/13 09:03:15 jlam Exp $
 
 DISTNAME=      cyrus-sasl-2.1.17
 PKGNAME=       ${DISTNAME:S/sasl/saslauthd/}
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
                ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/
@@ -25,6 +26,8 @@
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 PLIST_SRC=             ${PKGDIR}/PLIST
 
+ALL_TARGET=            all saslcache testsaslauthd
+
 BUILD_DEFS+=           USE_PAM USE_LDAP SASL_USE_GSSAPI
 
 # /var/run/saslauthd matches the default value in configure.
@@ -57,6 +60,8 @@
 RCD_SCRIPTS=           saslauthd
 FILES_SUBST+=          ROOT_USER=${ROOT_USER}
 
+INSTALLATION_DIRS=     bin
+
 post-configure:
        ${LN} -sf saslauthd.h ${WRKSRC}/config.h
 
@@ -67,8 +72,11 @@
                ${MV} -f $$f.new $$f;                                   \
        done
 
+post-install:
+       for f in saslcache testsaslauthd; do                            \
+               ${INSTALL_PROGRAM} ${WRKSRC}/$$f ${PREFIX}/bin/$$f;     \
+       done
 .if defined(USE_LDAP)
-post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cyrus-saslauthd
        ${INSTALL_DATA} ${WRKSRC}/LDAP_SASLAUTHD \
                ${PREFIX}/share/doc/cyrus-saslauthd
diff -r 4ed9098c3b79 -r d571b604ecb1 security/cyrus-saslauthd/PLIST
--- a/security/cyrus-saslauthd/PLIST    Tue Jan 13 08:13:42 2004 +0000
+++ b/security/cyrus-saslauthd/PLIST    Tue Jan 13 09:03:15 2004 +0000
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2004/01/10 01:27:00 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/01/13 09:03:15 jlam Exp $
+bin/saslcache
+bin/testsaslauthd
 etc/rc.d/saslauthd
 man/man8/saslauthd.8
 sbin/saslauthd



Home | Main Index | Thread Index | Old Index