Date: Fri, 3 Jan 2020 20:41:43 +0000 (UTC) From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521960 - head/graphics/sane-frontends Message-ID: <202001032041.003KfhTD013104@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cmt Date: Fri Jan 3 20:41:43 2020 New Revision: 521960 URL: https://svnweb.freebsd.org/changeset/ports/521960 Log: deprecate sane-frontends This code is not maintained anymore by upstream (last release: 14 years ago as per https://gitlab.com/sane-project/frontends/-/releases), has no maintainer here (anymore), no consumers and is prone to breakage (last fixed in ports r517748). As per discussion with tobik@, deprecate this; the expiration date gives ample warning to interested users but avoids carrying this port into the next quarterly. Modified: head/graphics/sane-frontends/Makefile Modified: head/graphics/sane-frontends/Makefile ============================================================================== --- head/graphics/sane-frontends/Makefile Fri Jan 3 20:18:26 2020 (r521959) +++ head/graphics/sane-frontends/Makefile Fri Jan 3 20:41:43 2020 (r521960) @@ -13,6 +13,9 @@ COMMENT= Tools for access to scanners, digitals camera LICENSE= GPLv2+ +DEPRECATED= Unmaintained upstream, no consumers left +EXPIRATION_DATE= 2020-03-31 + LIB_DEPENDS= libsane.so:graphics/sane-backends USES= gmake gnome pkgconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001032041.003KfhTD013104>