Changes between Initial Version and Version 1 of Ticket #43260, comment 19
- Timestamp:
- Jun 8, 2015, 5:51:26 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43260, comment 19
initial v1 2 2 > Here is my try at writing the Portfile. I also read the homebrew formula first. I recoded pixilla's suggestion above. The docker project is progressing rapidly. This one is for version 1.6.2, but 1.7.0 release candidates are being worked on now. 3 3 4 In your Portfile you are erroring if "${os.major} < 11". Snow Leopard is darwin 10 and will hit this block. My exampleshould be correct.4 In your Portfile you are erroring if "${os.major} < 11". Snow Leopard is darwin 10 and will hit this block. My [comment:13 example in comment 13] should be correct.