[Bug 271994] make PORTREVISION optionally dependent on the architecture to prevent unnecessary rebuilds

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 17 Jun 2023 14:54:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271994

--- Comment #5 from Martin Birgmeier <d8zNeCFG@aon.at> ---
I have tested this with the following test cases:

# PORTREVISION= 1,aarch64:2,amd64:3,i386:4,arm64:5
# PORTREVISION= 9
# PORTREVISION= aarch64:2,i386:4
# PORTREVISION= aarch64:2,i386:4,7
PORTREVISION=   aarch64:2,7,i386:4
# XXX bad
# PORTREVISION= 1,aarch64:2,i386:4,7

-- 
You are receiving this mail because:
You are the assignee for the bug.