pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/cups-base
Module Name: pkgsrc
Committed By: hauke
Date: Wed Nov 16 16:24:36 UTC 2022
Modified Files:
pkgsrc/print/cups-base: Makefile options.mk
Log Message:
Fix tyop
pkglint
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/print/cups-base/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/cups-base/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/cups-base/Makefile
diff -u pkgsrc/print/cups-base/Makefile:1.52 pkgsrc/print/cups-base/Makefile:1.53
--- pkgsrc/print/cups-base/Makefile:1.52 Wed Nov 16 16:08:11 2022
+++ pkgsrc/print/cups-base/Makefile Wed Nov 16 16:24:36 2022
@@ -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
Index: pkgsrc/print/cups-base/options.mk
diff -u pkgsrc/print/cups-base/options.mk:1.7 pkgsrc/print/cups-base/options.mk:1.8
--- pkgsrc/print/cups-base/options.mk:1.7 Wed Nov 16 16:08:11 2022
+++ pkgsrc/print/cups-base/options.mk Wed Nov 16 16:24:36 2022
@@ -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 @@ PKG_OPTIONS_DEPRECATED_WARNINGS+= \
.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