Releases: MidnightBSD/mport
2.6.5
2.6.4
Adds support for the brief flag. Currently, this only works with mport list or /usr/libexec/mport.list
mport -b list is an alternative to verbose or quiet flags. It lists packages with just the package name dash package version.
e.g.
vim-9.0
zip-3.0_1
zxfer-1.1.7
This will be used for future inclusion of packages on install media
2.6.3
Adds two new features:
- mport download -a
- env PKG_DB=/my/path/to/index.db mport index
Setting the environment variable PKG_DB allows you to specify an alternate location for the package database file. This will be useful for eventually putting packages on the ISOs.
mport download -a allows you to download all the packages included in an index file. (very time-consuming)
These two features can be combined.
2.6.2
2.6.1
Fixes two issues:
- mport list does not display all installed packages, only ones that need updating
- quiet flag must be honored for backward compatibility even if verbose is also set. (before it would choose normal with conflicting flags)
Both of these were introduced in 2.6.0 and shouldn't affect older releases.
2.6.0
2.5.1
2.5.0
This release fixes a bug in mport install command introduced in the 2.4.9 release. The command would do nothing.
Additionally, I added a new setting called handle_rc_scripts. When set to any of yes/true/YES/TRUE, it will stop rc.d scripts during update or delete events. When set to false/no/FALSE/NO, it will avoid this. There is also a new environment variable called HANDLE_RC_SCRIPTS that when set will have the same effect as TRUE.