Opened 13 years ago

Closed 12 years ago

#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 (3)

umit.patch (1.2 KB) - added by angad@… 13 years ago.
umit.patch
umit.2.patch (1.2 KB) - added by angad@… 13 years ago.
umit.patch with destroot.args -P
umit.3.patch (1.2 KB) - added by angad@… 13 years ago.
umit.patch revision 0

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by angad@…

Attachment: umit.patch added

umit.patch

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Cc: luis.kop@… removed
Keywords: haspatch added; umit removed
Owner: changed from macports-tickets@… to luis.kop@…
Summary: umit upgrade to version 1.0umit: upgrade to version 1.0 and use python26
Version: 1.9.2

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.

Changed 13 years ago by angad@…

Attachment: umit.2.patch added

umit.patch with destroot.args -P

Changed 13 years ago by angad@…

Attachment: umit.3.patch added

umit.patch revision 0

comment:2 Changed 12 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Summary: umit: upgrade to version 1.0 and use python26umit: upgrade to version 1.0
Note: See TracTickets for help on using tickets.