svn commit: r481326 - in head: deskutils/tagutils devel/libleaftag

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 6 07:33:04 UTC 2018


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 at 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 at 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


More information about the svn-ports-all mailing list