mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
misc/libmodulemd: update 2.15.0 → 2.15.2
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
PORTNAME= libmodulemd
|
||||
DISTVERSION= 2.15.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.15.2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= https://github.com/fedora-modularity/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||
DISTNAME= modulemd-${DISTVERSION}
|
||||
@@ -28,4 +27,12 @@ MESON_ARGS= -Dwith_manpages="enabled" -Dwith_docs=false
|
||||
|
||||
BINARY_ALIAS= gcc=${CC} g++=${CXX}
|
||||
|
||||
# tests as of 2.15.2:
|
||||
# Ok: 115
|
||||
# Expected Fail: 0
|
||||
# Fail: 0
|
||||
# Unexpected Pass: 0
|
||||
# Skipped: 0
|
||||
# Timeout: 0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1703543372
|
||||
SHA256 (modulemd-2.15.0.tar.xz) = 15458323d1d1f614f9e706f623794f95d23e59f4c37deeaa16877463aee34af5
|
||||
SIZE (modulemd-2.15.0.tar.xz) = 321088
|
||||
TIMESTAMP = 1762719149
|
||||
SHA256 (modulemd-2.15.2.tar.xz) = 6fb926e270ba44d1981d1abadaa6728c5e357636eee3b3bb533e95b92d104970
|
||||
SIZE (modulemd-2.15.2.tar.xz) = 322308
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- meson.build.orig 2023-05-10 12:50:24 UTC
|
||||
--- meson.build.orig 2025-06-18 07:27:57 UTC
|
||||
+++ meson.build
|
||||
@@ -166,7 +166,7 @@ subdir('modulemd')
|
||||
@@ -177,7 +177,7 @@ subdir('modulemd')
|
||||
srpm_cdata.set('BUILDFLAG', '-bs')
|
||||
|
||||
subdir('modulemd')
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
if rpm.found()
|
||||
if with_rpmio.enabled()
|
||||
@@ -196,16 +196,16 @@ summary({'prefix': get_option('prefix'),
|
||||
@@ -207,8 +207,8 @@ summary({'prefix': get_option('prefix'),
|
||||
'bindir': get_option('bindir'),
|
||||
'libdir': get_option('libdir'),
|
||||
'datadir': get_option('datadir'),
|
||||
@@ -17,9 +17,10 @@
|
||||
- 'Python 3 GObject Overrides': gobject_overrides_dir_py3,
|
||||
+ #'Python 2 GObject Overrides': gobject_overrides_dir_py2,
|
||||
+ #'Python 3 GObject Overrides': gobject_overrides_dir_py3,
|
||||
'GTK-Doc Referred Paths': gtk_doc_referred_paths,
|
||||
}, section: 'Directories')
|
||||
|
||||
summary({'Custom Python': get_option('python_name'),
|
||||
@@ -216,8 +216,8 @@ summary({'Custom Python': get_option('python_name'),
|
||||
'RPMIO Support': rpmio_status,
|
||||
'Generate Manual Pages': manpages_status,
|
||||
'Generate HTML Documentation': get_option('with_docs'),
|
||||
|
||||
@@ -28,7 +28,7 @@ include/modulemd-2.0/modulemd.h
|
||||
lib/girepository-1.0/Modulemd-2.0.typelib
|
||||
lib/libmodulemd.so
|
||||
lib/libmodulemd.so.2
|
||||
lib/libmodulemd.so.2.15.0
|
||||
lib/libmodulemd.so.2.15.2
|
||||
libdata/pkgconfig/modulemd-2.0.pc
|
||||
share/man/man1/modulemd-validator.1.gz
|
||||
share/gir-1.0/Modulemd-2.0.gir
|
||||
share/man/man1/modulemd-validator.1.gz
|
||||
|
||||
Reference in New Issue
Block a user