From d1a2325f62f323fdbd86066877de570dc404b670 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 19 Feb 2024 01:47:33 +0100 Subject: x11/nwg-menu: update to 0.1.3 Changes: https://github.com/nwg-piotr/nwg-menu/releases/tag/v0.1.3 Reported by: GitHub (watch releases) --- x11/nwg-menu/Makefile | 5 ++--- x11/nwg-menu/distinfo | 10 +++++----- x11/nwg-menu/files/patch-go.mod | 14 ++++++++++++++ 3 files changed, 21 insertions(+), 8 deletions(-) create mode 100644 x11/nwg-menu/files/patch-go.mod diff --git a/x11/nwg-menu/Makefile b/x11/nwg-menu/Makefile index 99b4f8b8b255..3e6978304c0a 100644 --- a/x11/nwg-menu/Makefile +++ b/x11/nwg-menu/Makefile @@ -1,7 +1,6 @@ PORTNAME= nwg-menu DISTVERSIONPREFIX= v -DISTVERSION= 0.1.2 -PORTREVISION= 1 +DISTVERSION= 0.1.3 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org @@ -21,7 +20,7 @@ GH_ACCOUNT= nwg-piotr GH_TUPLE= allan-simon:go-singleinstance:d0997106ab37:allan_simon_go_singleinstance/vendor/github.com/allan-simon/go-singleinstance \ dlasky:gotk3-layershell:b0c42cd8474f:dlasky_gotk3_layershell/vendor/github.com/dlasky/gotk3-layershell \ golang:sync:v0.6.0:golang_sync/vendor/golang.org/x/sync \ - gotk3:gotk3:v0.6.2:gotk3_gotk3/vendor/github.com/gotk3/gotk3 \ + gotk3:gotk3:v0.6.3:gotk3_gotk3/vendor/github.com/gotk3/gotk3 \ joshuarubin:go-sway:v1.2.0:joshuarubin_go_sway/vendor/github.com/joshuarubin/go-sway \ joshuarubin:lifecycle:v1.1.4:joshuarubin_lifecycle/vendor/github.com/joshuarubin/lifecycle \ uber-go:multierr:v1.11.0:uber_go_multierr/vendor/go.uber.org/multierr diff --git a/x11/nwg-menu/distinfo b/x11/nwg-menu/distinfo index 0729b2472976..369f45ce2269 100644 --- a/x11/nwg-menu/distinfo +++ b/x11/nwg-menu/distinfo @@ -1,14 +1,14 @@ -TIMESTAMP = 1706404161 -SHA256 (nwg-piotr-nwg-menu-v0.1.2_GH0.tar.gz) = 11d683bcc756b27a6a80973aa2ff77dc9002c991e708e65219d54100c6e57f49 -SIZE (nwg-piotr-nwg-menu-v0.1.2_GH0.tar.gz) = 3247673 +TIMESTAMP = 1708303653 +SHA256 (nwg-piotr-nwg-menu-v0.1.3_GH0.tar.gz) = 1d25b2ad799eea4b74a6cd260497c9383c1a34148833051cf0c8907443d5dd3e +SIZE (nwg-piotr-nwg-menu-v0.1.3_GH0.tar.gz) = 3247738 SHA256 (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = f8cee874873fe9fc1a81e8a7ca83df85c57aa86279c09cb8cba10d5feb7ed295 SIZE (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = 2819 SHA256 (dlasky-gotk3-layershell-b0c42cd8474f_GH0.tar.gz) = 7eed1f818f39e9124b2ef8fcf9df24adae371ce882f192b352be24e0408b3680 SIZE (dlasky-gotk3-layershell-b0c42cd8474f_GH0.tar.gz) = 2374260 SHA256 (golang-sync-v0.6.0_GH0.tar.gz) = 23b8fca95397b2293e64e58d333633051ec942b46318ad8f630318e801658b67 SIZE (golang-sync-v0.6.0_GH0.tar.gz) = 17605 -SHA256 (gotk3-gotk3-v0.6.2_GH0.tar.gz) = 7e7534e427a66fd118f0b0961b1e2369d6ae3c0b5f24227b9854e181eb4a407f -SIZE (gotk3-gotk3-v0.6.2_GH0.tar.gz) = 278186 +SHA256 (gotk3-gotk3-v0.6.3_GH0.tar.gz) = cf233b835b1fdd23afa393d1e7483c44a57ab7729afe3a72e7ae3ded2b27a0c8 +SIZE (gotk3-gotk3-v0.6.3_GH0.tar.gz) = 278230 SHA256 (joshuarubin-go-sway-v1.2.0_GH0.tar.gz) = 3bd95f49be110b40bc005f3db157c0a8e6ccedb4e0ed48e810368f23030a1833 SIZE (joshuarubin-go-sway-v1.2.0_GH0.tar.gz) = 12933 SHA256 (joshuarubin-lifecycle-v1.1.4_GH0.tar.gz) = 512fc4ca6e4f8db0b493f47f3edffed3ce09002267b0ff0d64fa09941d4d249f diff --git a/x11/nwg-menu/files/patch-go.mod b/x11/nwg-menu/files/patch-go.mod new file mode 100644 index 000000000000..a31020c225a4 --- /dev/null +++ b/x11/nwg-menu/files/patch-go.mod @@ -0,0 +1,14 @@ +Drop after lang/go122 appears (switch to USES=go:1.22,modules) + +github.com/nwg-piotr/nwg-menu: cannot compile Go 1.22 code + +--- go.mod.orig 2024-02-19 00:47:33 UTC ++++ go.mod +@@ -1,6 +1,6 @@ module github.com/nwg-piotr/nwg-menu + module github.com/nwg-piotr/nwg-menu + +-go 1.22 ++go 1.21 + + require ( + github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37 -- cgit v1.2.3