Commits

Marius Schamschula authored e37f13ebb1f
mpi-doc: update to 3.3.2
No tags

science/mpi-doc/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4
5 5 universal_variant no
6 6
7 7 # make sure to keep in sync with mpich
8 8 name mpi-doc
9 -version 3.3.1
9 +version 3.3.2
10 +revision 0
10 11
11 12 license BSD
12 13 categories science parallel net
13 14 platforms darwin
14 15 maintainers nomaintainer
15 16 homepage http://www.mpich.org/
16 17 supported_archs noarch
17 18
18 19 description Message Passing Interface (MPI) Library Man Pages
19 20 long_description ${description}
20 21
21 22 master_sites ${homepage}static/tarballs/${version}/
22 23 distname mpich-${version}
23 24
24 -checksums rmd160 0cece6eeb8c3fe9ddd16eae47be5dae45f3b7941 \
25 - sha256 fe551ef29c8eea8978f679484441ed8bb1d943f6ad25b63c235d4b9243d551e5 \
26 - size 27275466
25 +checksums rmd160 f8392f37058b488b1df90d43b69348662dc71454 \
26 + sha256 4bfaf8837a54771d3e4922c84071ef80ffebddbb6971a006038d91ee7ef959b9 \
27 + size 27311775
27 28
28 29 use_configure no
29 30
30 31 build {}
31 32
32 33 destroot {
33 34 delete ${destroot}${prefix}/share/man/man1
34 35 delete ${destroot}${prefix}/share/man/man3
35 36 move ${worksrcpath}/man/man1 ${destroot}${prefix}/share/man/
36 37 move ${worksrcpath}/man/man3 ${destroot}${prefix}/share/man/

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut