diff options
author | decke <decke@FreeBSD.org> | 2017-09-11 17:42:51 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:30:45 +0800 |
commit | bf748d6e186e64c8937d77abd612b863d3702107 (patch) | |
tree | a369ba78b63e25cc379dd568c68c0314399f7675 /ports-mgmt | |
parent | 4c9ceebac3641a5f37ca27be79bc94a1759ef83a (diff) | |
download | freebsd-ports-gnome-bf748d6e186e64c8937d77abd612b863d3702107.tar.gz freebsd-ports-gnome-bf748d6e186e64c8937d77abd612b863d3702107.tar.zst freebsd-ports-gnome-bf748d6e186e64c8937d77abd612b863d3702107.zip |
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.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/redports-node/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ports-mgmt/redports-node/Makefile b/ports-mgmt/redports-node/Makefile index 42d2f2e97d50..c261bd8cc8aa 100644 --- a/ports-mgmt/redports-node/Makefile +++ b/ports-mgmt/redports-node/Makefile @@ -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 @@ -16,6 +16,9 @@ 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 USE_RC_SUBR= redportsnode |