pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/cyrus-sasl Fixed pattern to strip nb*.
details: https://anonhg.NetBSD.org/pkgsrc/rev/fa5958cff43d
branches: trunk
changeset: 537963:fa5958cff43d
user: obache <obache%pkgsrc.org@localhost>
date: Tue Jan 22 10:56:16 2008 +0000
description:
Fixed pattern to strip nb*.
diffstat:
security/cyrus-sasl/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 36cc5e4fec0a -r fa5958cff43d security/cyrus-sasl/Makefile.common
--- a/security/cyrus-sasl/Makefile.common Tue Jan 22 02:00:51 2008 +0000
+++ b/security/cyrus-sasl/Makefile.common Tue Jan 22 10:56:16 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2006/10/17 13:18:52 dsainty Exp $
+# $NetBSD: Makefile.common,v 1.12 2008/01/22 10:56:16 obache Exp $
#
# This file is currently included by:
#
@@ -33,7 +33,7 @@
.if defined(SASL_PLUGIN) && !empty(SASL_PLUGIN:M[yY][eE][sS])
BUILDLINK_ABI_DEPENDS.cyrus-sasl+= \
- cyrus-sasl>=${PKGVERSION:S/nb*//}
+ cyrus-sasl>=${PKGVERSION:C/nb[0-9]*$//}
. include "../../security/cyrus-sasl/buildlink3.mk"
CPPFLAGS+= -I${BUILDLINK_PREFIX.cyrus-sasl}/include/sasl
.endif
Home |
Main Index |
Thread Index |
Old Index