Revision
116532
Author
devans@macports.org
Date
2014-01-27 12:04:36 -0800 (Mon, 27 Jan 2014)

Log Message

mozjs17: livecheck, remove trailing white space.

Modified Paths

Diff

Modified: trunk/dports/lang/mozjs17/Portfile (116531 => 116532)


--- trunk/dports/lang/mozjs17/Portfile	2014-01-27 18:59:03 UTC (rev 116531)
+++ trunk/dports/lang/mozjs17/Portfile	2014-01-27 20:04:36 UTC (rev 116532)
@@ -64,7 +64,7 @@
     reinplace "s|@executable_path|${prefix}/lib|g" ${worksrcpath}/config/rules.mk
 }
 
-if {[variant_isset universal]} { 
+if {[variant_isset universal]} {
     set merger_host(x86_64) x86_64-apple-${os.platform}${os.major}
     set merger_host(i386) i686-apple-${os.platform}${os.major}
     set merger_configure_args(x86_64) "--build=x86_64-apple-${os.platform}${os.major} --target=x86_64-apple-${os.platform}${os.major}"
@@ -83,3 +83,6 @@
     }
 }
 
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     "mozjs-*(\\d+(?:\\.\\d+)*)"