diff --git a/audio/waves/Makefile b/audio/waves/Makefile index 584f379888bf..58641b159f47 100644 --- a/audio/waves/Makefile +++ b/audio/waves/Makefile @@ -1,41 +1,41 @@ PORTNAME= waves DISTVERSIONPREFIX= v -DISTVERSION= 0.1.42 -PORTREVISION= 1 +DISTVERSION= 0.1.43 +PORTREVISION= 0 CATEGORIES= audio MAINTAINER= nivit@FreeBSD.org COMMENT= Terminal music player with MusicBrainz tagging, and Last.fm scrobbling WWW= https://github.com/llehouerou/waves LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libasound.so:audio/alsa-lib RUN_DEPENDS= alsa-plugins>=1.2.12:audio/alsa-plugins \ ffmpeg:multimedia/ffmpeg \ xdg-open:devel/xdg-utils USES= go:modules pkgconfig GO_MODULE= github.com/llehouerou/waves SUB_FILES= pkg-message PLIST_FILES= bin/waves \ share/waves/config.example.toml PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/config.example.toml \ ${STAGEDIR}${DATADIR} post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/audio/waves/distinfo b/audio/waves/distinfo index 6c1c89539271..b1a2f0469d0f 100644 --- a/audio/waves/distinfo +++ b/audio/waves/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1772879158 -SHA256 (go/audio_waves/waves-v0.1.42/v0.1.42.mod) = 2973fa6776160fd51808666204dfc7fccd9244d9329d642b7b82e809f7a83f3e -SIZE (go/audio_waves/waves-v0.1.42/v0.1.42.mod) = 3527 -SHA256 (go/audio_waves/waves-v0.1.42/v0.1.42.zip) = 0c53b5616d1b69f87db9f768d7aeff521ba3b8ba07fa80d4af424715aed33812 -SIZE (go/audio_waves/waves-v0.1.42/v0.1.42.zip) = 1816119 +TIMESTAMP = 1774688096 +SHA256 (go/audio_waves/waves-v0.1.43/v0.1.43.mod) = 2973fa6776160fd51808666204dfc7fccd9244d9329d642b7b82e809f7a83f3e +SIZE (go/audio_waves/waves-v0.1.43/v0.1.43.mod) = 3527 +SHA256 (go/audio_waves/waves-v0.1.43/v0.1.43.zip) = cfb36c88085dadb10ff62ae9976d5add00eb975f38d7c7774188837ea9903f8f +SIZE (go/audio_waves/waves-v0.1.43/v0.1.43.zip) = 1816470 diff --git a/audio/waves/files/patch-internal_lastfm_auth.go b/audio/waves/files/patch-internal_lastfm_auth.go deleted file mode 100644 index 4e6fd7937cc8..000000000000 --- a/audio/waves/files/patch-internal_lastfm_auth.go +++ /dev/null @@ -1,11 +0,0 @@ ---- internal/lastfm/auth.go.orig 1979-11-29 23:00:00 UTC -+++ internal/lastfm/auth.go -@@ -108,6 +108,8 @@ func OpenBrowser(url string) error { - switch runtime.GOOS { - case "darwin": - cmd = exec.Command("open", url) -+ case "freebsd": -+ cmd = exec.Command("xdg-open", url) - case "linux": - cmd = exec.Command("xdg-open", url) - case "windows": diff --git a/audio/waves/files/patch-internal_mpris_cover.go b/audio/waves/files/patch-internal_mpris_cover.go deleted file mode 100644 index c59c0b43730f..000000000000 --- a/audio/waves/files/patch-internal_mpris_cover.go +++ /dev/null @@ -1,8 +0,0 @@ ---- internal/mpris/cover.go.orig 1979-11-29 23:00:00 UTC -+++ internal/mpris/cover.go -@@ -1,4 +1,4 @@ --//go:build linux -+//go:build (linux || freebsd) - - package mpris - diff --git a/audio/waves/files/patch-internal_mpris_mpris.go b/audio/waves/files/patch-internal_mpris_mpris.go deleted file mode 100644 index 1303947d7260..000000000000 --- a/audio/waves/files/patch-internal_mpris_mpris.go +++ /dev/null @@ -1,8 +0,0 @@ ---- internal/mpris/mpris.go.orig 1979-11-29 23:00:00 UTC -+++ internal/mpris/mpris.go -@@ -1,4 +1,4 @@ --//go:build linux -+//go:build (linux || freebsd) - - package mpris - diff --git a/audio/waves/files/patch-internal_mpris_mpris__test.go b/audio/waves/files/patch-internal_mpris_mpris__test.go deleted file mode 100644 index a7f727f93a0f..000000000000 --- a/audio/waves/files/patch-internal_mpris_mpris__test.go +++ /dev/null @@ -1,8 +0,0 @@ ---- internal/mpris/mpris_test.go.orig 1979-11-29 23:00:00 UTC -+++ internal/mpris/mpris_test.go -@@ -1,4 +1,4 @@ --//go:build linux -+//go:build (linux || freebsd) - - package mpris - diff --git a/audio/waves/files/patch-internal_mpris_stub.go b/audio/waves/files/patch-internal_mpris_stub.go deleted file mode 100644 index 40f2d67d73ce..000000000000 --- a/audio/waves/files/patch-internal_mpris_stub.go +++ /dev/null @@ -1,8 +0,0 @@ ---- internal/mpris/stub.go.orig 1979-11-29 23:00:00 UTC -+++ internal/mpris/stub.go -@@ -1,4 +1,4 @@ --//go:build !linux -+//go:build !(linux || freebsd) - - package mpris - diff --git a/audio/waves/files/patch-internal_notify_albumart.go b/audio/waves/files/patch-internal_notify_albumart.go deleted file mode 100644 index a5491c16b445..000000000000 --- a/audio/waves/files/patch-internal_notify_albumart.go +++ /dev/null @@ -1,8 +0,0 @@ ---- internal/notify/albumart.go.orig 1979-11-29 23:00:00 UTC -+++ internal/notify/albumart.go -@@ -1,4 +1,4 @@ --//go:build linux -+//go:build (linux || freebsd) - - package notify - diff --git a/audio/waves/files/patch-internal_notify_albumart__stub.go b/audio/waves/files/patch-internal_notify_albumart__stub.go deleted file mode 100644 index 8cb68fe0f718..000000000000 --- a/audio/waves/files/patch-internal_notify_albumart__stub.go +++ /dev/null @@ -1,8 +0,0 @@ ---- internal/notify/albumart_stub.go.orig 1979-11-29 23:00:00 UTC -+++ internal/notify/albumart_stub.go -@@ -1,4 +1,4 @@ --//go:build !linux -+//go:build !(linux || freebsd) - - package notify - diff --git a/audio/waves/files/patch-internal_notify_albumart__test.go b/audio/waves/files/patch-internal_notify_albumart__test.go deleted file mode 100644 index af7d050d656b..000000000000 --- a/audio/waves/files/patch-internal_notify_albumart__test.go +++ /dev/null @@ -1,8 +0,0 @@ ---- internal/notify/albumart_test.go.orig 1979-11-29 23:00:00 UTC -+++ internal/notify/albumart_test.go -@@ -1,4 +1,4 @@ --//go:build linux -+//go:build (linux || freebsd) - - package notify - diff --git a/audio/waves/files/patch-internal_notify_dbus.go b/audio/waves/files/patch-internal_notify_dbus.go deleted file mode 100644 index 09210e5f2deb..000000000000 --- a/audio/waves/files/patch-internal_notify_dbus.go +++ /dev/null @@ -1,8 +0,0 @@ ---- internal/notify/dbus.go.orig 1979-11-29 23:00:00 UTC -+++ internal/notify/dbus.go -@@ -1,4 +1,4 @@ --//go:build linux -+//go:build (linux || freebsd) - - package notify - diff --git a/audio/waves/files/patch-internal_notify_dbus__test.go b/audio/waves/files/patch-internal_notify_dbus__test.go deleted file mode 100644 index cae4cd41ca68..000000000000 --- a/audio/waves/files/patch-internal_notify_dbus__test.go +++ /dev/null @@ -1,8 +0,0 @@ ---- internal/notify/dbus_test.go.orig 1979-11-29 23:00:00 UTC -+++ internal/notify/dbus_test.go -@@ -1,4 +1,4 @@ --//go:build linux -+//go:build (linux || freebsd) - - package notify - diff --git a/audio/waves/files/patch-internal_notify_stub.go b/audio/waves/files/patch-internal_notify_stub.go deleted file mode 100644 index 3c0a74ec620e..000000000000 --- a/audio/waves/files/patch-internal_notify_stub.go +++ /dev/null @@ -1,8 +0,0 @@ ---- internal/notify/stub.go.orig 1979-11-29 23:00:00 UTC -+++ internal/notify/stub.go -@@ -1,4 +1,4 @@ --//go:build !linux -+//go:build !(linux || freebsd) - - package notify -