Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cyrus-sasl cyrus-sasl: Resolve some pkglint w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da71a4f78c61
branches:  trunk
changeset: 431529:da71a4f78c61
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu May 14 14:31:16 2020 +0000

description:
cyrus-sasl: Resolve some pkglint warnings

diffstat:

 security/cyrus-sasl/Makefile        |  6 +++---
 security/cyrus-sasl/Makefile.common |  6 +++---
 security/cyrus-sasl/options.mk      |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (65 lines):

diff -r a8e9a8fc454f -r da71a4f78c61 security/cyrus-sasl/Makefile
--- a/security/cyrus-sasl/Makefile      Thu May 14 14:30:02 2020 +0000
+++ b/security/cyrus-sasl/Makefile      Thu May 14 14:31:16 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2020/05/14 14:27:31 nia Exp $
+# $NetBSD: Makefile,v 1.78 2020/05/14 14:31:16 nia Exp $
 
 PKGREVISION=   1
 COMMENT=       Simple Authentication and Security Layer
@@ -52,8 +52,8 @@
 #
 CYRUS_USER?=           cyrus
 CYRUS_GROUP?=          mail
-FILES_SUBST+=          CYRUS_USER=${CYRUS_USER:Q}
-FILES_SUBST+=          ROOT_USER=${ROOT_USER:Q}
+FILES_SUBST+=          CYRUS_USER=${CYRUS_USER}
+FILES_SUBST+=          ROOT_USER=${ROOT_USER}
 PKG_GROUPS_VARS+=      CYRUS_GROUP
 PKG_USERS_VARS+=       CYRUS_USER
 
diff -r a8e9a8fc454f -r da71a4f78c61 security/cyrus-sasl/Makefile.common
--- a/security/cyrus-sasl/Makefile.common       Thu May 14 14:30:02 2020 +0000
+++ b/security/cyrus-sasl/Makefile.common       Thu May 14 14:31:16 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.32 2020/05/13 04:35:55 rillig Exp $
+# $NetBSD: Makefile.common,v 1.33 2020/05/14 14:31:16 nia Exp $
 #
 # used by security/cyrus-sasl/Makefile
 # used by security/cy2-anonymous/Makefile
@@ -32,8 +32,8 @@
 HOMEPAGE=      https://www.cyrusimap.org/sasl/
 LICENSE=       original-bsd # CMU version
 
-DISTINFO_FILE=         ${.CURDIR}/../cyrus-sasl/distinfo
-PATCHDIR=              ${.CURDIR}/../cyrus-sasl/patches
+DISTINFO_FILE=         ${.CURDIR}/../../security/cyrus-sasl/distinfo
+PATCHDIR=              ${.CURDIR}/../../security/cyrus-sasl/patches
 
 PKG_SYSCONFSUBDIR=     sasl2
 
diff -r a8e9a8fc454f -r da71a4f78c61 security/cyrus-sasl/options.mk
--- a/security/cyrus-sasl/options.mk    Thu May 14 14:30:02 2020 +0000
+++ b/security/cyrus-sasl/options.mk    Thu May 14 14:31:16 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2019/11/04 21:12:52 rillig Exp $
+# $NetBSD: options.mk,v 1.4 2020/05/14 14:31:16 nia Exp $
 #
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.cyrus-sasl
@@ -6,13 +6,13 @@
 PKG_OPTIONS_GROUP.database=    ndbm bdb gdbm
 
 .if defined(SASL_DBTYPE)
-PKG_OPTIONS_DEPRECATED_WARNINGS+=      "Deprecated SASL_DBTYPE variable used, use ${PKG_OPTIONS_VAR:Q} instead (${PKG_OPTIONS_GROUP.database:ts,:Q})."
+PKG_OPTIONS_DEPRECATED_WARNINGS+=      "Deprecated SASL_DBTYPE variable used, use ${PKG_OPTIONS_VAR} instead (${PKG_OPTIONS_GROUP.database:ts,})."
 .  if !empty(SASL_DBTYPE:Mndbm)
 PKG_SUGGESTED_OPTIONS+=        ndbm
 .  elif !empty(SASL_DBTYPE:Mberkeley)
 PKG_SUGGESTED_OPTIONS+=        bdb
 .  else
-PKG_FAIL_REASON+=      "Unknown SASL_DBTYPE: ${SASL_DBTYPE:Q}"
+PKG_FAIL_REASON+=      "Unknown SASL_DBTYPE: ${SASL_DBTYPE}"
 .  endif
 .elif exists(/usr/include/ndbm.h) && ${OPSYS} != "Linux"
 PKG_SUGGESTED_OPTIONS+=        ndbm



Home | Main Index | Thread Index | Old Index