Revision
38815
Author
landonf@macports.org
Date
2008-07-31 17:07:36 -0700 (Thu, 31 Jul 2008)

Log Message

Bump to the 3.0.0 release so that I can add ports depending on 3.0 API additions.
3.0 's C-API is both API and binary compatible with the 2.x release, and I tested building / running PostGIS.

Modified Paths

Removed Paths

Diff

Modified: trunk/dports/science/geos/Portfile (38814 => 38815)


--- trunk/dports/science/geos/Portfile	2008-07-31 23:24:39 UTC (rev 38814)
+++ trunk/dports/science/geos/Portfile	2008-08-01 00:07:36 UTC (rev 38815)
@@ -3,7 +3,7 @@
 PortSystem       1.0
 
 name             geos
-version          2.2.3
+version          3.0.0
 categories       science
 platforms        darwin
 maintainers      opendarwin@gaige.net ram
@@ -18,12 +18,8 @@
 master_sites     ${homepage}downloads/
 use_bzip2        yes
 
-checksums	       md5 440be2b11fd3d711e950a47ea6f1b424 \
-                 sha1 c5da21829255e3625f7c2482c9220234cc5d9f90 \
-                 rmd160 968de157f96f41aa71d5ef7c28c7186e8db0939e
+checksums        md5 3f7940abee9fec69a9787878cd3ae771 \
+                 sha1 71090220351c8ae7bb147d74145fa5daf83e3c26 \
+                 rmd160  195fb24de2f67d515f629f1dcb3dccec7711bdac
 
 use_parallel_build yes
-
-platform darwin 9 {
-	patchfiles patch-test_XMLTester.cpp.diff
-}