Opened 10 years ago
Closed 10 years ago
#47254 closed update (fixed)
pdb2pqr-2.0.0
Reported by: | howarth.at.macports@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | pdb2pqr |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
The attached Portfile diff updates the pdb2pqr package from 1.7 to 2.0.0. Note that the build has used scons since 1.9 and now contains a test phase. This packaging replaces ticket:46249 which was never committed.
Attachments (1)
Change History (4)
Changed 10 years ago by howarth.at.macports@…
Attachment: | Portfile.diff added |
---|
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks and sorry for the delay. Committed in r135278 with these changes:
- removed gcc variants because 1.9 release notes say fortran is no longer used
- used
fs-traverse
MacPorts Tcl procedure instead offind
and usedreinplace
MacPorts Tcl procedure instead of doing the same thing usingperl
- replaced explicit references to
python2.7
withpython${python.branch}
so that there's only a single place (thepython.default_version
line) where you need to change the python version, should you wish to do so again in the future - changed the way the build and test commands are created, so that
build.target
andtest.target
are used only to specify the target; in the case of the build, where there is no target, that means I clearbuild.target
- rewrote master_sites to avoid redirects
- modified whitespace of newly-added lines to match whitespace of existing portfile and what the modeline claims the whitespace is (indentations at multiples of 4 spaces)
Note: See
TracTickets for help on using
tickets.
Portfile diff for pdb2pqr 2.0.0