Permalink
Browse files
dssp: update to 3.0.7
- add MacPorts handle
- remove no-longer-needed reinplace
- Loading branch information
Showing
with
4 additions
and
8 deletions.
-
+4
−8
science/dssp/Portfile
|
|
@@ -4,22 +4,22 @@ PortSystem 1.0 |
|
|
PortGroup github 1.0 |
|
|
PortGroup cxx11 1.1 |
|
|
|
|
|
github.setup cmbi xssp 3.0.6 |
|
|
github.setup cmbi xssp 3.0.7 |
|
|
revision 0 |
|
|
name dssp |
|
|
|
|
|
categories science |
|
|
license Boost-1 |
|
|
|
|
|
maintainers {gmail.com:ottenr.work @reneeotten} openmaintainer |
|
|
maintainers {reneeotten @reneeotten} openmaintainer |
|
|
|
|
|
description DSSP automates protein secondary structure assignment. |
|
|
long_description ${description} |
|
|
|
|
|
platforms darwin |
|
|
|
|
|
checksums rmd160 b66d81ce987f38feaa9a7082091ac20d0c97197e \ |
|
|
sha256 cb578365774d5f015b2b590716ec7e8923fa3d8334a8efdca87fa41a9c742ae1 \ |
|
|
checksums rmd160 ee5d6df0160dbec9dad8d2f728d66e311061107b \ |
|
|
sha256 917fe0faf7c07da8992b8348c25e6e7d39a8b4a239cf15dc9593c36da00859f2 \ |
|
|
size 167938 |
|
|
|
|
|
# patch binPROGRAMS to only include mkdssp |
|
|
@@ -33,10 +33,6 @@ depends_build-append \ |
|
|
|
|
|
depends_lib-append port:boost |
|
|
|
|
|
pre-configure { |
|
|
reinplace "s|3.0.1|${version}|g" ${worksrcpath}/configure.ac |
|
|
} |
|
|
|
|
|
configure.cmd ./autogen.sh && ./configure |
|
|
configure.args --disable-silent-rules |
|
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.