Opened 9 years ago

Closed 9 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)

Portfile.diff (3.4 KB) - added by howarth.at.macports@… 9 years ago.
Portfile diff for pdb2pqr 2.0.0

Download all attachments as: .zip

Change History (4)

Changed 9 years ago by howarth.at.macports@…

Attachment: Portfile.diff added

Portfile diff for pdb2pqr 2.0.0

comment:1 Changed 9 years ago by howarth.at.macports@…

ping

comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

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 of find and used reinplace MacPorts Tcl procedure instead of doing the same thing using perl
  • replaced explicit references to python2.7 with python${python.branch} so that there's only a single place (the python.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 and test.target are used only to specify the target; in the case of the build, where there is no target, that means I clear build.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.