mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/iocage: Fix default gw detecion on CURRENT
This commit is contained in:
parent
96e7c8e5fb
commit
a3c2f17fd6
2 changed files with 6 additions and 2 deletions
|
@ -4,10 +4,12 @@ PORTREVISION= 1
|
|||
CATEGORIES= sysutils python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
# Pull in PR #61 to unbreak default route detection on CURRENT
|
||||
# Pull in PR #58 to fix stopping jails that contain
|
||||
# dots in their hostuuid
|
||||
PATCH_SITES= https://github.com/freebsd/iocage/commit/
|
||||
PATCHFILES= c55e05aebb305b4013554ec80298113c50d1c74c.patch:-p1
|
||||
PATCHFILES= 2120a86d1d4fd3d383a3f0bddfc1e92eb5a7d2e7.patch:-p1 \
|
||||
c55e05aebb305b4013554ec80298113c50d1c74c.patch:-p1
|
||||
|
||||
MAINTAINER= grembo@FreeBSD.org
|
||||
COMMENT= FreeBSD jail manager written in Python3
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
TIMESTAMP = 1737632697
|
||||
TIMESTAMP = 1738009282
|
||||
SHA256 (freebsd-iocage-1.10_GH0.tar.gz) = 4e53137b1c91d964a560c38945acfb4a59e2c57162ebc9302b8b90639a1a71b5
|
||||
SIZE (freebsd-iocage-1.10_GH0.tar.gz) = 815548
|
||||
SHA256 (2120a86d1d4fd3d383a3f0bddfc1e92eb5a7d2e7.patch) = 212d63a093d9831c29398e18e567ea63050b116f737be82f2fe2384c670b5981
|
||||
SIZE (2120a86d1d4fd3d383a3f0bddfc1e92eb5a7d2e7.patch) = 891
|
||||
SHA256 (c55e05aebb305b4013554ec80298113c50d1c74c.patch) = 90e723fb459513e82a617b5d57fa5b9cde881fd94e7f4158b4082ddd7dcd274c
|
||||
SIZE (c55e05aebb305b4013554ec80298113c50d1c74c.patch) = 956
|
||||
|
|
Loading…
Add table
Reference in a new issue