ports-mgmt/poudriere-dsh2dsh: Update to 3.4.99.20250602
Remove test. PR: 287018 Approved by: dsh@bamus.cz (maintainer)
This commit is contained in:
parent
9d9e6b44cf
commit
7201483016
@ -1,5 +1,5 @@
|
|||||||
PORTNAME= poudriere
|
PORTNAME= poudriere
|
||||||
DISTVERSION= 3.4.99.20250211
|
DISTVERSION= 3.4.99.20250602
|
||||||
CATEGORIES= ports-mgmt
|
CATEGORIES= ports-mgmt
|
||||||
PKGNAMESUFFIX= -dsh2dsh
|
PKGNAMESUFFIX= -dsh2dsh
|
||||||
|
|
||||||
@ -8,50 +8,28 @@ COMMENT= Port build and test system (fork with more features)
|
|||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
CONFLICTS_INSTALL= poudriere*
|
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= dsh2dsh
|
GH_ACCOUNT= dsh2dsh
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
CONFLICTS_INSTALL= poudriere*
|
||||||
|
|
||||||
ETCDIR= ${PREFIX}/etc/poudriere.d
|
ETCDIR= ${PREFIX}/etc/poudriere.d
|
||||||
|
NO_TEST= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= BASH MANIFESTS PORTCONFIG EXAMPLES QEMU ZSH
|
OPTIONS_DEFINE= BASH MANIFESTS PORTCONFIG EXAMPLES QEMU ZSH
|
||||||
OPTIONS_DEFAULT=BASH MANIFESTS PORTCONFIG ZSH
|
OPTIONS_DEFAULT=BASH MANIFESTS PORTCONFIG ZSH
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
MANIFESTS_DESC= Install manifests for jail creation
|
MANIFESTS_DESC= Install manifests for jail creation
|
||||||
MANIFESTS_RUN_DEPENDS+= freebsd-release-manifests>0:misc/freebsd-release-manifests
|
|
||||||
|
|
||||||
PORTCONFIG_DESC= Install portconfig for options command
|
PORTCONFIG_DESC= Install portconfig for options command
|
||||||
PORTCONFIG_RUN_DEPENDS= portconfig>0:ports-mgmt/portconfig
|
|
||||||
|
|
||||||
QEMU_DESC= Add qemu-user-static for non-x86 architectures
|
QEMU_DESC= Add qemu-user-static for non-x86 architectures
|
||||||
|
|
||||||
|
MANIFESTS_RUN_DEPENDS+= freebsd-release-manifests>0:misc/freebsd-release-manifests
|
||||||
|
PORTCONFIG_RUN_DEPENDS= portconfig>0:ports-mgmt/portconfig
|
||||||
QEMU_RUN_DEPENDS= qemu-user-static>0:emulators/qemu-user-static
|
QEMU_RUN_DEPENDS= qemu-user-static>0:emulators/qemu-user-static
|
||||||
|
|
||||||
|
|
||||||
# gmake is not strictly needed but handles test jobs better
|
|
||||||
TEST_DEPENDS= gmake>0:devel/gmake
|
|
||||||
TEST_ENV= MAKE=gmake
|
|
||||||
.if make(test)
|
|
||||||
MAKE_CMD= gmake
|
|
||||||
.endif
|
|
||||||
TEST_TARGET= check
|
|
||||||
TEST_ARGS= -s
|
|
||||||
TEST_ARGS+= ${_MAKE_JOBS}
|
|
||||||
# ccache passthrough helps for building pkg a few hundred times.
|
|
||||||
# ccache not added as a dependency because it is only used if setup
|
|
||||||
# and provided in the env already.
|
|
||||||
# XXX: Passthrough local PKGREPOSITORY dir for fetch support
|
|
||||||
ccache_vars= CCACHE_DIR_NON_ROOT_SAFE CCACHE_GROUP \
|
|
||||||
CCACHE_GID CCACHE_STATIC_PREFIX CCACHE_TEMPDIR \
|
|
||||||
CCACHE_DIR CCACHE_NLEVELS
|
|
||||||
.for _cv in ${ccache_vars}
|
|
||||||
. if !empty(${_cv})
|
|
||||||
TEST_ENV+= ${_cv}=${${_cv}}
|
|
||||||
. endif
|
|
||||||
.endfor
|
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
# rm -x support came in 10.0. A bundled rm is used if not supported in base.
|
# rm -x support came in 10.0. A bundled rm is used if not supported in base.
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1739286748
|
TIMESTAMP = 1748872162
|
||||||
SHA256 (dsh2dsh-poudriere-3.4.99.20250211_GH0.tar.gz) = 25769cc67fb6578e526fd291dea531a0dcaadefbf54c70a0f8ec08b004ff79df
|
SHA256 (dsh2dsh-poudriere-3.4.99.20250602_GH0.tar.gz) = a903900381b9cc0df59efb1b36689388d6d827796d909814d519e122ddf4076a
|
||||||
SIZE (dsh2dsh-poudriere-3.4.99.20250211_GH0.tar.gz) = 5753713
|
SIZE (dsh2dsh-poudriere-3.4.99.20250602_GH0.tar.gz) = 5771222
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user