mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net/mobile-broadband-provider-info: Update to 20240407
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
2b27eea100
commit
dbfc2c000f
@ -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 \
|
||||
|
@ -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
|
||||
|
18
net/mobile-broadband-provider-info/files/patch-meson.build
Normal file
18
net/mobile-broadband-provider-info/files/patch-meson.build
Normal file
@ -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',
|
Loading…
Reference in New Issue
Block a user