Changes between Initial Version and Version 1 of Ticket #51722


Ignore:
Timestamp:
Jun 28, 2016, 10:33:23 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51722

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Status changed from new to assigned
    • Property Summary changed from molden 5.6 checksums are wrong, and build targets need updating to molden: checksums are wrong, and build targets need updating
  • Ticket #51722 – Description

    initial v1  
    11The checksums for molden 5.6 are wrong (this appears to be a recurring problem), and it would be nice if the build targets included gmolden.  Everything seems to work if I manually change the checksums and add gmolden to build-target (and xinstall it).  Changes to the Portfile:
    22
     3{{{
    34checksums           rmd160  dd420615b664b52ecac73e36892b8dc0c316cb33 \
    45                    sha256  1d1790c7f60b200aa3454c8b5f38bb866181d3c30e8f1c9fb466ee183d899ebf
    5 
     6}}}
     7{{{
    68build.target        molden gmolden
    7 
     9}}}
     10{{{
    811    xinstall -W ${worksrcpath} molden gmolden ${destroot}${prefix}/bin
     12}}}