svn commit: r537892 - head/net/storj

Alexey Dokuchaev danfe at FreeBSD.org
Thu Jun 4 12:40:00 UTC 2020


Author: danfe
Date: Thu Jun  4 12:40:00 2020
New Revision: 537892
URL: https://svnweb.freebsd.org/changeset/ports/537892

Log:
  Install `storj-admin' program (missed in r537886).

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

Modified: head/net/storj/Makefile
==============================================================================
--- head/net/storj/Makefile	Thu Jun  4 12:37:35 2020	(r537891)
+++ head/net/storj/Makefile	Thu Jun  4 12:40:00 2020	(r537892)
@@ -17,8 +17,8 @@ USE_GITHUB=	yes
 .include "${.CURDIR}/Makefile.deps"
 
 STORJ_CMDS=	certificates identity inspector satellite segment-reaper \
-		storagenode storagenode-updater storj-sim uplink \
-		versioncontrol
+		storagenode storagenode-updater storj-admin storj-sim \
+		uplink versioncontrol
 
 GO_TARGET=	${STORJ_CMDS:S,^,./cmd/,}
 

Modified: head/net/storj/pkg-plist
==============================================================================
--- head/net/storj/pkg-plist	Thu Jun  4 12:37:35 2020	(r537891)
+++ head/net/storj/pkg-plist	Thu Jun  4 12:40:00 2020	(r537892)
@@ -4,6 +4,7 @@ bin/satellite
 bin/segment-reaper
 bin/storagenode
 bin/storagenode-updater
+bin/storj-admin
 bin/storj-identity
 bin/storj-sim
 bin/uplink


More information about the svn-ports-all mailing list