bump to OpenBSD 7.5

This commit is contained in:
Solène Rapenne 2024-04-04 17:56:21 +02:00
parent f0d5b464a9
commit b2c247fc38
Signed by: solene
GPG Key ID: 8CD42DFD57F0A909
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ export CVSREADONLYFS=1
# pkgpaths can be passed as parameter to only update specific folders
cd /home/ports
cvs -d /cvs -q up -Pd -A -r OPENBSD_7_4 $*
cvs -d /cvs -q up -Pd -A -r OPENBSD_7_5 $*

View File

@ -12,7 +12,7 @@ rm -f $DESTLIST
# grep only keep ports where the makefile changed
# sed will format display
# awk removes folder categories
cvs -d /cvs rdiff -s -r OPENBSD_7_4_BASE -r OPENBSD_7_4 ports/ 2>/dev/null | \
cvs -d /cvs rdiff -s -r OPENBSD_7_5_BASE -r OPENBSD_7_5 ports/ 2>/dev/null | \
grep -E '/(distinfo|Makefile(.inc)?) ' | \
sed -E 's,^File ports/(.*)/(distinfo|Makefile(.inc)?) .*,\1,' | \
grep -v "^sysutils/firmware" | sort | uniq | \