[87289] trunk/dports/science/geos/Portfile
vince at macports.org
vince at macports.org
Wed Nov 16 06:23:38 PST 2011
Revision: 87289
http://trac.macports.org/changeset/87289
Author: vince at macports.org
Date: 2011-11-16 06:23:38 -0800 (Wed, 16 Nov 2011)
Log Message:
-----------
Bump to 3.3.1, that supports clang, thereby eliminating the old gcc-4.2-apple dependency stuff.
Modified Paths:
--------------
trunk/dports/science/geos/Portfile
Modified: trunk/dports/science/geos/Portfile
===================================================================
--- trunk/dports/science/geos/Portfile 2011-11-16 09:55:39 UTC (rev 87288)
+++ trunk/dports/science/geos/Portfile 2011-11-16 14:23:38 UTC (rev 87289)
@@ -3,7 +3,7 @@
PortSystem 1.0
name geos
-version 3.3.0
+version 3.3.1
license LGPL-2.1
categories science
platforms darwin
@@ -19,20 +19,9 @@
master_sites http://download.osgeo.org/geos/
use_bzip2 yes
-checksums sha1 f6c6e3398d5c7bf389a0610a0d06896d76ad4480 \
- rmd160 724f535739ec88607083b72452481b155297fd2b
+checksums sha1 4f89e62c636dbf3e5d7e1bfcd6d9a7bff1bcfa60 \
+ rmd160 cffb84f98b48330e93505c3f8cfcd090c33fb2e8
-if {${configure.compiler} == "clang" ||
- ${configure.compiler} == "llvm-gcc-4.2"} {
- configure.compiler gcc-4.2
- if {![file executable ${configure.cc}]} {
- depends_build-append port:apple-gcc42
- configure.compiler apple-gcc-4.2
- # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2
- configure.cxx ${prefix}/bin/g++-apple-4.2
- }
-}
-
post-destroot {
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111116/07faa146/attachment.html>
More information about the macports-changes
mailing list