Revision
89710
Author
jmr@macports.org
Date
2012-02-07 12:33:50 -0800 (Tue, 07 Feb 2012)

Log Message

openbabel: update to 2.3.0 and change maintainer (#28487)

Modified Paths

Diff

Modified: trunk/dports/science/openbabel/Portfile (89709 => 89710)


--- trunk/dports/science/openbabel/Portfile	2012-02-07 20:29:14 UTC (rev 89709)
+++ trunk/dports/science/openbabel/Portfile	2012-02-07 20:33:50 UTC (rev 89710)
@@ -1,14 +1,16 @@
 # -*- 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
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
+PortGroup           cmake 1.0
 
 name                openbabel
-version             2.2.3
+version             2.3.0
 categories          science devel
+license             GPL-2
 platforms           darwin 
-maintainers         gmail.com:beatrupp
-license             GPL-2
+maintainers         mac.com:mlund openmaintainer
+
 description         A chemistry file translation program.
 long_description    Open Babel is a free, open-source version \
                     of the Babel chemistry file translation program. \
@@ -17,9 +19,15 @@
                     library designed to interconvert between many \
                     file formats used in molecular modeling and \
                     computational chemistry.
+
 homepage            http://openbabel.sourceforge.net/
 master_sites        sourceforge
-checksums           md5 7ea8845c54d6d3a9be378c78088af804 \
-                    sha1 e396b27551a106e001ca6c953181657a0a53f43f
-configure.args      --mandir=${prefix}/share/man 
+checksums           rmd160 96dafa3c2aca544f79e08b5617ab0da845c28a16 \
+                    sha256 6dadcb256d83b1f2e616fa1853dd1afadb23550a20d1c118b406231a09f861fb
+
 depends_lib         port:libiconv port:libxml2 port:zlib
+depends_build-append    port:eigen
+
+configure.args-append -DBUILD_GUI=OFF \
+                      -DBUILD_TESTING=OFF \
+                      -DPYTHON_BINDINGS=OFF