Commits

Marius Schamschula authored da0988daf5c
proj: update to version 5.0.1

minor whitespace cleanup
No tags

gis/proj/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 proj
6 -version 5.0.0
7 -revision 1
8 -set datumgrid_version 1.7
6 +version 5.0.1
7 +set datumgrid_version 1.7
9 8 categories gis
10 9 platforms darwin
11 10 license MIT
12 11 maintainers nomaintainer
13 12
14 13 description PROJ - Cartographic Projections Library
15 14 long_description PROJ is a library for converting data between \
16 15 cartographic projections.
17 16 homepage http://trac.osgeo.org/proj/
18 17
19 18 master_sites http://download.osgeo.org/proj/
20 19 distfiles-append ${name}-datumgrid-${datumgrid_version}.zip
21 20 checksums ${name}-${version}.tar.gz \
22 - rmd160 6d0f26a8f5a10ecafb28f902f56b81faf55ab568 \
23 - sha256 b30df08d736e69744cb255828721abb545b494d6032c13a96520f3219a444cd2 \
21 + rmd160 acc57586d8b053d40bce62e785e16c746b70ea19 \
22 + sha256 a792f78897482ed2c4e2af4e8a1a02e294c64e32b591a635c5294cb9d49fdc8c \
24 23 proj-datumgrid-${datumgrid_version}.zip \
25 - rmd160 6d5369c4b76e9b99f7840aeac6d59e4da8e16c84 \
26 - sha256 ffcad4453fac3b4a13ca678ef343e688496e18019f35709ef03c5f200e9fb85a
24 + rmd160 6d5369c4b76e9b99f7840aeac6d59e4da8e16c84 \
25 + sha256 ffcad4453fac3b4a13ca678ef343e688496e18019f35709ef03c5f200e9fb85a
27 26
28 27 extract.only ${name}-${version}.tar.gz
29 28
30 29 post-extract {
31 30 set datumgrid ${distpath}/${name}-datumgrid-${datumgrid_version}.zip
32 31 system "unzip '$datumgrid' -d '${worksrcpath}/nad'"
33 32 }
34 33
35 34 pre-destroot {
36 35 file copy ${worksrcpath}/src/projects.h ${destroot}${prefix}/include

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

Add shortcut