| Summary: | Add an ability to depend on versioned installed package to bsd.port.mk | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Anton Berezin <tobez> | ||||
| Component: | Individual Port(s) | Assignee: | Port Management Team <portmgr> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->portmgr portmgr territory. State Changed From-To: open->closed Committed, thanks! |
Sometimes it is easier to depend on a particular package rather than on a file installed by that package. Furthermore, sometimes it is useful to be able to specify the minimum required version of the dependant package. Fix: With the patch below, it is possible to say, for example, BUILD_DEPENDS= p5-Tree-Simple>=1.12:${PORTSDIR}/devel/p5-Tree-Simple The patch does not affect dependencies specified in the "usual" way.