[90954] trunk/dports/lang/pure/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Mar 19 09:04:02 PDT 2012


Revision: 90954
          https://trac.macports.org/changeset/90954
Author:   ryandesign at macports.org
Date:     2012-03-19 09:04:02 -0700 (Mon, 19 Mar 2012)
Log Message:
-----------
pure: indicate that 'pure' is a valid subport

Modified Paths:
--------------
    trunk/dports/lang/pure/Portfile

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile	2012-03-19 15:23:53 UTC (rev 90953)
+++ trunk/dports/lang/pure/Portfile	2012-03-19 16:04:02 UTC (rev 90954)
@@ -32,11 +32,13 @@
 checksums               rmd160  4bba96aa79a5341b97b06debd8ec804714778159 \
                         sha256  f7b83e07b38275087def31e2423a1c2a759134822489a65d1e3fae57163eab4f
 
+livecheck.type          none
+
 set llvm_version        3.0
 set llvm_prefix         ${prefix}/libexec/llvm-${llvm_version}
 configure.env           PATH=${llvm_prefix}/bin:$env(PATH)
 
-if {${name} == ${subport}} {
+subport pure {
     depends_lib                 port:gmp \
                                 port:libiconv \
                                 port:libtool \
@@ -90,8 +92,6 @@
     livecheck.type              regex
     livecheck.url               http://code.google.com/p/pure-lang/downloads/list
     livecheck.regex             ${name}-(\[0-9.\]+\[a-z\]*)\\.tar
-} else {
-    livecheck.type              none
 }
 
 subport pure-mode.el {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120319/0bec0f01/attachment.html>


More information about the macports-changes mailing list