- Transfer projects to FreeNAS Github account.

- Bump PORTREVISION.

Sponsored by:	iXsystems Inc.
This commit is contained in:
Marcelo Araujo 2018-03-07 18:31:58 +00:00
parent 8ab18103fd
commit 377a44b495
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463820
6 changed files with 12 additions and 11 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= bhyve-vm-goagent PORTNAME= bhyve-vm-goagent
PORTVERSION= 1.0 PORTVERSION= 1.0
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= devel sysutils CATEGORIES= devel sysutils
MAINTAINER= araujo@FreeBSD.org MAINTAINER= araujo@FreeBSD.org
@ -21,7 +21,7 @@ USES= go
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= araujobsd GH_ACCOUNT= freenas
GH_TAGNAME= a640870c90752e01af30e394ce7c8157f4371a1b GH_TAGNAME= a640870c90752e01af30e394ce7c8157f4371a1b
GH_TUPLE= gorilla:websocket:v1.2.0:websocket/src/github.com/gorilla/websocket \ GH_TUPLE= gorilla:websocket:v1.2.0:websocket/src/github.com/gorilla/websocket \
shirou:gopsutil:v2.17.12:gopsutil/src/github.com/shirou/gopsutil shirou:gopsutil:v2.17.12:gopsutil/src/github.com/shirou/gopsutil

View file

@ -1,6 +1,6 @@
TIMESTAMP = 1517232923 TIMESTAMP = 1520447374
SHA256 (araujobsd-bhyve-vm-goagent-v1.0-a640870c90752e01af30e394ce7c8157f4371a1b_GH0.tar.gz) = 71ff3e116f6a4298ec683154b6deadad22d0bc7e1e9541c2f765991714d7ba15 SHA256 (freenas-bhyve-vm-goagent-v1.0-a640870c90752e01af30e394ce7c8157f4371a1b_GH0.tar.gz) = 71ff3e116f6a4298ec683154b6deadad22d0bc7e1e9541c2f765991714d7ba15
SIZE (araujobsd-bhyve-vm-goagent-v1.0-a640870c90752e01af30e394ce7c8157f4371a1b_GH0.tar.gz) = 7262 SIZE (freenas-bhyve-vm-goagent-v1.0-a640870c90752e01af30e394ce7c8157f4371a1b_GH0.tar.gz) = 7262
SHA256 (gorilla-websocket-v1.2.0_GH0.tar.gz) = 04d1c4fa839a01d32d3c8c558370a964d83b5c980f74c4b965f3dd04f8cb9276 SHA256 (gorilla-websocket-v1.2.0_GH0.tar.gz) = 04d1c4fa839a01d32d3c8c558370a964d83b5c980f74c4b965f3dd04f8cb9276
SIZE (gorilla-websocket-v1.2.0_GH0.tar.gz) = 42984 SIZE (gorilla-websocket-v1.2.0_GH0.tar.gz) = 42984
SHA256 (shirou-gopsutil-v2.17.12_GH0.tar.gz) = 0abdee29c3c70d9860d8177e70b9bbb0651af4e48b03cfbb36bdf53300fa7268 SHA256 (shirou-gopsutil-v2.17.12_GH0.tar.gz) = 0abdee29c3c70d9860d8177e70b9bbb0651af4e48b03cfbb36bdf53300fa7268

View file

@ -4,4 +4,4 @@ memory usage, cpu, disk and ethernet configuration.
It supports virtio-console as well as WebSocket protocol. It supports virtio-console as well as WebSocket protocol.
WWW: https://github.com/araujobsd/bhyve-vm-goagent WWW: https://github.com/freenas/bhyve-vm-goagent

View file

@ -2,6 +2,7 @@
PORTNAME= libhyve-remote PORTNAME= libhyve-remote
PORTVERSION= 0.1.4.1 PORTVERSION= 0.1.4.1
PORTREVISION= 1
CATEGORIES= devel CATEGORIES= devel
MAINTAINER= araujo@FreeBSD.org MAINTAINER= araujo@FreeBSD.org
@ -33,7 +34,7 @@ LIB_FILES= lib/libhyverem.so.1 \
PLIST_DIRS= ${LOCALBASE}/include/libhyverem PLIST_DIRS= ${LOCALBASE}/include/libhyverem
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= araujobsd GH_ACCOUNT= freenas
USE_LDCONFIG= yes USE_LDCONFIG= yes

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1512616485 TIMESTAMP = 1520447091
SHA256 (araujobsd-libhyve-remote-0.1.4.1_GH0.tar.gz) = cf086f6a2c6f43730e74f98eac8cb8b009a6f0332c5344bfa8a0a12e4518d14b SHA256 (freenas-libhyve-remote-0.1.4.1_GH0.tar.gz) = cf086f6a2c6f43730e74f98eac8cb8b009a6f0332c5344bfa8a0a12e4518d14b
SIZE (araujobsd-libhyve-remote-0.1.4.1_GH0.tar.gz) = 11581 SIZE (freenas-libhyve-remote-0.1.4.1_GH0.tar.gz) = 11581

View file

@ -6,4 +6,4 @@ With a basic data structure it is easy to implement any remote desktop
protocol without dig into the protocol specification or third part protocol without dig into the protocol specification or third part
libraries, you can check some of our examples. libraries, you can check some of our examples.
WWW: https://github.com/araujobsd/libhyve-remote WWW: https://github.com/freenas/libhyve-remote