From owner-svn-ports-all@freebsd.org Mon Sep 11 09:42:52 2017 Return-Path: Delivered-To: svn-ports-all@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 8AFFEE00FF0; Mon, 11 Sep 2017 09:42:52 +0000 (UTC) (envelope-from decke@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 59C4E7E278; Mon, 11 Sep 2017 09:42:52 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8B9gpiI051323; Mon, 11 Sep 2017 09:42:51 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8B9gpH3051322; Mon, 11 Sep 2017 09:42:51 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201709110942.v8B9gpH3051322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Mon, 11 Sep 2017 09:42:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449623 - head/ports-mgmt/redports-node X-SVN-Group: ports-head X-SVN-Commit-Author: decke X-SVN-Commit-Paths: head/ports-mgmt/redports-node X-SVN-Commit-Revision: 449623 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.23 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: Mon, 11 Sep 2017 09:42:52 -0000 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