aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-10-01 20:31:40 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-10-01 20:45:14 +0000
commitebaae41c7756ed0780ba7731b7c870d205638609 (patch)
tree58c5f7e4f59e6bd9d27d2c44e1de2def2a0692a3
parent2acaef84d8ad96f3be896c32e94d04ac61a083b9 (diff)
downloadports-ebaae41c7756ed0780ba7731b7c870d205638609.tar.gz
ports-ebaae41c7756ed0780ba7731b7c870d205638609.zip
net/libstorj: Deprecate port and set expiration date to 2021-12-31
Deprecated upstream Reference: https://github.com/storj/libstorj Pointy hat to myself (net/libstorj is not net/storj, reported by danfe) PR: 257129 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D31701
-rw-r--r--net/libstorj/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/libstorj/Makefile b/net/libstorj/Makefile
index b2074708f1c8..39d3451e9035 100644
--- a/net/libstorj/Makefile
+++ b/net/libstorj/Makefile
@@ -9,6 +9,9 @@ COMMENT= C library and CLI for encrypted file transfer on the Storj network
LICENSE= LGPL21+
+DEPRECATED= Deprecated in favour of net/storj due to v3 rearchitecture
+EXPIRATION_DATE=2021-12-31
+
LIB_DEPENDS= libjson-c.so:devel/json-c \
libuv.so:devel/libuv \
libcurl.so:ftp/curl \