Skip to content

Commit 4fba2e5

Browse files
committed
multimedia/navidrome: Update to 0.56.1
1 parent 4187cfa commit 4fba2e5

File tree

3 files changed

+148
-139
lines changed

3 files changed

+148
-139
lines changed

‎multimedia/navidrome/Makefile‎

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
PORTNAME= navidrome
22
DISTVERSIONPREFIX= v
3-
DISTVERSION= 0.55.2
4-
PORTREVISION= 2
3+
DISTVERSION= 0.56.1
54
CATEGORIES= multimedia
65
MASTER_SITES= http://people.freebsd.org/~kbowling/distfiles/:npmcache
76
DISTFILES= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npmcache
@@ -15,16 +14,16 @@ LICENSE= GPLv3
1514
LICENSE_FILE= ${WRKSRC}/LICENSE
1615

1716
BROKEN_i386= npm esbuild fails: "Unsupported platform: freebsd ia32 LE"
18-
BROKEN_arm64= npm esbuild fails: Failed to find package "@esbuild/freebsd-arm64"
17+
BROKEN_arm64= npm esbuild fails: Failed to find package \
18+
"@esbuild/freebsd-arm64"
1919

2020
BUILD_DEPENDS+= npm>0:www/npm
2121
LIB_DEPENDS+= libtag.so:audio/taglib
2222
RUN_DEPENDS+= ffmpeg:multimedia/ffmpeg
2323

