Commits

Takeshi Enomoto authored 60680e7010b
lapack-manpages: update to 3.8.0
No tags

math/lapack-manpages/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 name lapack-manpages
6 6 epoch 1
7 -version 3.6.1
7 +version 3.8.0
8 8 dist_subdir lapack
9 9 categories math devel science
10 10 platforms darwin
11 11 supported_archs noarch
12 12 license BSD
13 13 maintainers takeshi openmaintainer
14 14 description LAPACK manpages
15 15 long_description ${description}
16 16 homepage http://www.netlib.org/lapack/
17 17 master_sites ${homepage}
18 18
19 19 distname lapack-${version}
20 -extract.suffix .tgz
21 20 worksrcdir ${distname}
22 21
23 -checksums rmd160 227e893b3716286d405e683ad0e29df475c9ebde \
24 - sha256 888a50d787a9d828074db581c80b2d22bdb91435a673b1bf6cd6eb51aa50d1de
22 +checksums rmd160 ff306181c4c125e7594c57c1eeece8b0aa8f8523 \
23 + sha256 deb22cc4a6120bff72621155a9917f485f96ef8319ac074a7afbc68aab88bcf6
25 24
26 25 depends_build bin:doxygen:doxygen
27 26
28 27 use_configure no
29 28 build.cmd doxygen
30 29 build.target DOCS/Doxyfile_man
31 30
32 31 destroot {
33 32 foreach f [glob ${worksrcpath}/DOCS/man/man3/*] {
34 33 xinstall -m 444 ${f} ${destroot}${prefix}/share/man/man3

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

Add shortcut