aboutsummaryrefslogtreecommitdiff
path: root/sysutils/docker-machine
Commit message (Collapse)AuthorAgeFilesLines
* all: Bump PORTVERSION after lang/go{118,119} updateDmitri Goutnik2023-01-141-1/+1
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-12-111-1/+1
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-10-061-1/+1
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-09-081-1/+1
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* all: Bump PORTREVISION after Go updateDmitri Goutnik2022-08-031-1/+1
| | | | Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
* all: Bump PORTREVISION after lang/go{117,118} updateDmitri Goutnik2022-07-141-1/+1
|
* */*: Bump port revisons after lang/go{117,118} updateDmitri Goutnik2022-06-071-1/+1
|
* *: Fix up PORTREVISIONTobias Kortkamp2022-05-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Mostly just typos and assigning PORTREVISION multiple times. This commit doesn't fix up PORTREVISION between master-slave ports where the master port often overwrites PORTREVISION from the slaves which means the slaves don't actually get bumped. These probably just need PORTREVISION?= but care must be taken to not decrease the package versions of all the master-slave packages and to actually bump PORTREVISION as intended. For the record the currently visible broken master ports are: databases/libgda5 emulators/virtualbox-ose emulators/virtualbox-ose-legacy graphics/atril multimedia/mlt7 textproc/uim But all master ports should be looked at here and get an explicit PORTREVISION?= where it's currently missing to prevent this. Reported by: portscan
* */*: Bump PORTREVISION after lang/go 1.18 updateGuangyuan Yang2022-03-301-0/+1
|
* *: reset lifanov's ports after safekeeping their ports bit.Rene Ladan2021-05-041-1/+1
| | | | Hat: portmgr-secretary
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/docker-machine: fix build on aarch64Mikael Urankar2020-07-049-0/+5112
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=541218
* Bump PORTREVISION after r517743 to force relinking.Dmitri Goutnik2019-11-161-0/+1
| | | | | | | | Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854 Notes: svn path=/head/; revision=517745
* update docker-machine to 0.16.2Nikolai Lifanov2019-09-152-4/+4
| | | | Notes: svn path=/head/; revision=512120
* update Docker Machine to 0.16.1Nikolai Lifanov2019-02-022-4/+4
| | | | | | | | | | Changes: https://github.com/docker/machine/releases/tag/v0.16.1 PR: 235408 Submitted by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=491903
* update sysutils/docker-machine to 0.16.0Nikolai Lifanov2018-11-172-4/+4
| | | | Notes: svn path=/head/; revision=485111
* update sysutils/docker-machine to 0.15.0Nikolai Lifanov2018-08-122-9/+5
| | | | | | | | | | Changes: https://github.com/docker/machine/releases/tag/v0.15.0 PR: 230337 Submitted by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=477041
* update sysutils/docker-machine to 0.14.0Nikolai Lifanov2018-03-142-4/+4
| | | | | | | Changes: https://github.com/docker/machine/releases/tag/v0.14.0 Notes: svn path=/head/; revision=464490
* update sysutils/docker-machine to 0.13.0Nikolai Lifanov2017-10-192-4/+4
| | | | | | | Changes: https://github.com/docker/machine/blob/v0.13.0/CHANGELOG.md Notes: svn path=/head/; revision=452418
* update sysutils/docker-machine to 0.12.2Nikolai Lifanov2017-07-132-4/+4
| | | | | | | | This is a minor release. Changes: https://github.com/docker/machine/releases/tag/v0.12.2 Notes: svn path=/head/; revision=445647
* update sysutils/docker-machine to 0.12.1Nikolai Lifanov2017-07-052-4/+4
| | | | | | | Fixed an issue with the version comparison function that prevented machines created with Engine 17.06.0 from starting properly. Notes: svn path=/head/; revision=445092
* update Docker Machine to 0.12.0Nikolai Lifanov2017-06-082-6/+4
| | | | | | | | | - strip the Go binary while in here: apparently that's safe Relnotes: https://github.com/docker/machine/releases/tag/v0.12.0 Notes: svn path=/head/; revision=442917
* update sysutils/docker-machine to 0.11.0Nikolai Lifanov2017-04-262-4/+4
| | | | | | | Changes: https://github.com/docker/machine/releases/tag/v0.11.0 Notes: svn path=/head/; revision=439449
* sysutils/docker-machine: add LICENSE_FILENikolai Lifanov2017-04-061-0/+1
| | | | Notes: svn path=/head/; revision=437864
* add sysutils/docker-machineNikolai Lifanov2017-03-213-0/+39
Machine lets you create Docker hosts on your computer, on cloud providers, and inside your own data center. It creates servers, installs Docker on them, then configures the Docker client to talk to them. Note: this can be used with sysutils/docker Notes: svn path=/head/; revision=436620