diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-06-11 08:05:34 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-06-11 08:05:34 +0000 |
commit | f3e3e84330873097328ee56cf7e37e1e18358c53 (patch) | |
tree | 46f6b6a3281d2f7a298166839816ca8a193f4ebc /security/cyrus-sasl/pkg-plist | |
parent | 4760abbaa5cf06de47a7189d8cf3e1fb88068b6e (diff) | |
download | freebsd-ports-f3e3e84330873097328ee56cf7e37e1e18358c53.zip |
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
Diffstat (limited to 'security/cyrus-sasl/pkg-plist')
-rw-r--r-- | security/cyrus-sasl/pkg-plist | 49 |
1 files changed, 36 insertions, 13 deletions
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%% |