diff options
-rw-r--r-- | graphics/sane-backends/Makefile | 4 | ||||
-rw-r--r-- | graphics/sane-backends/distinfo | 6 | ||||
-rw-r--r-- | graphics/sane-backends/files/patch-backend_Makefile.in | 11 |
3 files changed, 6 insertions, 15 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index a95f33373f14..1c62da1c215b 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= sane-backends -PORTVERSION= 1.0.29 +PORTVERSION= 1.0.30 CATEGORIES= graphics -MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/54f858b20a364fc35d820df935a86478/ +MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/c3dd60c9e054b5dee1e7b01a7edc98b0/ MAINTAINER= tobik@FreeBSD.org COMMENT= API for access to scanners, digitals camera, frame grabbers etc diff --git a/graphics/sane-backends/distinfo b/graphics/sane-backends/distinfo index 2fcaaab99d0b..6806286ad550 100644 --- a/graphics/sane-backends/distinfo +++ b/graphics/sane-backends/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1580719476 -SHA256 (sane-backends-1.0.29.tar.gz) = aa027b4e5f59849cd41b8c26d54584cf31fffd986049019be6ad4140e11ea8ed -SIZE (sane-backends-1.0.29.tar.gz) = 7201950 +TIMESTAMP = 1589738297 +SHA256 (sane-backends-1.0.30.tar.gz) = 3f5d96a9c47f6124a46bb577c776bbc4896dd17b9203d8bfbc7fe8cbbcf279a3 +SIZE (sane-backends-1.0.30.tar.gz) = 7204519 diff --git a/graphics/sane-backends/files/patch-backend_Makefile.in b/graphics/sane-backends/files/patch-backend_Makefile.in index 6e7f3d412118..09ec940291a7 100644 --- a/graphics/sane-backends/files/patch-backend_Makefile.in +++ b/graphics/sane-backends/files/patch-backend_Makefile.in @@ -1,4 +1,4 @@ ---- backend/Makefile.in.orig 2020-02-03 08:54:00 UTC +--- backend/Makefile.in.orig 2020-05-17 17:59:11 UTC +++ backend/Makefile.in @@ -1645,7 +1645,7 @@ AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) @@ -9,15 +9,6 @@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/libabaton_la-abaton.Plo \ -@@ -3270,7 +3270,7 @@ libsane_la_LDFLAGS = $(DIST_LIBS_LDFLAGS) - libsane_la_LIBADD = $(COMMON_LIBS) $(PRELOADABLE_BACKENDS_ENABLED) libdll_preload.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo $(PRELOADABLE_BACKENDS_LIBS) $(DL_LIBS) $(XML_LIBS) - - # WARNING: Automake is getting this wrong so have to do it ourselves. --libsane_la_DEPENDENCIES = $(COMMON_LIBS) $(PRELOADABLE_BACKENDS_ENABLED) libdll_preload.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo $(PRELOADABLE_BACKENDS_DEPS) -+libsane_la_DEPENDENCIES = ../lib/liblib.la $(PRELOADABLE_BACKENDS_ENABLED) libdll_preload.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo $(PRELOADABLE_BACKENDS_DEPS) - all: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) all-am - @@ -7174,7 +7174,7 @@ install-becfg: becfg @# installed library in $(sanelibdir) to $(sanelibdir)/libsane.*. @# Having two libsane's can cause issues so get rid of it. |