Ticket #29264 (closed update: fixed)
umit: upgrade to version 1.0
| Reported by: | angad@… | Owned by: | luis.kop@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | haspatch | Cc: | |
| Port: | umit |
Description
Umit upgrade to version 1.0. Build args added.
Attachments
Change History
Changed 2 years ago by angad@…
- Attachment umit.patch added
comment:1 Changed 2 years ago by jmr@…
- Owner changed from macports-tickets@… to luis.kop@…
- Keywords haspatch added; umit removed
- Version 1.9.2 deleted
- Cc luis.kop@… removed
- Summary changed from umit upgrade to version 1.0 to umit: upgrade to version 1.0 and use python26
Why do you want 'install' in build.args? This makes the full build command something like:
python2.6 setup.py build install -P
The destroot phase is what is meant to run the install target, like:
python2.6 setup.py install
Are you sure you don't actually just want to set build.args to '-P'? Or put -P in destroot.args instead (or as well)?
Also, note that the initial revision for a new version should be 0.
Note: See
TracTickets for help on using
tickets.


umit.patch