From owner-svn-ports-all@freebsd.org Sat Nov 16 06:16:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A85CE1BC0EC; Sat, 16 Nov 2019 06:16:10 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47FQ2f2Kszz46s3; Sat, 16 Nov 2019 06:16:10 +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 0E4012528A; Sat, 16 Nov 2019 06:16:10 +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 xAG6G9o2005528; Sat, 16 Nov 2019 06:16:09 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAG6G85c005522; Sat, 16 Nov 2019 06:16:08 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201911160616.xAG6G85c005522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 16 Nov 2019 06:16:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517722 - in head/sysutils: life-preserver pbi-manager pcbsd-appweb pcbsd-libsh pcbsd-syscache pcbsd-utils warden X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/sysutils: life-preserver pbi-manager pcbsd-appweb pcbsd-libsh pcbsd-syscache pcbsd-utils warden X-SVN-Commit-Revision: 517722 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Nov 2019 06:16:10 -0000 Author: tobik Date: Sat Nov 16 06:16:08 2019 New Revision: 517722 URL: https://svnweb.freebsd.org/changeset/ports/517722 Log: Deprecate some PC-BSD ports that have been abandoned upstream PR: 241666 Approved by: kmoore (maintainer timeout, 2 weeks) Modified: head/sysutils/life-preserver/Makefile head/sysutils/pbi-manager/Makefile head/sysutils/pcbsd-appweb/Makefile head/sysutils/pcbsd-libsh/Makefile head/sysutils/pcbsd-syscache/Makefile head/sysutils/pcbsd-utils/Makefile head/sysutils/warden/Makefile Modified: head/sysutils/life-preserver/Makefile ============================================================================== --- head/sysutils/life-preserver/Makefile Sat Nov 16 06:06:52 2019 (r517721) +++ head/sysutils/life-preserver/Makefile Sat Nov 16 06:16:08 2019 (r517722) @@ -12,6 +12,9 @@ BROKEN= unfetchable LICENSE= BSD3CLAUSE +DEPRECATED= Abandoned upstream +EXPIRATION_DATE= 2019-12-15 + RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/scripts/functions.sh:sysutils/pcbsd-libsh \ stunnel:security/stunnel Modified: head/sysutils/pbi-manager/Makefile ============================================================================== --- head/sysutils/pbi-manager/Makefile Sat Nov 16 06:06:52 2019 (r517721) +++ head/sysutils/pbi-manager/Makefile Sat Nov 16 06:16:08 2019 (r517722) @@ -10,6 +10,9 @@ COMMENT= PBI management utilities LICENSE= BSD3CLAUSE +DEPRECATED= Abandoned upstream +EXPIRATION_DATE= 2019-12-15 + RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/scripts/functions.sh:sysutils/pcbsd-libsh WRKSRC_SUBDIR= src-sh/pbi-manager Modified: head/sysutils/pcbsd-appweb/Makefile ============================================================================== --- head/sysutils/pcbsd-appweb/Makefile Sat Nov 16 06:06:52 2019 (r517721) +++ head/sysutils/pcbsd-appweb/Makefile Sat Nov 16 06:16:08 2019 (r517722) @@ -13,6 +13,9 @@ BROKEN= unfetchable LICENSE= BSD3CLAUSE +DEPRECATED= Abandoned upstream +EXPIRATION_DATE= 2019-12-15 + RUN_DEPENDS= syscache:sysutils/pcbsd-syscache \ pbi:sysutils/pbi-manager \ warden:sysutils/warden \ Modified: head/sysutils/pcbsd-libsh/Makefile ============================================================================== --- head/sysutils/pcbsd-libsh/Makefile Sat Nov 16 06:06:52 2019 (r517721) +++ head/sysutils/pcbsd-libsh/Makefile Sat Nov 16 06:16:08 2019 (r517722) @@ -10,6 +10,9 @@ COMMENT= PC-BSD Shell Library LICENSE= BSD3CLAUSE +DEPRECATED= Abandoned upstream +EXPIRATION_DATE= 2019-12-15 + WRKSRC_SUBDIR= src-sh/libsh USES= pkgconfig NO_BUILD= yes Modified: head/sysutils/pcbsd-syscache/Makefile ============================================================================== --- head/sysutils/pcbsd-syscache/Makefile Sat Nov 16 06:06:52 2019 (r517721) +++ head/sysutils/pcbsd-syscache/Makefile Sat Nov 16 06:16:08 2019 (r517722) @@ -11,6 +11,9 @@ COMMENT= PC-BSD SysCache Utility LICENSE= BSD3CLAUSE +DEPRECATED= Abandoned upstream +EXPIRATION_DATE= 2019-12-15 + WRKSRC_SUBDIR= src-sh/syscache USE_QT= core network buildtools qmake USES= pkgconfig qt:5 Modified: head/sysutils/pcbsd-utils/Makefile ============================================================================== --- head/sysutils/pcbsd-utils/Makefile Sat Nov 16 06:06:52 2019 (r517721) +++ head/sysutils/pcbsd-utils/Makefile Sat Nov 16 06:16:08 2019 (r517722) @@ -13,6 +13,9 @@ BROKEN= unfetchable LICENSE= BSD3CLAUSE +DEPRECATED= Abandoned upstream +EXPIRATION_DATE= 2019-12-15 + RUN_DEPENDS= sipcalc:net-mgmt/sipcalc \ eject:sysutils/eject Modified: head/sysutils/warden/Makefile ============================================================================== --- head/sysutils/warden/Makefile Sat Nov 16 06:06:52 2019 (r517721) +++ head/sysutils/warden/Makefile Sat Nov 16 06:16:08 2019 (r517722) @@ -10,6 +10,9 @@ COMMENT= Warden jail management system utility LICENSE= BSD3CLAUSE +DEPRECATED= Abandoned upstream +EXPIRATION_DATE= 2019-12-15 + RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/scripts/functions.sh:sysutils/pcbsd-libsh \ debootstrap:sysutils/debootstrap \ jailme:sysutils/jailme