Releases: MidnightBSD/mport
2.2.8
2.2.7
Fixes a bug in mport install command that might result in a segmentation fault.
This only happens when using a port name with a hypen in it and is related to the feature supporting version numbers
e.g.
qt5-webkit triggers it if it's not found in the index
gmake-4.3.0 would also trigger it if it's not found, but would work if it is found in the index.
2.2.6
2.2.5
Adds color output for progress bar and questions when using XTERM terminal type
Fixes a bug where mport would crash on certain operations when using a serial console
Update bootstrap logic to use a base url with the osrel and arch. This honors our config or for jail use.
Allow fetch to honor the os version from running kernel, userland or via config
Add hack to allow people to paste in pkgname-pkgversion. Not doing verification on version number though.
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.9
Added ability to set OS version to target. In older versions, it would use the running kernel release. In the last release, we allowed /bin/mport-version to specify it for jails/chroot to work better. Now, you can target an older OS release.
Warning: this means packages marked with a specific os version that are custom built, may not run on older systems. (due to the os version being used from the environment)
Usage:
mport config set target_os 2.1
mport --version
(should list version you set)
Also can do
mport config get target_os