Opened 14 years ago
Closed 14 years ago
#27583 closed enhancement (fixed)
git-core: add python27 variant
Reported by: | dackze+macports@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | maccheck@… | |
Port: | git-core |
Description
It'd be nice to have a python27 variant so people running just 2.7 don't have to build 2.6 to install Git.
I'm attaching a patch that implements this. It also adds a default python26 variant.
Attachments (2)
Change History (6)
Changed 14 years ago by dackze+macports@…
Attachment: | git-core-python27.diff added |
---|
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
Changed 14 years ago by maccheck@…
Attachment: | Portfile.patch added |
---|
comment:2 Changed 14 years ago by maccheck@…
comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I integrated the patch into the new Portfile for git-core version 1.7.3.3 (please apply patch in #27590 before). I had to modify the originating patch a little bit as destroot.args and test.args had to be updated as well.