mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
sysutils/vmstated: Update to 0.10
- only for aarch64/amd64, as this tool doesn't make much sense in the absence of bhyve Changelog: https://github.com/christian-moerz/vmstated/releases/tag/0.10 PR: 276778
This commit is contained in:
parent
48cd4c50bb
commit
87a0d1e107
@ -1,6 +1,5 @@
|
||||
PORTNAME= vmstated
|
||||
DISTVERSION= 0.04
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.10
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= freebsd@ny-central.org
|
||||
@ -9,15 +8,14 @@ WWW= https://github.com/christian-moerz/vmstated
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64
|
||||
NOT_FOR_ARCHS_REASON= only available where bhyve is
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= christian-moerz
|
||||
GH_PROJECT= vmstated
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} "s@PREFIX@${PREFIX}@g" "${WRKSRC}/rc/vmstated"
|
||||
# Fix man path
|
||||
${REINPLACE_CMD} \
|
||||
'20 s|$${MANPREFIX}|$${PREFIX}/share|' \
|
||||
"${WRKSRC}/src/vmstatedctl/Makefile"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1705133490
|
||||
SHA256 (christian-moerz-vmstated-0.04_GH0.tar.gz) = 3858f64f70d73e9d5e734ed9c64e72024092f32700767214ed2202dad570971a
|
||||
SIZE (christian-moerz-vmstated-0.04_GH0.tar.gz) = 69102
|
||||
TIMESTAMP = 1715264391
|
||||
SHA256 (christian-moerz-vmstated-0.10_GH0.tar.gz) = b15dd2e793ea6e0a508d055e10c1f5a0bab82c3caf9911e6cdb30c03e9a7e7a3
|
||||
SIZE (christian-moerz-vmstated-0.10_GH0.tar.gz) = 97034
|
||||
|
@ -1,5 +1,9 @@
|
||||
bin/vmstatedctl
|
||||
etc/rc.d/vmstated
|
||||
%%ETCDIR%%/testvm/bhyve.conf.sample
|
||||
%%ETCDIR%%/testvm/config.sample
|
||||
%%ETCDIR%%/testvm/start_network.sample
|
||||
%%ETCDIR%%/testvm/stop_network.sample
|
||||
sbin/vmstated
|
||||
share/man/man1/vmstatedctl.1.gz
|
||||
share/man/man8/vmstated.8.gz
|
||||
|
Loading…
Reference in New Issue
Block a user