[150412] trunk/dports/devel/cloog/Portfile

larryv at macports.org larryv at macports.org
Mon Jul 18 21:51:22 PDT 2016


Revision: 150412
          https://trac.macports.org/changeset/150412
Author:   larryv at macports.org
Date:     2016-07-18 21:51:21 -0700 (Mon, 18 Jul 2016)
Log Message:
-----------
cloog: Prepare for cloog-devel removal by reducing indentation

Modified Paths:
--------------
    trunk/dports/devel/cloog/Portfile

Modified: trunk/dports/devel/cloog/Portfile
===================================================================
--- trunk/dports/devel/cloog/Portfile	2016-07-19 04:51:19 UTC (rev 150411)
+++ trunk/dports/devel/cloog/Portfile	2016-07-19 04:51:21 UTC (rev 150412)
@@ -40,10 +40,10 @@
 homepage            http://www.cloog.org
 
 subport cloog {
-    depends_lib     port:gmp path:lib/pkgconfig/isl.pc:isl
+depends_lib         port:gmp path:lib/pkgconfig/isl.pc:isl
 
-    master_sites    http://www.bastoul.net/cloog/pages/download/count.php3?url=./
-    checksums       rmd160  2759b99eea48bef983ec49d97d5a5dfb6a17b461 \
+master_sites        http://www.bastoul.net/cloog/pages/download/count.php3?url=./
+checksums           rmd160  2759b99eea48bef983ec49d97d5a5dfb6a17b461 \
                     sha256  460c6c740acb8cdfbfbb387156b627cf731b3837605f2ec0001d079d89c69734
 }
 subport cloog-devel {
@@ -60,7 +60,7 @@
 # prevent -L/lib from being added to LDFLAGS
 # see http://groups.google.com/group/isl-development/t/37ad876557e50f2c
 subport cloog {
-    patchfiles      patch-configure.diff
+patchfiles          patch-configure.diff
 }
 subport cloog-devel {
     patchfiles      patch-ax_create_pkgconfig_info.m4.diff \
@@ -70,7 +70,7 @@
 # Don't link using "-flat_namespace -undefined suppress" on Yosemite and
 # later (#45706).
 subport cloog {
-    patchfiles-append   yosemite-libtool.patch
+patchfiles-append   yosemite-libtool.patch
 }
 
 subport cloog-devel {
@@ -92,9 +92,9 @@
 test.target         check
 
 subport cloog {
-    livecheck.type  regex
-    livecheck.url   [lindex ${master_sites} 0]
-    livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
 }
 subport cloog-devel {
     livecheck.type  moddate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160718/7033b6a6/attachment.html>


More information about the macports-changes mailing list