git: ebaae41c7756 - main - net/libstorj: Deprecate port and set expiration date to 2021-12-31

Daniel Engberg diizzy at FreeBSD.org
Fri Oct 1 20:47:24 UTC 2021


The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ebaae41c7756ed0780ba7731b7c870d205638609

commit ebaae41c7756ed0780ba7731b7c870d205638609
Author:     Daniel Engberg <diizzy at FreeBSD.org>
AuthorDate: 2021-10-01 20:31:40 +0000
Commit:     Daniel Engberg <diizzy at 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 \


More information about the dev-commits-ports-all mailing list