Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 2019 06:16:08 +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: r517722 - in head/sysutils: life-preserver pbi-manager pcbsd-appweb pcbsd-libsh pcbsd-syscache pcbsd-utils warden
Message-ID:  <201911160616.xAG6G85c005522@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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