freebsd / portmaster

FreeBSD port management script without external databases or languages
77 stars 40 forks source link

Flavor support #54

Closed stesser closed 6 years ago

stesser commented 6 years ago

This version has received some testing by other portmaster users and I have fixed the minor problems they reported.

I think this is good enough for tagging as next minor release, on which I can base a port upgrade.

One missing detail is that the FLAVOR has currently to be specified as part of the origin (e.g. devel/py-py@py36) for fresh installations of a port. I want to add a "--flavor=py36" option for that purpose, but that will need further testing, and I'd rather have flavor support committed right now even without that command line option.

bapt commented 6 years ago

You do not seem to be familiar with the github workflow, I have merged outside of github github to prevent conflicts (or you need to rebase your repository and probably to use feature branches).

I have tagged the pushed content: 3.7.11 so you can update portmaster accordingly