From owner-svn-ports-head@freebsd.org Mon Jul 11 15:37:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D4E0B9240B; Mon, 11 Jul 2016 15:37:47 +0000 (UTC) (envelope-from amdmi3@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 mx1.freebsd.org (Postfix) with ESMTPS id C6FBA15F2; Mon, 11 Jul 2016 15:37:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6BFbkJB052235; Mon, 11 Jul 2016 15:37:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6BFbkDC052234; Mon, 11 Jul 2016 15:37:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201607111537.u6BFbkDC052234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 11 Jul 2016 15:37:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418387 - head/ports-mgmt/xps X-SVN-Group: ports-head 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.22 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: Mon, 11 Jul 2016 15:37:47 -0000 Author: amdmi3 Date: Mon Jul 11 15:37:45 2016 New Revision: 418387 URL: https://svnweb.freebsd.org/changeset/ports/418387 Log: - Drop maintainership and deprecate: does not work with pkg(8) PR: 210973 Submitted by: serpent7776@gmail.com (maintainer) Modified: head/ports-mgmt/xps/Makefile Modified: head/ports-mgmt/xps/Makefile ============================================================================== --- head/ports-mgmt/xps/Makefile Mon Jul 11 15:31:10 2016 (r418386) +++ head/ports-mgmt/xps/Makefile Mon Jul 11 15:37:45 2016 (r418387) @@ -5,9 +5,12 @@ PORTNAME= xps PORTVERSION= 0.5.2 CATEGORIES= ports-mgmt -MAINTAINER= serpent7776@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Tool that searches the ports tree by various criteria +DEPRECATED= Does not support pkg(8) +EXPIRATION_DATE= 2016-08-10 + LICENSE= MIT USE_GITHUB= yes