| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
re: https://github.com/smallstep/cli/releases/tag/v0.29.0
PR: 291741
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Ports that were pinned to a deprecated version of Go (1.23 or older)
have been unpinned.
* Ports that were pinned to a still-supported version of Go (1.24 or
newer) have been converted to requesting that as their minimum Go
version.
* Ports that had been forcibly deprecated for pinning an expired Go
version have been undeprecated.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are about 75 ports that depend on old, unsupported Go
versions. I've scheduled those Go versions for deletions on
2025/01/01, and so these ports are scheduled for removal on
that same day.
HOWEVER....
Likely NONE or VERY VERY FEW of these ports will actually need
to be deleted! This stems from a misunderstanding:
When go.mod says "go 1.23", it means that it requires AT LEAST
go-1.23. Locking a port to a specific go version should almost
never happen; it is reserved for when a package absolutely
cannot build with any newer version, and it almost means that
the port will only last 1 year (Go releases new minors twice a
year).
Where a port has
USES=go:1.23
maintainers should attempt build with just
USES=go
If that works, please either commit it or submit it in a PR.
Same goes go
USES=go:1.23,modules
to attempt
USES=go,modules
|
| |
|
|
|
|
|
| |
Changelog: https://github.com/smallstep/cli/releases
PR: 288289
Reported by: Markus Wipp <mw@wipp.bayern> (maintainer)
|
| | |
|
| | |
|
| |
|
|
|
| |
PR: 284181
MFH: 2025Q1
|
| |
|
|
|
|
|
| |
Changelog:
https://github.com/smallstep/cli/blob/v0.28.2/CHANGELOG.md
PR: 283893
|
| |
|
|
| |
PR: 281842
|
| |
|
|
|
|
|
|
| |
Changelogs:
https://github.com/smallstep/cli/releases/tag/v0.27.4
https://github.com/smallstep/cli/releases/tag/v0.27.5
PR: 282211
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/smallstep/cli/releases/tag/v0.26.1
https://github.com/smallstep/cli/releases/tag/v0.26.2
https://github.com/smallstep/cli/releases/tag/v0.27.0
https://github.com/smallstep/cli/releases/tag/v0.27.1-rc1
https://github.com/smallstep/cli/releases/tag/v0.27.1
https://github.com/smallstep/cli/releases/tag/v0.27.2
PR: 280419
|
| | |
|
| |
|
|
| |
MFH: 2024Q2
|
| |
|
|
| |
MFH: 2024Q2
|
| |
|
|
| |
MFH: 2024Q2
|
| |
|
|
|
|
| |
While here, tidy up Makefile with portfmt.
PR: 278036
|
| |
|
|
|
| |
PR: 277776
Approved by: portmgr (exp-run)
|
| |
|
|
| |
PR: 276530
|
| |
|
|
| |
PR: 275476
|
| |
|
|
| |
PR: 274405
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Changelog: https://github.com/smallstep/cli/blob/0ce5911/CHANGELOG.md
PR: 270299
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
PR: 268958
Reported by: mw@wipp.bayern (maintainer)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
| |
|
|
| |
PR: 266055
|
| |
|
|
| |
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
|
| | |
|
| |
|
|
|
| |
PR: 265171
Reported by: mw@wipp.bayern (maintainer)
|
| | |
|
| | |
|
| |
|
|
| |
PR: 262054
|
| |
|
|
| |
PR: 262054
|
| |
|
|
|
|
| |
Changelog: https://github.com/smallstep/cli/releases/tag/v0.18.0
PR: 259918
|
| |
|
|
|
|
| |
Changelog: https://github.com/smallstep/cli/releases/tag/v0.17.7
PR: 259744
|
| |
|
|
|
|
| |
Changelog: https://github.com/smallstep/cli/releases/tag/v0.17.5
PR: 258831
|