From owner-svn-ports-head@freebsd.org Sat Oct 6 07:33:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D553A10ADDD9; Sat, 6 Oct 2018 07:33:03 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8592088FD1; Sat, 6 Oct 2018 07:33:03 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7EE1D2183D; Sat, 6 Oct 2018 07:33:03 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w967X3EL039192; Sat, 6 Oct 2018 07:33:03 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w967X3dZ039190; Sat, 6 Oct 2018 07:33:03 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810060733.w967X3dZ039190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 6 Oct 2018 07:33:03 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: deskutils/tagutils devel/libleaftag X-SVN-Commit-Revision: 481326 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2018 07:33:04 -0000 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