svn commit: r517722 - in head/sysutils: life-preserver pbi-manager pcbsd-appweb pcbsd-libsh pcbsd-syscache pcbsd-utils warden
Tobias Kortkamp
tobik at FreeBSD.org
Sat Nov 16 06:16:10 UTC 2019
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
More information about the svn-ports-all
mailing list