Add arm activator to stop function.
Bump portrevision.
This commit is contained in:
parent
ba97f7e5aa
commit
562b404862
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404436
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= qemu
|
PORTNAME= qemu
|
||||||
PORTVERSION= 2.5.50.g20151224
|
PORTVERSION= 2.5.50.g20151224
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= GH \
|
MASTER_SITES= GH \
|
||||||
LOCAL/nox:dtc \
|
LOCAL/nox:dtc \
|
||||||
|
|
|
@ -119,6 +119,7 @@ list_cmd="${BINMISCCTL} list"
|
||||||
%%NAME%%_stop()
|
%%NAME%%_stop()
|
||||||
{
|
{
|
||||||
${BINMISCCTL} remove mips64
|
${BINMISCCTL} remove mips64
|
||||||
|
${BINMISCCTL} remove arm
|
||||||
${BINMISCCTL} remove armv6
|
${BINMISCCTL} remove armv6
|
||||||
${BINMISCCTL} remove aarch64
|
${BINMISCCTL} remove aarch64
|
||||||
${BINMISCCTL} remove mips
|
${BINMISCCTL} remove mips
|
||||||
|
|
Loading…
Reference in a new issue