mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
misc/libmodulemd: Update 2.12.1 -> 2.13.0
This commit is contained in:
parent
314e49e23c
commit
55377ac5ba
@ -1,5 +1,5 @@
|
||||
PORTNAME= libmodulemd
|
||||
DISTVERSION= 2.12.1
|
||||
DISTVERSION= 2.13.0
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= https://github.com/fedora-modularity/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||
DISTNAME= modulemd-${DISTVERSION}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1620604600
|
||||
SHA256 (modulemd-2.12.1.tar.xz) = ac1330de10239dcddb9562b90e8f81ded144d389b6b9230cd1d05f3e6c0f2c23
|
||||
SIZE (modulemd-2.12.1.tar.xz) = 286756
|
||||
TIMESTAMP = 1628472509
|
||||
SHA256 (modulemd-2.13.0.tar.xz) = cc72ce5ff48ce9a4f6c9b6606ccf5a0e75c59c35449668cfe985722ef28f9cbc
|
||||
SIZE (modulemd-2.13.0.tar.xz) = 292548
|
||||
|
@ -1,7 +1,7 @@
|
||||
--- meson.build.orig 2020-05-20 19:34:10 UTC
|
||||
--- meson.build.orig 2021-07-09 09:29:23 UTC
|
||||
+++ meson.build
|
||||
@@ -173,7 +173,7 @@ configure_file(
|
||||
)
|
||||
@@ -142,7 +142,7 @@ srpm_cdata.set('VERSION', meson.project_version())
|
||||
srpm_cdata.set('BUILDFLAG', '-bs')
|
||||
|
||||
subdir('modulemd')
|
||||
-subdir('bindings/python')
|
||||
@ -9,14 +9,25 @@
|
||||
|
||||
if meson.version().version_compare('>=0.53')
|
||||
if magic.found()
|
||||
@@ -234,8 +234,8 @@ if meson.version().version_compare('>=0.53')
|
||||
@@ -203,8 +203,8 @@ if meson.version().version_compare('>=0.53')
|
||||
'bindir': get_option('bindir'),
|
||||
'libdir': get_option('libdir'),
|
||||
'datadir': get_option('datadir'),
|
||||
- 'Python 2 GObject Overrides': gobject_overrides_dir_py2,
|
||||
- 'Python 3 GObject Overrides': gobject_overrides_dir_py3
|
||||
- 'Python 3 GObject Overrides': gobject_overrides_dir_py3,
|
||||
+ #'Python 2 GObject Overrides': gobject_overrides_dir_py2,
|
||||
+ #'Python 3 GObject Overrides': gobject_overrides_dir_py3
|
||||
+ #'Python 3 GObject Overrides': gobject_overrides_dir_py3,
|
||||
}, section: 'Directories')
|
||||
|
||||
summary({'Developer Build': get_option('developer_build'),
|
||||
summary({'libmagic Support': magic_status,
|
||||
@@ -212,8 +212,8 @@ if meson.version().version_compare('>=0.53')
|
||||
'RPMIO Support': rpmio_status,
|
||||
'Generate Manpages': manpages_status,
|
||||
'Generate HTML Documentation': get_option('with_docs'),
|
||||
- 'Python 2 Support': get_option('with_py2'),
|
||||
- 'Python 3 Support': get_option('with_py3'),
|
||||
+ #'Python 2 Support': get_option('with_py2'),
|
||||
+ #'Python 3 Support': get_option('with_py3'),
|
||||
'Skip Introspection': get_option('skip_introspection'),
|
||||
'Test Installed Library': get_option('test_installed_lib'),
|
||||
}, section: 'Build Configuration')
|
||||
|
@ -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.12.1
|
||||
lib/libmodulemd.so.2.13.0
|
||||
libdata/pkgconfig/modulemd-2.0.pc
|
||||
man/man1/modulemd-validator.1.gz
|
||||
share/gir-1.0/Modulemd-2.0.gir
|
||||
|
Loading…
Reference in New Issue
Block a user