diff --git a/print/cups-browsed/Makefile b/print/cups-browsed/Makefile index 9281a6421b8..439a96c2054 100644 --- a/print/cups-browsed/Makefile +++ b/print/cups-browsed/Makefile @@ -1,8 +1,7 @@ COMMENT= browse network for remote CUPS queues and IPP printers -V= 2.0.1 +V= 2.1.0 DISTNAME= cups-browsed-${V} -REVISION= 0 CATEGORIES= print @@ -32,8 +31,6 @@ FAKE_FLAGS= pkgcupsserverrootdir=${PREFIX}/share/examples/cups-filters/cups CONFIGURE_STYLE= gnu -CONFIGURE_ARGS= --disable-ldap - DEBUG_PACKAGES= ${BUILD_PACKAGES} .include diff --git a/print/cups-browsed/distinfo b/print/cups-browsed/distinfo index cbed82b588e..a7c6cd1dcfb 100644 --- a/print/cups-browsed/distinfo +++ b/print/cups-browsed/distinfo @@ -1,2 +1,2 @@ -SHA256 (cups-browsed-2.0.1.tar.gz) = cbQ7PjrtfGNdf+2cfGpVrxoZjL4Am1pIVcoscQ+8K6M= -SIZE (cups-browsed-2.0.1.tar.gz) = 609683 +SHA256 (cups-browsed-2.1.0.tar.gz) = 4O7kLi5hYIooU4FfoucmfaW8bh9ZJzMwRhySmOE7UyM= +SIZE (cups-browsed-2.1.0.tar.gz) = 599547 diff --git a/print/cups-browsed/patches/patch-configure b/print/cups-browsed/patches/patch-configure deleted file mode 100644 index 25e63f9c61c..00000000000 --- a/print/cups-browsed/patches/patch-configure +++ /dev/null @@ -1,26 +0,0 @@ -From 1debe6b140c37e0aa928559add4abcc95ce54aa2 Mon Sep 17 00:00:00 2001 -From: Zdenek Dohnal -Date: Thu, 26 Sep 2024 23:03:32 +0200 -Subject: [PATCH] Default BrowseRemoteProtocols should not include "cups" protocol - -Index: configure ---- configure.orig -+++ configure -@@ -1583,7 +1583,7 @@ Optional Packages: - - --with-browseremoteprotocols=value - Set which protocols to listen for in cups-browsed -- (default: dnssd cups) -+ (default: dnssd) - --with-remote-cups-local-queue-naming=DNS-SD|MakeModel|RemoteName - Choose the origin of local queue naming for remote - CUPS queues, default based on DNS-SD ID -@@ -16272,7 +16272,7 @@ if test ${with_browseremoteprotocols+y} - then : - withval=$with_browseremoteprotocols; with_browseremoteprotocols="$withval" - else $as_nop -- with_browseremoteprotocols="dnssd cups" -+ with_browseremoteprotocols="dnssd" - - fi -