Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2017 09:42:51 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449623 - head/ports-mgmt/redports-node
Message-ID:  <201709110942.v8B9gpH3051322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Mon Sep 11 09:42:51 2017
New Revision: 449623
URL: https://svnweb.freebsd.org/changeset/ports/449623

Log:
  Mark as DEPRECATED and set EXPIRATION_DATE because upstream
  is dead and so the port is not useable anymore.
  
  If someone wants to continue the project please head up to
  https://github.com/freebsd/redports/
  
  Thanks and goodbye redports.

Modified:
  head/ports-mgmt/redports-node/Makefile

Modified: head/ports-mgmt/redports-node/Makefile
==============================================================================
--- head/ports-mgmt/redports-node/Makefile	Mon Sep 11 09:27:04 2017	(r449622)
+++ head/ports-mgmt/redports-node/Makefile	Mon Sep 11 09:42:51 2017	(r449623)
@@ -7,7 +7,7 @@ CATEGORIES=	ports-mgmt
 MASTER_SITES=	https://api.redports.org/downloads/
 DISTFILES=	${PORTNAME}-${DISTVERSION}.phar ${PORTNAME}-${DISTVERSION}.phar.pubkey
 
-MAINTAINER=	decke@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Redports building node
 
 LICENSE=	BSD2CLAUSE
@@ -15,6 +15,9 @@ LICENSE=	BSD2CLAUSE
 RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \
 		poudriere:ports-mgmt/poudriere \
 		${LOCALBASE}/bin/ccache:devel/ccache
+
+DEPRECATED=	Upstream is dead so port is not useable anymore.
+EXPIRATION_DATE=	2017-09-30
 
 NO_BUILD=	yes
 USE_PHP=	curl hash json openssl pcntl phar



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