[92037] trunk/dports/devel/liboil/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Apr 16 09:37:21 PDT 2012


Revision: 92037
          https://trac.macports.org/changeset/92037
Author:   jeremyhu at macports.org
Date:     2012-04-16 09:37:21 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
liboil: Support port test

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

Modified: trunk/dports/devel/liboil/Portfile
===================================================================
--- trunk/dports/devel/liboil/Portfile	2012-04-16 16:34:03 UTC (rev 92036)
+++ trunk/dports/devel/liboil/Portfile	2012-04-16 16:37:21 UTC (rev 92037)
@@ -43,11 +43,14 @@
         --host=${build_arch}-apple-${os.platform}${os.major}
 }
 
-livecheck.type          regex
-livecheck.url           [lindex ${master_sites} 0]?C=M&O=D
-livecheck.regex         ${name}-(\\d(?:\\.\\d+)*)
-
 # icky inline asm... clang doesn't want to touch it, but we can force it
 if {${configure.compiler} == "clang"} {
 	configure.cflags-append -fheinous-gnu-extensions
 }
+
+test.run                yes 
+test.target             check 
+
+livecheck.type          regex
+livecheck.url           [lindex ${master_sites} 0]?C=M&O=D
+livecheck.regex         ${name}-(\\d(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120416/f6b42cb6/attachment.html>


More information about the macports-changes mailing list