Date: Fri, 1 Oct 2021 20:47:24 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ebaae41c7756 - main - net/libstorj: Deprecate port and set expiration date to 2021-12-31 Message-ID: <202110012047.191KlOxk011049@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ebaae41c7756ed0780ba7731b7c870d205638609 commit ebaae41c7756ed0780ba7731b7c870d205638609 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-10-01 20:31:40 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-10-01 20:45:14 +0000 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 --- net/libstorj/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110012047.191KlOxk011049>