Date: Tue, 16 Feb 2021 21:34:16 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> 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 Message-ID: <202102162134.11GLYGc8034439@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <vvd@unislabs.com> (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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102162134.11GLYGc8034439>