pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security Add a note to cyrus-sasl2/Makefile.common abo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdf3edcfbee0
branches:  trunk
changeset: 468490:cdf3edcfbee0
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Feb 14 14:43:51 2004 +0000

description:
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:

 security/cy2-login/PLIST             |  4 ++--
 security/cy2-ntlm/PLIST              |  4 ++--
 security/cyrus-sasl2/Makefile.common |  8 +++++++-
 3 files changed, 11 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 41f9e4244adc -r cdf3edcfbee0 security/cy2-login/PLIST
--- a/security/cy2-login/PLIST  Sat Feb 14 14:21:42 2004 +0000
+++ b/security/cy2-login/PLIST  Sat Feb 14 14:43:51 2004 +0000
@@ -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 -r 41f9e4244adc -r cdf3edcfbee0 security/cy2-ntlm/PLIST
--- a/security/cy2-ntlm/PLIST   Sat Feb 14 14:21:42 2004 +0000
+++ b/security/cy2-ntlm/PLIST   Sat Feb 14 14:43:51 2004 +0000
@@ -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 -r 41f9e4244adc -r cdf3edcfbee0 security/cyrus-sasl2/Makefile.common
--- a/security/cyrus-sasl2/Makefile.common      Sat Feb 14 14:21:42 2004 +0000
+++ b/security/cyrus-sasl2/Makefile.common      Sat Feb 14 14:43:51 2004 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index