diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 14:43:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 14:43:51 +0000 |
commit | 2b41236203769847afe802f54f77622aca27ed16 (patch) | |
tree | 72dbecfca36886941f93b54daf8add80ee698790 /security | |
parent | 4d802060220b22f2e240ca90c63924192e043a4f (diff) | |
download | pkgsrc-2b41236203769847afe802f54f77622aca27ed16.tar.gz |
Add a note to cyrus-sasl2/Makefile.common about which package Makefiles
include it. This is a reminder to anyone who updates cyrus-sasl2 to also
touch the other packages.
Update the cy2-*/PLIST files to have the correct module version numbers.
Diffstat (limited to 'security')
-rw-r--r-- | security/cy2-login/PLIST | 4 | ||||
-rw-r--r-- | security/cy2-ntlm/PLIST | 4 | ||||
-rw-r--r-- | security/cyrus-sasl2/Makefile.common | 8 |
3 files changed, 11 insertions, 5 deletions
diff --git a/security/cy2-login/PLIST b/security/cy2-login/PLIST index 144be9502fe..0964a95b51d 100644 --- a/security/cy2-login/PLIST +++ b/security/cy2-login/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 2003/09/13 19:08:53 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/02/14 14:43:51 jlam Exp $ lib/sasl2/liblogin.la lib/sasl2/liblogin.so lib/sasl2/liblogin.so.2 -lib/sasl2/liblogin.so.2.15 +lib/sasl2/liblogin.so.2.17 diff --git a/security/cy2-ntlm/PLIST b/security/cy2-ntlm/PLIST index 14fb44bdba2..346f654d192 100644 --- a/security/cy2-ntlm/PLIST +++ b/security/cy2-ntlm/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 2003/09/13 19:08:54 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/02/14 14:43:51 jlam Exp $ lib/sasl2/libntlm.la lib/sasl2/libntlm.so lib/sasl2/libntlm.so.2 -lib/sasl2/libntlm.so.2.15 +lib/sasl2/libntlm.so.2.17 diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common index 4b17233bb74..f94ff3ff0b8 100644 --- a/security/cyrus-sasl2/Makefile.common +++ b/security/cyrus-sasl2/Makefile.common @@ -1,4 +1,10 @@ -# $NetBSD: Makefile.common,v 1.16 2004/02/14 13:55:19 jlam Exp $ +# $NetBSD: Makefile.common,v 1.17 2004/02/14 14:43:51 jlam Exp $ +# +# This file is currently included by: +# +# security/cyrus-sasl2/Makefile +# security/cy2-login/Makefile +# security/cy2-ntlm/Makefile # # This Makefile fragment should be included _below_ any SASL_PLUGIN # definition and _above_ any CONFIGURE_ARGS definitions. |