mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
Bump portrevision of all dependent ports. Mark broken math/octave-forge-database, math/octave-forge-mechanics, math/octave-forge-mpi math/octave-forge-nlwing2, math/octave-forge-parallel, math/octave-forge-specfun Set to default off these ports in math/octave-forge. Clean up indentation in Mk/Uses/octave.mk.
11 lines
246 B
Bash
11 lines
246 B
Bash
--- build-aux/get-source-mtime.sh.orig 2023-03-09 00:21:26 UTC
|
|
+++ build-aux/get-source-mtime.sh
|
|
@@ -34,7 +34,7 @@
|
|
set -e
|
|
|
|
PERL=${PERL:-perl}
|
|
-SED=${SED:-sed}
|
|
+SED=gsed
|
|
|
|
if [ $# -ne 1 ]; then
|
|
echo "usage: get-source-mtime.sh SRCDIR" 1>&2
|