[Bug 264919] [NEW PORT] sysutils/amazon-ssm-plugin: Amazon AWS SSM Session Manager Plugin for AWSCLi

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 27 Jun 2022 00:01:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264919

            Bug ID: 264919
           Summary: [NEW PORT] sysutils/amazon-ssm-plugin: Amazon AWS SSM
                    Session Manager Plugin for AWSCLi
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/aws/session-manager-plugin/
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: nork@ninth-nine.com

Created attachment 234962
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234962&action=edit
A new port for amazon-ssm-plugin-1.2.339.0

Add a Amazon AWS SSM Session Manager Plugin for AWSCLi.

It's useful following case on native FreeBSD environemnt:
  aws ssm start-session --target "your instance-id"

SEE ALSO:
https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html


This application is broken follow golang's method:
- 
$ go118 list -m -f '{{.Version}}'
github.com/aws/session-manager-plugin@1.2.339.0
v0.0.0-20220617200849-916aa5c1c241
$ go118 list -m -f '{{.Version}}'
github.com/aws/session-manager-plugin@v1.2.339.0
go: github.com/aws/session-manager-plugin@v1.2.339.0: invalid version: unknown
revision v1.2.339.0
$ curl -s
https://proxy.golang.org/github.com/aws/session-manager-plugin/@v/v0.0.0-20220617200849-916aa5c1c241.mod
module github.com/aws/session-manager-plugin

- 
$ curl -s
https://raw.githubusercontent.com/aws/session-manager-plugin/v0.0.0-20220617200849-916aa5c1c241/go.mod
404: Not Found
$ curl -s
https://raw.githubusercontent.com/aws/session-manager-plugin/1.2.339.0/go.mod
404: Not Found

So I can't clean up this port.

-- 
You are receiving this mail because:
You are the assignee for the bug.