Ticket #56186: Portfile.diff
File Portfile.diff, 1.0 KB (added by jwhowarth, 7 years ago) |
---|
-
Portfile
old new 26 26 version 1.4.1 27 27 homepage http://www.poissonboltzmann.org 28 28 worksrcdir ${worksrcdir}/apbs 29 revision 429 revision 5 30 30 31 31 checksums rmd160 5c4d583e12deb3fbc2b5a8031882311cbfd22c7e \ 32 32 sha256 f98ce6a51d8f813e1b4fa626c054ddbf7a985403ca30f890733cb1abf2bd6e05 … … 46 46 47 47 # otherwise obsolete subport installation will fail on patch phase and not get to pre-configure error about replacement 48 48 if {${subport} eq ${name}} { 49 patchfiles patch-CMakeLists.txt.diff patch-Eigen-include-path.diff patch-contrib-tabipb-CMakeLists.txt.diff 49 patchfiles patch-CMakeLists.txt.diff patch-Eigen-include-path.diff patch-contrib-tabipb-CMakeLists.txt.diff patch-pbsolvercz.cpp.diff 50 50 if {[mpi_variant_isset]} { 51 51 patchfiles-append patch-tests-apbs_tester.py.diff 52 52 }