[84898] trunk/dports/devel/nu2/Portfile

and.damore at macports.org and.damore at macports.org
Tue Oct 4 00:40:23 PDT 2011


Revision: 84898
          http://trac.macports.org/changeset/84898
Author:   and.damore at macports.org
Date:     2011-10-04 00:40:23 -0700 (Tue, 04 Oct 2011)
Log Message:
-----------
port nu2: tidier portfile, sorted lines

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

Modified: trunk/dports/devel/nu2/Portfile
===================================================================
--- trunk/dports/devel/nu2/Portfile	2011-10-04 07:39:52 UTC (rev 84897)
+++ trunk/dports/devel/nu2/Portfile	2011-10-04 07:40:23 UTC (rev 84898)
@@ -27,6 +27,13 @@
 checksums           rmd160  a339cd7cf72b865fab04ca09cb17d4a7f6426ca5 \
                     sha256  526871eea14c2dd997d9a441a89a1be0b0aa8de64729a6207175d517546b564b
 
+use_configure       no
+variant universal   {}
+depends_build       port:pkgconfig
+depends_lib         port:libffi \
+                    port:pcre \
+                    port:libedit
+
 pre-fetch {
      if {${os.major} < 11} then { error "Nu 2 requires Lion" }
 }
@@ -54,14 +61,6 @@
     reinplace "s|/Library/Frameworks|${frameworks_dir}|"          ${worksrcpath}/tools/nuke
 }
 
-depends_build       port:pkgconfig
-depends_lib         port:libffi \
-                    port:pcre \
-                    port:libedit
-
-use_configure       no
-variant universal {}
-
 test.run            yes
 test.cmd            nuke
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111004/e356407b/attachment-0001.html>


More information about the macports-changes mailing list