mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
astro/mepo: update to 1.3.3 after b2b3906286
mepo-1.2.1/build.zig:14:27: error: no field named 'path' in union 'Build.LazyPath' /usr/local/lib/zig/std/Build.zig:2171:22: note: union declared here PR: 279604 Changes: https://git.sr.ht/~mil/mepo/refs/1.3.0 Changes: https://git.sr.ht/~mil/mepo/refs/1.3.1 Changes: https://git.sr.ht/~mil/mepo/refs/1.3.2 Changes: https://git.sr.ht/~mil/mepo/refs/1.3.3 Reported by: Repology
This commit is contained in:
parent
d518dc142c
commit
672d44b702
3 changed files with 10 additions and 13 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= mepo
|
||||
DISTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.3.3
|
||||
CATEGORIES= astro geography wayland
|
||||
MASTER_SITES= https://git.sr.ht/~mil/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
||||
|
||||
|
@ -12,7 +11,7 @@ LICENSE= GPLv3+ OFL11
|
|||
LICENSE_COMB= multi
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= zig>=0.12.0:lang/zig
|
||||
BUILD_DEPENDS= zig>=0.13.0:lang/zig
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
RUN_DEPENDS= jq:textproc/jq
|
||||
|
||||
|
@ -38,10 +37,6 @@ post-patch:
|
|||
do-build:
|
||||
@(cd ${WRKSRC} && ${MAKE_ENV} zig build ${CONFIGURE_ARGS})
|
||||
|
||||
post-install:
|
||||
@${STAGEDIR}${PREFIX}/bin/${PORTNAME} -docman \
|
||||
>${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
|
||||
|
||||
do-test:
|
||||
@(cd ${WRKSRC} && ${TEST_ENV} zig build test ${CONFIGURE_ARGS})
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1714580410
|
||||
SHA256 (mepo-1.2.1.tar.gz) = 5032afa245398c90bbd608bea377814c5b6176741af05c880b31dc8908aebcbf
|
||||
SIZE (mepo-1.2.1.tar.gz) = 592467
|
||||
TIMESTAMP = 1726518892
|
||||
SHA256 (mepo-1.3.3.tar.gz) = 83dcd04dc38230e4b0beebb1f8ea72100adc551dac5b451b8f185b71f04fab68
|
||||
SIZE (mepo-1.3.3.tar.gz) = 589623
|
||||
|
|
|
@ -1,25 +1,27 @@
|
|||
bin/mepo
|
||||
bin/mepo_dl.sh
|
||||
bin/mepo_generated_osmtags.sh
|
||||
bin/mepo_geojson_import.sh
|
||||
bin/mepo_ui_central_menu.sh
|
||||
bin/mepo_ui_helper_menu.sh
|
||||
bin/mepo_ui_helper_pref_pan.sh
|
||||
bin/mepo_ui_menu_dbg_queueclear.sh
|
||||
bin/mepo_ui_menu_dbg_queuedownloadinteractive.sh
|
||||
bin/mepo_ui_menu_dbg_queuedownloadnoninteractive.sh
|
||||
bin/mepo_ui_menu_pin_editor.sh
|
||||
bin/mepo_ui_menu_pin_drop.sh
|
||||
bin/mepo_ui_menu_pref_fontsize.sh
|
||||
bin/mepo_ui_menu_pref_network.sh
|
||||
bin/mepo_ui_menu_pref_stateload.sh
|
||||
bin/mepo_ui_menu_pref_statesave.sh
|
||||
bin/mepo_ui_menu_pref_url.sh
|
||||
bin/mepo_ui_menu_pref_zoom.sh
|
||||
bin/mepo_ui_menu_reposition_nominatim.sh
|
||||
bin/mepo_ui_menu_route_graphhopper.sh
|
||||
bin/mepo_ui_menu_route_overpassrelation.sh
|
||||
bin/mepo_ui_menu_route_mobroute.sh
|
||||
bin/mepo_ui_menu_search_nominatim.sh
|
||||
bin/mepo_ui_menu_search_overpass.sh
|
||||
bin/mepo_ui_menu_user_pin_updater.sh
|
||||
share/applications/mepo.desktop
|
||||
share/icons/hicolor/128x128/apps/mepo.png
|
||||
share/icons/hicolor/512x512/apps/mepo.png
|
||||
share/man/man1/mepo.1.gz
|
||||
share/pixmaps/mepo.png
|
||||
|
|
Loading…
Add table
Reference in a new issue