[95780] trunk/dports/science/indi

ryandesign at macports.org ryandesign at macports.org
Sun Jul 22 02:26:26 PDT 2012


Revision: 95780
          https://trac.macports.org/changeset/95780
Author:   ryandesign at macports.org
Date:     2012-07-22 02:26:26 -0700 (Sun, 22 Jul 2012)
Log Message:
-----------
indi: update to 0.9.1; remove boost dependency and patch which are no longer needed; now compiles with clang; (#35219; maintainer timeout)

Modified Paths:
--------------
    trunk/dports/science/indi/Portfile

Removed Paths:
-------------
    trunk/dports/science/indi/files/

Modified: trunk/dports/science/indi/Portfile
===================================================================
--- trunk/dports/science/indi/Portfile	2012-07-22 09:18:15 UTC (rev 95779)
+++ trunk/dports/science/indi/Portfile	2012-07-22 09:26:26 UTC (rev 95780)
@@ -5,10 +5,8 @@
 
 name                indi
 
-version             0.8
-revision            2
+version             0.9.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
-
 categories          science
 license             LGPL-2.1+
 maintainers         gmail.com:jtomshine
@@ -29,24 +27,17 @@
 
 distname            libindi_${version}
 
-checksums           sha1    5bf30b66f57f4e5dd63b38798e9eacc853c59d9b \
-                    rmd160  882f8f99df1d24fa36c58e2090a9f6baaee00df7
-                    
+checksums           rmd160  977ba4f380dbbb3dc95122680e3ffd74955055fe \
+                    sha256  2328661f257ee5c4cdbf384e17b64d4a4388ff4e9ed56623a9d52569c6f847d1
+
 depends_lib         port:libnova \
                     port:zlib \
                     port:libusb \
-                    port:boost \
                     port:libusb-compat \
                     port:cfitsio
 
 worksrcdir          libindi-${version}
 
-patchfiles          patch-libindi.pc.cmake.diff
-
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
-
 configure.args-append \
                    -DWITH_CFITSIO=ON \
                    -DWITH_FLI=OFF \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120722/bb59998b/attachment.html>


More information about the macports-changes mailing list