Update 2024-12-31 10:47 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-12-31 10:47:38 +01:00
parent 9ffce7022e
commit 9f55042b33
23 changed files with 369 additions and 499 deletions

View File

@@ -147,12 +147,8 @@ fi
if [ "$_action" == "update-port" ]
then
export DEVELOPMENT_PATHS=0
cd /usr/ports/mystuff/www/luakit
commit="$(basename $(gh browse --repo luakit/luakit -c -n))"
sed -i "s/^COMMIT =.*/COMMIT = $commit/" Makefile
make clean=all
portbump
make makesum
make reinstall
./update.sh
fi