Issue #8314 has been updated by James Turnbull. Status changed from Unreviewed to Requires CLA to be signed Assignee set to Matthias Pigulla
Hi Matthias Could you sign the CLA at https://projects.puppetlabs.com/contributor_licenses/sign please? Also it’d be great if you could submit this as a Git branch or a GitHub pull request as explained at https://github.com/puppetlabs/puppet/blob/master/CONTRIBUTING.md – thanks again for your contribution! ---------------------------------------- Bug #8314: MacPorts package provider takes variant for revision https://projects.puppetlabs.com/issues/8314 Author: Matthias Pigulla Status: Requires CLA to be signed Priority: Normal Assignee: Matthias Pigulla Category: provider Target version: Affected Puppet version: Keywords: pacports provider Branch: The macports package provider incorrectly parses `port -q installed` output, interpreting a possibly installed variant as part of the revision. Subsequently, when ensuring latest it will try to upgrade the package every time because the assumed revision does not match the latest one. Example: On every run, it says <pre> ... notice: /Stage[main]//Macports::Package[apache2]/Package[apache2]/ensure: ensure changed '2.2.19' to '2.2.19_0' ... </pre> but:<pre> prompt> port -q installed apache2 ... apache2 @2.2.19_0+preforkmpm+universal (active) </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
