From owner-svn-ports-all@freebsd.org Tue Feb 16 21:34:17 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5340154ACE7; Tue, 16 Feb 2021 21:34:17 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgDkd1smHz3jtb; Tue, 16 Feb 2021 21:34:17 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27EF818D6F; Tue, 16 Feb 2021 21:34:17 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11GLYHs4034442; Tue, 16 Feb 2021 21:34:17 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11GLYGc8034439; Tue, 16 Feb 2021 21:34:16 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202102162134.11GLYGc8034439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 16 Feb 2021 21:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565463 - in head/graphics/sane-backends: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/graphics/sane-backends: . files X-SVN-Commit-Revision: 565463 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 21:34:17 -0000 Author: tcberner Date: Tue Feb 16 21:34:16 2021 New Revision: 565463 URL: https://svnweb.freebsd.org/changeset/ports/565463 Log: graphics/sane-backends: graphics/sane-backends: update to 1.0.32 Changelog: https://gitlab.com/sane-project/backends/-/releases/1.0.32 PR: 253562 Submitted by: VVD (maintainer) Modified: head/graphics/sane-backends/Makefile head/graphics/sane-backends/distinfo head/graphics/sane-backends/files/patch-configure Modified: head/graphics/sane-backends/Makefile ============================================================================== --- head/graphics/sane-backends/Makefile Tue Feb 16 21:33:04 2021 (r565462) +++ head/graphics/sane-backends/Makefile Tue Feb 16 21:34:16 2021 (r565463) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= sane-backends -PORTVERSION= 1.0.31 -PORTREVISION= 3 +DISTVERSION= 1.0.32 CATEGORIES= graphics -MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/8bf1cae2e1803aefab9e5331550e5d5d/ +MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/ MAINTAINER= vvd@unislabs.com COMMENT= API for accessing scanners, digital cameras, frame grabbers, etc @@ -33,7 +32,7 @@ SUB_FILES= pkg-message USERS= saned GROUPS= saned -PLIST_SUB= SOVERSION=${PORTVERSION} +PLIST_SUB= SOVERSION=${DISTVERSION} OPTIONS_DEFINE= AVAHI DOCS GPHOTO IEEE1284 IPV6 NLS SNMP USB V4L OPTIONS_DEFAULT= AVAHI GPHOTO USB Modified: head/graphics/sane-backends/distinfo ============================================================================== --- head/graphics/sane-backends/distinfo Tue Feb 16 21:33:04 2021 (r565462) +++ head/graphics/sane-backends/distinfo Tue Feb 16 21:34:16 2021 (r565463) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598185199 -SHA256 (sane-backends-1.0.31.tar.gz) = 4a3b10fcb398ed854777d979498645edfe66fcac2f2fd2b9117a79ff45e2a5aa -SIZE (sane-backends-1.0.31.tar.gz) = 7301484 +TIMESTAMP = 1613475639 +SHA256 (sane-backends-1.0.32.tar.gz) = 3a28c237c0a72767086202379f6dc92dbb63ec08dfbab22312cba80e238bb114 +SIZE (sane-backends-1.0.32.tar.gz) = 7349442 Modified: head/graphics/sane-backends/files/patch-configure ============================================================================== --- head/graphics/sane-backends/files/patch-configure Tue Feb 16 21:33:04 2021 (r565462) +++ head/graphics/sane-backends/files/patch-configure Tue Feb 16 21:34:16 2021 (r565463) @@ -1,6 +1,6 @@ ---- configure.orig 2020-08-23 11:59:54 UTC +--- configure.orig +++ configure -@@ -22134,7 +22134,7 @@ $as_echo_n "checking whether pthread_t is integer... " +@@ -22378,7 +22378,7 @@ int main () { @@ -9,7 +9,7 @@ ; return 0; } -@@ -26279,7 +26279,7 @@ for be in ${BACKENDS}; do +@@ -26520,7 +26520,7 @@ ;; v4l) @@ -18,7 +18,7 @@ || test "${have_libv4l1}" != "yes"; then echo "*** $be backend requires v4l libraries - $DISABLE_MSG" backend_supported="no" -@@ -26482,7 +26482,7 @@ for be in ${BACKENDS}; do +@@ -26734,7 +26734,7 @@ ;; v4l)