svn commit: r557353 - head/net/storj

Alexey Dokuchaev danfe at FreeBSD.org
Wed Dec 9 07:14:52 UTC 2020


Author: danfe
Date: Wed Dec  9 07:14:50 2020
New Revision: 557353
URL: https://svnweb.freebsd.org/changeset/ports/557353

Log:
  Update to version 1.18.1.
  
  Reported by:	portscout

Modified:
  head/net/storj/Makefile
  head/net/storj/distinfo
  head/net/storj/pkg-plist

Modified: head/net/storj/Makefile
==============================================================================
--- head/net/storj/Makefile	Wed Dec  9 07:14:49 2020	(r557352)
+++ head/net/storj/Makefile	Wed Dec  9 07:14:50 2020	(r557353)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	storj
-PORTVERSION=	1.17.4
+PORTVERSION=	1.18.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
 
@@ -16,11 +16,16 @@ USE_GITHUB=	yes
 
 .include "${.CURDIR}/Makefile.deps"
 
-STORJ_CMDS=	certificates identity inspector metric-receiver \
+STORJ_CMDS=	certificates identity inspector metric-receiver multinode \
 		satellite segment-reaper storagenode storagenode-updater \
 		storj-admin storj-sim uplink versioncontrol
 
 GO_TARGET=	${STORJ_CMDS:S,^,./cmd/,}
+
+post-patch:
+# Unbreak the build on 32-bit architectures
+	@${REINPLACE_CMD} -e 's,1 << 31,1 << 30,' \
+		${WRKSRC}/cmd/storj-sim/main.go
 
 post-stage:
 # Avoid conflict with `graphics/mesa-demos'

Modified: head/net/storj/distinfo
==============================================================================
--- head/net/storj/distinfo	Wed Dec  9 07:14:49 2020	(r557352)
+++ head/net/storj/distinfo	Wed Dec  9 07:14:50 2020	(r557353)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1605834837
-SHA256 (storj-storj-v1.17.4_GH0.tar.gz) = d2e79ea9ad7fd2d22cbb69f2d9c4adbee486a17bf8d16b7cb0e65bb9756e0e9c
-SIZE (storj-storj-v1.17.4_GH0.tar.gz) = 4875461
+TIMESTAMP = 1606816977
+SHA256 (storj-storj-v1.18.1_GH0.tar.gz) = 93b68d377d4e07ab4433bcfd03d965f547d6b95157d69f827b83687730d62a7f
+SIZE (storj-storj-v1.18.1_GH0.tar.gz) = 4945344
 SHA256 (VividCortex-ewma-v1.1.1_GH0.tar.gz) = 3b2d62412b7ba2726a379cc0ae557595c027dc8206d0ef98f13831281b8f2b85
 SIZE (VividCortex-ewma-v1.1.1_GH0.tar.gz) = 6042
 SHA256 (alessio-shellescape-v1.2.2_GH0.tar.gz) = f3cc6a97a0f91a5be58bbf0ab3fa9bcd049a61789944f9e3f0c353cb9e851103

Modified: head/net/storj/pkg-plist
==============================================================================
--- head/net/storj/pkg-plist	Wed Dec  9 07:14:49 2020	(r557352)
+++ head/net/storj/pkg-plist	Wed Dec  9 07:14:50 2020	(r557353)
@@ -1,6 +1,7 @@
 bin/certificates
 bin/inspector
 bin/metric-receiver
+bin/multinode
 bin/satellite
 bin/segment-reaper
 bin/storagenode


More information about the svn-ports-head mailing list