mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
devel/gobject-introspection: Update to 1.84.0
PR: 285865 Exp-run by: antoine
This commit is contained in:
parent
d76f33e236
commit
605ddde643
3 changed files with 8 additions and 9 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= gobject-introspection
|
||||
DISTVERSION= 1.82.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.84.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GNOME
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1728051662
|
||||
SHA256 (gnome/gobject-introspection-1.82.0.tar.xz) = 0f5a4c1908424bf26bc41e9361168c363685080fbdb87a196c891c8401ca2f09
|
||||
SIZE (gnome/gobject-introspection-1.82.0.tar.xz) = 1052872
|
||||
TIMESTAMP = 1743669169
|
||||
SHA256 (gnome/gobject-introspection-1.84.0.tar.xz) = 945b57da7ec262e5c266b89e091d14be800cc424277d82a02872b7d794a84779
|
||||
SIZE (gnome/gobject-introspection-1.84.0.tar.xz) = 1080316
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- tools/meson.build.orig 2020-09-12 17:25:46 UTC
|
||||
--- tools/meson.build.orig 2025-03-15 13:50:44 UTC
|
||||
+++ tools/meson.build
|
||||
@@ -9,11 +9,7 @@ if with_doctool
|
||||
@@ -9,11 +9,7 @@ endif
|
||||
tools += [['g-ir-doc-tool', 'docmain', 'doc_main']]
|
||||
endif
|
||||
|
||||
-if cc.get_id() == 'msvc'
|
||||
- python_cmd = '/usr/bin/env ' + python.path()
|
||||
-if not python.full_path().startswith('/usr/bin')
|
||||
- python_cmd = '/usr/bin/env ' + python.full_path()
|
||||
-else
|
||||
- python_cmd = '/usr/bin/env python@0@'.format(python.language_version().split('.')[0])
|
||||
-endif
|
||||
|
|
Loading…
Add table
Reference in a new issue