From f3e3e84330873097328ee56cf7e37e1e18358c53 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 11 Jun 2000 08:05:34 +0000 Subject: Update to 1.5.21. Fix detection of kerberos4. (Now support for kerberos4 is always build if /usr/lib/libkrb.a exists) Make use of PLIST_SUB. PR: ports/19187 Submitted by: Maintainer --- security/cyrus-sasl/pkg-plist | 49 +++++++++++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 13 deletions(-) (limited to 'security/cyrus-sasl/pkg-plist') diff --git a/security/cyrus-sasl/pkg-plist b/security/cyrus-sasl/pkg-plist index 7490f80ec2a7..b31962f6a4d7 100644 --- a/security/cyrus-sasl/pkg-plist +++ b/security/cyrus-sasl/pkg-plist @@ -1,4 +1,4 @@ -@unexec %D/etc/rc.d/pwcheck.sh stop ; echo " stopped." +@unexec %D/etc/rc.d/pwcheck.sh stop ; echo "pwcheck stopped." etc/rc.d/pwcheck.sh include/sasl/hmac-md5.h include/sasl/md5.h @@ -9,7 +9,7 @@ include/sasl/saslutil.h @dirrm include/sasl lib/libsasl.a lib/libsasl.so -lib/libsasl.so.7 +lib/libsasl.so.8 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R lib/sasl/libanonymous.a @@ -21,12 +21,12 @@ lib/sasl/libcrammd5.so.1 lib/sasl/libdigestmd5.a lib/sasl/libdigestmd5.so lib/sasl/libdigestmd5.so.0 -lib/sasl/libgssapiv2.a -lib/sasl/libgssapiv2.so -lib/sasl/libgssapiv2.so.1 -lib/sasl/libkerberos4.a -lib/sasl/libkerberos4.so -lib/sasl/libkerberos4.so.1 +%%GSSAPI%%lib/sasl/libgssapiv2.a +%%GSSAPI%%lib/sasl/libgssapiv2.so +%%GSSAPI%%lib/sasl/libgssapiv2.so.1 +%%EBONES%%lib/sasl/libkerberos4.a +%%EBONES%%lib/sasl/libkerberos4.so +%%EBONES%%lib/sasl/libkerberos4.so.1 lib/sasl/liblogin.a lib/sasl/liblogin.so lib/sasl/liblogin.so.0 @@ -34,12 +34,35 @@ lib/sasl/libplain.a lib/sasl/libplain.so lib/sasl/libplain.so.1 @dirrm lib/sasl +sbin/sasldblistusers sbin/saslpasswd sbin/pwcheck +%%NOPORTDOCS%%share/doc/SASL/AUTHORS +%%NOPORTDOCS%%share/doc/SASL/COPYING +%%NOPORTDOCS%%share/doc/SASL/ChangeLog +%%NOPORTDOCS%%share/doc/SASL/INSTALL +%%NOPORTDOCS%%share/doc/SASL/NEWS +%%NOPORTDOCS%%share/doc/SASL/README +%%NOPORTDOCS%%share/doc/SASL/TODO +%%NOPORTDOCS%%share/doc/SASL/draft-leach-digest-sasl-05.txt +%%NOPORTDOCS%%share/doc/SASL/draft-newman-auth-scram-03.txt +%%NOPORTDOCS%%share/doc/SASL/rfc1321.txt +%%NOPORTDOCS%%share/doc/SASL/rfc2095.txt +%%NOPORTDOCS%%share/doc/SASL/rfc2104.txt +%%NOPORTDOCS%%share/doc/SASL/rfc2222.txt +%%NOPORTDOCS%%share/doc/SASL/rfc2245.txt +%%NOPORTDOCS%%share/doc/SASL/html/gssapi.html +%%NOPORTDOCS%%share/doc/SASL/html/index.html +%%NOPORTDOCS%%share/doc/SASL/html/programming.html +%%NOPORTDOCS%%share/doc/SASL/html/sysadmin.html +%%NOPORTDOCS%%@dirrm share/doc/SASL/html +%%NOPORTDOCS%%@dirrm share/doc/SASL @mode u=rwx,go= -@exec mkdir /var/pwcheck -@exec chown cyrus:cyrus /var/pwcheck -@exec chmod go= /var/pwcheck +@cwd /var +@exec mkdir pwcheck +@exec chown cyrus:cyrus pwcheck +@exec chmod go= pwcheck @comment This file gets create by the pwcheck program -@unexec rm -f /var/pwcheck/pwcheck -@dirrm /var/pwcheck +@unexec rm -f pwcheck/pwcheck +@dirrm pwcheck +@cwd %%PREFIX%% -- cgit v1.2.3