Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2018 07:33:03 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481326 - in head: deskutils/tagutils devel/libleaftag
Message-ID:  <201810060733.w967X3dZ039190@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Oct  6 07:33:02 2018
New Revision: 481326
URL: https://svnweb.freebsd.org/changeset/ports/481326

Log:
  Deprecate devel/libleaftag and deskutils/tagutils
  
  They are unmaintained upstream (last releases in 2006) and some of
  the few remaining consumers of databases/sqlite2.

Modified:
  head/deskutils/tagutils/Makefile
  head/devel/libleaftag/Makefile

Modified: head/deskutils/tagutils/Makefile
==============================================================================
--- head/deskutils/tagutils/Makefile	Sat Oct  6 07:31:18 2018	(r481325)
+++ head/deskutils/tagutils/Makefile	Sat Oct  6 07:33:02 2018	(r481326)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://releases.chipx86.com/leaftag/tagu
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Command line tool for tagging files
 
+DEPRECATED=	Unmaintained upstream
+EXPIRATION_DATE=	2018-10-15
+
 LIB_DEPENDS=	libleaftag.so:devel/libleaftag
 
 GNU_CONFIGURE=	yes

Modified: head/devel/libleaftag/Makefile
==============================================================================
--- head/devel/libleaftag/Makefile	Sat Oct  6 07:31:18 2018	(r481325)
+++ head/devel/libleaftag/Makefile	Sat Oct  6 07:33:02 2018	(r481326)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://releases.chipx86.com/leaftag/libl
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Leaftag is a library for tagging files on the desktop
 
+DEPRECATED=	Unmaintained upstream
+EXPIRATION_DATE=	2018-10-15
+
 USES=		pathfix pkgconfig libtool sqlite:2
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810060733.w967X3dZ039190>