Bug #9774
package versions using the *BSD package providers can have non-numeric values
| Status: | Needs More Information | Start date: | 09/28/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | FreeBSD | |||
| Target version: | - | |||
| Affected Puppet version: | Branch: | |||
| Keywords: | ||||
| Votes: | 0 |
Description
Currently the openbsd (and freebsd) package providers do not support having non-numeric version information in them. The OS itself does support having non-numeric values, for example:
openjdk6-b20_7
This causes an error when having this package already installed on the system:
warn: Puppet::Type::Package::ProviderFreebsd Failed to match line openjdk6-b20_7 Oracle’s Java 6 virtual machine release under the GPL v2
The included patch takes the regex from portupgrade module.
History
Updated by James Turnbull 7 months ago
- Category set to FreeBSD
- Status changed from Unreviewed to Needs More Information
- Assignee set to Jim Pirzyk
Can you submit this as a pull request/branch to the puppet-dev list please? Let me know if you want help with it.