2424
USES= cpe go:1.24,modules pkgconfig
2525
USE_GITHUB= yes
26-
GH_TUPLE= \
27-
Masterminds:squirrel:v1.5.4:masterminds_squirrel/vendor/github.com/Masterminds/squirrel \
26+
GH_TUPLE= Masterminds:squirrel:v1.5.4:masterminds_squirrel/vendor/github.com/Masterminds/squirrel \
2827
RaveNoX:go-jsoncommentstrip:v1.0.0:ravenox_go_jsoncommentstrip/vendor/github.com/RaveNoX/go-jsoncommentstrip \
2928
andybalholm:cascadia:v1.3.3:andybalholm_cascadia/vendor/github.com/andybalholm/cascadia \
3029
aymerick:douceur:v0.2.0:aymerick_douceur/vendor/github.com/aymerick/douceur \
@@ -46,11 +45,11 @@ GH_TUPLE= \
4645
djherbis:times:v1.6.0:djherbis_times/vendor/github.com/djherbis/times \
4746
dustin:go-humanize:v1.0.1:dustin_go_humanize/vendor/github.com/dustin/go-humanize \
4847
fatih:structs:v1.1.0:fatih_structs/vendor/github.com/fatih/structs \
49-
fsnotify:fsnotify:v1.8.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
48+
fsnotify:fsnotify:v1.9.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
5049
go-chi:chi:v5.2.1:go_chi_chi_v5/vendor/github.com/go-chi/chi/v5 \
5150
go-chi:cors:v1.2.1:go_chi_cors/vendor/github.com/go-chi/cors \
52-
go-chi:httprate:v0.14.1:go_chi_httprate/vendor/github.com/go-chi/httprate \
53-
go-chi:jwtauth:v5.3.2:go_chi_jwtauth_v5/vendor/github.com/go-chi/jwtauth/v5 \
51+
go-chi:httprate:v0.15.0:go_chi_httprate/vendor/github.com/go-chi/httprate \
52+
go-chi:jwtauth:v5.3.3:go_chi_jwtauth_v5/vendor/github.com/go-chi/jwtauth/v5 \
5453
go-ini:ini:v1.67.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
5554
go-logr:logr:v1.4.2:go_logr_logr/vendor/github.com/go-logr/logr \
5655
go-task:slim-sprig:v3.0.0:go_task_slim_sprig_v3/vendor/github.com/go-task/slim-sprig/v3 \
@@ -59,19 +58,19 @@ GH_TUPLE= \
5958
go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \
6059
goccy:go-json:v0.10.5:goccy_go_json/vendor/github.com/goccy/go-json \
6160
gohugoio:hashstructure:v0.5.0:gohugoio_hashstructure/vendor/github.com/gohugoio/hashstructure \
62-
golang:crypto:v0.36.0:golang_crypto/vendor/golang.org/x/crypto \
63-
golang:exp:054e65f0b394:golang_exp/vendor/golang.org/x/exp \
64-
golang:image:v0.25.0:golang_image/vendor/golang.org/x/image \
61+
golang:crypto:v0.38.0:golang_crypto/vendor/golang.org/x/crypto \
62+
golang:exp:ce4c2cf36ca6:golang_exp/vendor/golang.org/x/exp \
63+
golang:image:v0.27.0:golang_image/vendor/golang.org/x/image \
6564
golang:mod:v0.24.0:golang_mod/vendor/golang.org/x/mod \
66-
golang:net:v0.37.0:golang_net/vendor/golang.org/x/net \
67-
golang:sync:v0.12.0:golang_sync/vendor/golang.org/x/sync \
68-
golang:sys:v0.31.0:golang_sys/vendor/golang.org/x/sys \
69-
golang:text:v0.23.0:golang_text/vendor/golang.org/x/text \
65+
golang:net:v0.40.0:golang_net/vendor/golang.org/x/net \
66+
golang:sync:v0.14.0:golang_sync/vendor/golang.org/x/sync \
67+
golang:sys:v0.33.0:golang_sys/vendor/golang.org/x/sys \
68+
golang:text:v0.25.0:golang_text/vendor/golang.org/x/text \
7069
golang:time:v0.11.0:golang_time/vendor/golang.org/x/time \
71-
golang:tools:v0.31.0:golang_tools/vendor/golang.org/x/tools \
70+
golang:tools:v0.33.0:golang_tools/vendor/golang.org/x/tools \
7271
google:go-cmp:v0.7.0:google_go_cmp/vendor/github.com/google/go-cmp \
7372
google:go-pipeline:6cbedfc1d3fc:google_go_pipeline/vendor/github.com/google/go-pipeline \
74-
google:pprof:9094ed2288e7:google_pprof/vendor/github.com/google/pprof \
73+
google:pprof:c0086092b71a:google_pprof/vendor/github.com/google/pprof \
7574
google:subcommands:v1.2.0:google_subcommands/vendor/github.com/google/subcommands \
7675
google:uuid:v1.6.0:google_uuid/vendor/github.com/google/uuid \
7776
google:wire:v0.6.0:google_wire/vendor/github.com/google/wire \
@@ -82,61 +81,63 @@ GH_TUPLE= \
8281
jellydator:ttlcache:v3.3.0:jellydator_ttlcache_v3/vendor/github.com/jellydator/ttlcache/v3 \
8382
kardianos:service:v1.2.2:kardianos_service/vendor/github.com/kardianos/service \
8483
kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \
85-
klauspost:compress:v1.17.11:klauspost_compress/vendor/github.com/klauspost/compress \
84+
klauspost:cpuid:v2.2.10:klauspost_cpuid_v2/vendor/github.com/klauspost/cpuid/v2 \
8685
kr:pretty:v0.3.1:kr_pretty/vendor/github.com/kr/pretty \
8786
kr:text:v0.2.0:kr_text/vendor/github.com/kr/text \
8887
lann:builder:47ae307949d0:lann_builder/vendor/github.com/lann/builder \
8988
lann:ps:62de8c46ede0:lann_ps/vendor/github.com/lann/ps \
90-
lestrrat-go:blackmagic:v1.0.2:lestrrat_go_blackmagic/vendor/github.com/lestrrat-go/blackmagic \
89+
lestrrat-go:blackmagic:v1.0.3:lestrrat_go_blackmagic/vendor/github.com/lestrrat-go/blackmagic \
9190
lestrrat-go:httpcc:v1.0.1:lestrrat_go_httpcc/vendor/github.com/lestrrat-go/httpcc \
9291
lestrrat-go:httprc:v1.0.6:lestrrat_go_httprc/vendor/github.com/lestrrat-go/httprc \
9392
lestrrat-go:iter:v1.0.2:lestrrat_go_iter/vendor/github.com/lestrrat-go/iter \
94-
lestrrat-go:jwx:v2.1.4:lestrrat_go_jwx_v2/vendor/github.com/lestrrat-go/jwx/v2 \
93+
lestrrat-go:jwx:v2.1.6:lestrrat_go_jwx_v2/vendor/github.com/lestrrat-go/jwx/v2 \
9594
lestrrat-go:option:v1.0.1:lestrrat_go_option/vendor/github.com/lestrrat-go/option \
9695
matoous:go-nanoid:v2.1.0:matoous_go_nanoid_v2/vendor/github.com/matoous/go-nanoid/v2 \
97-
mattn:go-sqlite3:v1.14.24:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \
96+
mattn:go-sqlite3:v1.14.28:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \
9897
mfridman:interpolate:v0.0.2:mfridman_interpolate/vendor/github.com/mfridman/interpolate \
9998
microcosm-cc:bluemonday:v1.0.27:microcosm_cc_bluemonday/vendor/github.com/microcosm-cc/bluemonday \
10099
mileusna:useragent:v1.3.5:mileusna_useragent/vendor/github.com/mileusna/useragent \
101100
munnerz:goautoneg:a7dc8b61c822:munnerz_goautoneg/vendor/github.com/munnerz/goautoneg \
102101
natefinch:npipe:c1b8fa8bdcce:natefinch_npipe/vendor/gopkg.in/natefinch/npipe.v2 \
103102
ogier:pflag:v0.0.1:ogier_pflag/vendor/github.com/ogier/pflag \
104-
onsi:ginkgo:v2.23.0:onsi_ginkgo_v2/vendor/github.com/onsi/ginkgo/v2 \
105-
onsi:gomega:v1.36.2:onsi_gomega/vendor/github.com/onsi/gomega \
106-
pelletier:go-toml:v2.2.3:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \
103+
onsi:ginkgo:v2.23.4:onsi_ginkgo_v2/vendor/github.com/onsi/ginkgo/v2 \
104+
onsi:gomega:v1.37.0:onsi_gomega/vendor/github.com/onsi/gomega \
105+
pelletier:go-toml:v2.2.4:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \
107106
pmezard:go-difflib:5d4384ee4fb2:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
108107
pocketbase:dbx:v1.11.0:pocketbase_dbx/vendor/github.com/pocketbase/dbx \
109-
pressly:goose:v3.24.1:pressly_goose_v3/vendor/github.com/pressly/goose/v3 \
110-
prometheus:client_golang:v1.21.1:prometheus_client_golang/vendor/github.com/prometheus/client_golang \
108+
pressly:goose:v3.24.3:pressly_goose_v3/vendor/github.com/pressly/goose/v3 \
109+
prometheus:client_golang:v1.22.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \
111110
prometheus:client_model:v0.6.1:prometheus_client_model/vendor/github.com/prometheus/client_model \
112111
prometheus:common:v0.62.0:prometheus_common/vendor/github.com/prometheus/common \
113-
prometheus:procfs:v0.15.1:prometheus_procfs/vendor/github.com/prometheus/procfs \
114-
protocolbuffers:protobuf-go:v1.36.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
112+
prometheus:procfs:v0.16.1:prometheus_procfs/vendor/github.com/prometheus/procfs \
113+
protocolbuffers:protobuf-go:v1.36.6:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
115114
rjeczalik:notify:v0.9.3:rjeczalik_notify/vendor/github.com/rjeczalik/notify \
116115
robfig:cron:v3.0.1:robfig_cron_v3/vendor/github.com/robfig/cron/v3 \
117116
rogpeppe:go-internal:v1.14.1:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \
118117
sabhiram:go-gitignore:525f6e181f06:sabhiram_go_gitignore/vendor/github.com/sabhiram/go-gitignore \
119-
sagikazarmark:locafero:v0.7.0:sagikazarmark_locafero/vendor/github.com/sagikazarmark/locafero \
118+
sagikazarmark:locafero:v0.9.0:sagikazarmark_locafero/vendor/github.com/sagikazarmark/locafero \
120119
segmentio:asm:v1.2.0:segmentio_asm/vendor/github.com/segmentio/asm \
121120
sethvargo:go-retry:v0.3.0:sethvargo_go_retry/vendor/github.com/sethvargo/go-retry \
122121
sirupsen:logrus:v1.9.3:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
123122
sourcegraph:conc:v0.3.0:sourcegraph_conc/vendor/github.com/sourcegraph/conc \
124-
spf13:afero:v1.12.0:spf13_afero/vendor/github.com/spf13/afero \
125-
spf13:cast:v1.7.1:spf13_cast/vendor/github.com/spf13/cast \
123+
spf13:afero:v1.14.0:spf13_afero/vendor/github.com/spf13/afero \
124+
spf13:cast:v1.8.0:spf13_cast/vendor/github.com/spf13/cast \
126125
spf13:cobra:v1.9.1:spf13_cobra/vendor/github.com/spf13/cobra \
127126
spf13:pflag:v1.0.6:spf13_pflag/vendor/github.com/spf13/pflag \
128-
spf13:viper:v1.20.0:spf13_viper/vendor/github.com/spf13/viper \
127+
spf13:viper:v1.20.1:spf13_viper/vendor/github.com/spf13/viper \
129128
stretchr:objx:v0.5.2:stretchr_objx/vendor/github.com/stretchr/objx \
130129
stretchr:testify:v1.10.0:stretchr_testify/vendor/github.com/stretchr/testify \
131130
subosito:gotenv:v1.6.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
131+
uber-go:automaxprocs:v1.6.0:uber_go_automaxprocs/vendor/go.uber.org/automaxprocs \
132132
uber-go:goleak:v1.3.0:uber_go_goleak/vendor/go.uber.org/goleak \
133133
uber-go:multierr:v1.11.0:uber_go_multierr/vendor/go.uber.org/multierr \
134134
unrolled:secure:v1.17.0:unrolled_secure/vendor/github.com/unrolled/secure \
135-
xrash:smetrics:686a1a2994c1:xrash_smetrics/vendor/github.com/xrash/smetrics
135+
xrash:smetrics:686a1a2994c1:xrash_smetrics/vendor/github.com/xrash/smetrics \
136+
zeebo:xxh3:v1.0.2:zeebo_xxh3/vendor/github.com/zeebo/xxh3
136137

137138
USE_RC_SUBR= ${PORTNAME}
138139

139-
_BUILD_SHA= a057a68
140+
_BUILD_SHA= fa2cf36
140141

141142
GO_BUILDFLAGS= -ldflags="-X github.com/navidrome/navidrome/consts.gitSha=${_BUILD_SHA} -X github.com/navidrome/navidrome/consts.gitTag=${GH_TAGNAME}-FREEBSD" -tags=netgo
142143

0 commit comments

Comments
 (0)