pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/cups-base Fix tyop



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a22475ef466
branches:  trunk
changeset: 388307:4a22475ef466
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Wed Nov 16 16:24:36 2022 +0000

description:
Fix tyop

pkglint

diffstat:

 print/cups-base/Makefile   |   4 ++--
 print/cups-base/options.mk |  12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (49 lines):

diff -r f9b4f532e179 -r 4a22475ef466 print/cups-base/Makefile
--- a/print/cups-base/Makefile  Wed Nov 16 16:10:14 2022 +0000
+++ b/print/cups-base/Makefile  Wed Nov 16 16:24:36 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.52 2022/11/16 16:08:11 hauke Exp $
+# $NetBSD: Makefile,v 1.53 2022/11/16 16:24:36 hauke Exp $
 
 .include "../../print/cups/Makefile.common"
 
 PKGNAME=       cups-base-${CUPS_VERS}
-PKGREVISION=   4
+PKGREVISION=   5
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=OpenPrinting/}
 
 MAINTAINER=    sbd%NetBSD.org@localhost
diff -r f9b4f532e179 -r 4a22475ef466 print/cups-base/options.mk
--- a/print/cups-base/options.mk        Wed Nov 16 16:10:14 2022 +0000
+++ b/print/cups-base/options.mk        Wed Nov 16 16:24:36 2022 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.7 2022/11/16 16:08:11 hauke Exp $
+# $NetBSD: options.mk,v 1.8 2022/11/16 16:24:36 hauke Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.cups-base
-PKG_SUPPORTED_OPTIONS=         acl dnssd kerberos pam tcpwrappers
+PKG_SUPPORTED_OPTIONS=         acl kerberos pam tcpwrappers
 PKG_SUGGESTED_OPTIONS=         dnssd kerberos
 
 PKG_OPTIONS_OPTIONAL_GROUPS=   mdns
-PKG_OPTIONS_GROUP.mdns=                mdnssd
+PKG_OPTIONS_GROUP.mdns=                dnssd
 
 PLIST_VARS+=                   apple dbus dnssd dnssd-backend ippfind libusb pam
 
@@ -16,12 +16,12 @@
 .endif
 
 .if ${OPSYS} == "Darwin"
-PLIST.apple=           yes
-PLIST.ippfind=         yes
+PLIST.apple=                   yes
+PLIST.ippfind=                 yes
 .else
 # CUPS on Darwin does not support DBus and libusb
 PKG_SUPPORTED_OPTIONS+=                dbus
-PKG_OPTIONS_GROUP.mdns+=       avahi   
+PKG_OPTIONS_GROUP.mdns+=       avahi
 PKG_SUGGESTED_OPTIONS+=                dbus
 # Neither DragonFly nor SunOS can build libusb1
 .  if ${OPSYS} != "DragonFly" && ${OPSYS} != "SunOS"



Home | Main Index | Thread Index | Old Index