svn commit: r521960 - head/graphics/sane-frontends

Christoph Moench-Tegeder cmt at FreeBSD.org
Fri Jan 3 20:41:43 UTC 2020


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


More information about the svn-ports-head mailing list