devel/rubygem-flipper-active_support_cache_store-rails70: Remove obsoleted port
Use devel/rubygem-flipper-active_support_cache_store instead.
(cherry picked from commit 6086ce4826139bf12737a521bf644de1e37f3a61)
ports-mgmt/poudriere-dsh2dsh: Update 3.4.99.20260219 => 3.4.99.20260228
Upstream changes:
- bulk/testport: Fix caching of fetched distfiles for flavored-ports
* Note that this does not fix go mod cache files not being cached.
That is tracked in freebsd/poudriere#1311
- bulk -b: Fix fetching with poudriere-created pkgbase jail.
- logclean: Fix empty build log directory removal with multiple jails
- jail -d -C: Allow rerunning and fix much of -C handling.
- pkgclean -n: Fix possibly generating repo under dry-run.
PR: 293529
ports-mgmt/portmaster: update to version 3.33
Merge pull request #73 from delphij/patch-1: Fix link for homepage
Fix bug 268397: Stop deleting the empty $LOCALBASE_COMPAT directory.
The patch suggested by Herbertz J. Skuhra (herbert at gojira.at) has been
applied to the source repository.
PR: 268397
ports-mgmt/portmaster: update to version 3.32
Changes in version 3.31:
Avoid use of -D due to an incompatbility with GNU make
Ports commit 755d190db121 by tijl (Tijl Coosemans) added a patch that
changed all uses of -DMACRO to MACRO=1 on make command lines, since
the MAKEFLAGS environment variable is passed to both BSD make and GNU
make (where selected) and the latter does not accept the -D option.
Changes in version 3.32:
Add -q option to --clean-distfiles
Fix small issues in the man page.