IABSD.fr/ports/sysutils/glide

Branch :


Log

Author Commit Date CI Message
440c1291 2023-02-02 11:06:01 Update to glide-0.13.3.
2b3700e3 2022-03-11 19:57:10 drop RCS Ids
3046e077 2021-03-08 13:59:23 bump the golang ports so that pkg_add -u knows to update them
5171d0cd 2019-07-17 14:39:42 Remove unresponsive maintainers If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
77f7cc9c 2019-07-12 20:49:33 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
69afdd82 2019-01-02 12:39:03 Update glide to 0.13.2 From Kevin Wondratsch (maintainer)
51851486 2018-06-22 13:54:23 Import glide 0.13.1, from maintainer Kevin Wondratsch Glide is a tool for managing the vendor directory within a Go package. This feature, first introduced in Go 1.5, allows each package to have a vendor directory containing dependent packages for the project. These vendor packages can be installed by a tool (e.g. glide), similar to go get or they can be vendored and distributed with the package. ok abieber@