mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
425 B
Diff
12 lines
425 B
Diff
--- src/commit_id.py.orig 2025-10-24 22:02:45
|
|
+++ src/commit_id.py 2025-10-24 22:04:31
|
|
@@ -129,7 +129,7 @@
|
|
depfile = sys.argv[3] if len(sys.argv) == 4 else None
|
|
commit_id_size = 12
|
|
commit_date = 'unknown date'
|
|
-commit_position = '0'
|
|
+commit_position = '@COMMIT_POSITION@'
|
|
|
|
# If the ANGLE_UPSTREAM_HASH environment variable is set, use it as
|
|
# commit_id. commit_date will be 'unknown date' and commit_position will be 0
|