[148678] trunk/dports/gis/geographiclib/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat May 14 17:00:42 PDT 2016


Revision: 148678
          https://trac.macports.org/changeset/148678
Author:   khindenburg at macports.org
Date:     2016-05-14 17:00:41 -0700 (Sat, 14 May 2016)
Log Message:
-----------
geographiclib: update to 1.46; change to cmake #49482

Modified Paths:
--------------
    trunk/dports/gis/geographiclib/Portfile

Modified: trunk/dports/gis/geographiclib/Portfile
===================================================================
--- trunk/dports/gis/geographiclib/Portfile	2016-05-14 23:14:27 UTC (rev 148677)
+++ trunk/dports/gis/geographiclib/Portfile	2016-05-15 00:00:41 UTC (rev 148678)
@@ -2,27 +2,35 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           cmake 1.0
 
 name                geographiclib
-version             1.45
+version             1.46
 categories          gis
 platforms           darwin
-maintainers         gmail.com:tlockhart1976 openmaintainer
+maintainers         gmail.com:tlockhart1976 gmail.com:crmoore \
+                    openmaintainer
 license             MIT
 
 description         Convert between coordinate systems for solving geodesic problems.
 
-long_description    GeographicLib is a small set of C++ classes for converting between geographic, UTM, UPS, \
-                    MGRS, and geocentric coordinates, for gravity (e.g., EGM2008), geoid, \
-                    and geomagnetic field (e.g., WMM2010) calculations, and for solving geodesic problems.
+long_description \
+    GeographicLib is a small set of C++ classes for converting between geographic, UTM, \
+    UPS, MGRS, and geocentric coordinates, for gravity (e.g., EGM2008), geoid, \
+    and geomagnetic field (e.g., WMM2010) calculations, and for solving geodesic problems.
 
 homepage            http://geographiclib.sourceforge.net/
 master_sites        sourceforge:project/geographiclib/distrib
 distname            GeographicLib-${version}
 
-checksums           rmd160  15fc4ddb7c4d3d5a6f42a95220e9e2b509e63208 \
-                    sha256  fbcd9fc9b10de0830f5cb57665dc675ae61f81b370873bb4b95540d569410dae
+checksums           rmd160  57c10fae681f718141b52a85c66bec2fc17263ba \
+                    sha256  3a0606fd99fb099572ba1923f556b05b545965359edb92930a658fc99172d962
 
-depends_build       port:doxygen
+depends_build-append    port:doxygen
 
+cmake.out_of_source yes
+
+configure.args-append   -DGEOGRAPHICLIB_LIB_TYPE=BOTH \
+                        -DGEOGRAPHICLIB_DOCUMENTATION=ON
+
 livecheck.regex     GeographicLib-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160514/d523cfd9/attachment.html>


More information about the macports-changes mailing list