git: dbfc2c000f44 - main - net/mobile-broadband-provider-info: Update to 20240407
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 May 2024 15:25:34 UTC
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbfc2c000f44715160a94d1f0fda1db2ad6b4887 commit dbfc2c000f44715160a94d1f0fda1db2ad6b4887 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2024-05-08 15:24:47 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2024-05-08 15:25:28 +0000 net/mobile-broadband-provider-info: Update to 20240407 Sponsored by: Rubicon Communications, LLC ("Netgate") --- net/mobile-broadband-provider-info/Makefile | 5 ++--- net/mobile-broadband-provider-info/distinfo | 6 +++--- .../files/patch-meson.build | 18 ++++++++++++++++++ 3 files changed, 23 insertions(+), 6 deletions(-) diff --git a/net/mobile-broadband-provider-info/Makefile b/net/mobile-broadband-provider-info/Makefile index 437fdac9d963..696d8ca86e93 100644 --- a/net/mobile-broadband-provider-info/Makefile +++ b/net/mobile-broadband-provider-info/Makefile @@ -1,5 +1,5 @@ PORTNAME= mobile-broadband-provider-info -PORTVERSION= 20230416 +PORTVERSION= 20240407 CATEGORIES= net gnome MASTER_SITES= GNOME @@ -10,10 +10,9 @@ WWW= https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProv LICENSE= PD LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake gnome pathfix tar:xz +USES= gnome meson tar:xz USE_GNOME= libxslt -GNU_CONFIGURE= yes NO_ARCH= yes PLIST_FILES= ${DATADIR}/apns-conf.xml \ diff --git a/net/mobile-broadband-provider-info/distinfo b/net/mobile-broadband-provider-info/distinfo index 8f086a7aeee7..9df6d7fea64d 100644 --- a/net/mobile-broadband-provider-info/distinfo +++ b/net/mobile-broadband-provider-info/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685723320 -SHA256 (mobile-broadband-provider-info-20230416.tar.xz) = e3e140aa2db769b299d1df86a890e948ab99d4d38831302c452d1fb7f8568aec -SIZE (mobile-broadband-provider-info-20230416.tar.xz) = 85884 +TIMESTAMP = 1715174102 +SHA256 (mobile-broadband-provider-info-20240407.tar.xz) = 89bfeff215f4bff8e9c3ff2ec25250fdb080d11e9bfa59c6fc71982ac01c814a +SIZE (mobile-broadband-provider-info-20240407.tar.xz) = 44744 diff --git a/net/mobile-broadband-provider-info/files/patch-meson.build b/net/mobile-broadband-provider-info/files/patch-meson.build new file mode 100644 index 000000000000..1e41fc2b898c --- /dev/null +++ b/net/mobile-broadband-provider-info/files/patch-meson.build @@ -0,0 +1,18 @@ +--- meson.build.orig 2024-05-08 13:33:41 UTC ++++ meson.build +@@ -8,6 +8,7 @@ datadir = prefix / get_option('datadir') + + prefix = get_option('prefix') + datadir = prefix / get_option('datadir') ++pkgconfigdir = prefix / 'libdata/pkgconfig' + pkgdatadir = datadir / 'mobile-broadband-provider-info' + database = pkgdatadir / 'serviceproviders.xml' + sp_xml_db = meson.global_source_root() / 'serviceproviders.xml' +@@ -22,6 +23,7 @@ pkgconfig.generate( + 'database=${pkgdatadir}/serviceproviders.xml', + ], + dataonly: true, ++ install_dir: pkgconfigdir, + ) + + custom_target('build-apns-conf',