[49112] trunk/dports/devel/nu

eridius at macports.org eridius at macports.org
Fri Apr 3 21:41:48 PDT 2009


Revision: 49112
          http://trac.macports.org/changeset/49112
Author:   eridius at macports.org
Date:     2009-04-03 21:41:47 -0700 (Fri, 03 Apr 2009)
Log Message:
-----------
nu: Bump to 0.3.3

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

Added Paths:
-----------
    trunk/dports/devel/nu/files/patch-Nukefile

Modified: trunk/dports/devel/nu/Portfile
===================================================================
--- trunk/dports/devel/nu/Portfile	2009-04-04 04:41:42 UTC (rev 49111)
+++ trunk/dports/devel/nu/Portfile	2009-04-04 04:41:47 UTC (rev 49112)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                nu
-version             0.2.4
+version             0.3.3
 categories          devel
 maintainers         eridius
 description         Nu is an interpreted object-oriented lisp-like language written in Objective-C.
@@ -18,12 +18,13 @@
 homepage            http://programming.nu/
 platforms           darwin
 master_sites        http://programming.nu/releases/
+distname            Nu-${version}
 extract.suffix      .tgz
 
-checksums           md5 e93df5f6edc2e4a3b7fdeca31f55099e \
-                    sha1 e39c9d10cf00e5bbb4731600ff77fc89ab82b21b
+checksums           md5 45eabf715d3c09b41b5b07c9c93c0a7e \
+                    sha1 c00a2bbc039c438eeb0b16abf4a5f4379a3c48ff
 
-patchfiles          patch-libffi-single-arch
+patchfiles          patch-libffi-single-arch patch-Nukefile
 
 depends_build       port:pcre bin:rake:rb-rake
 
@@ -41,13 +42,10 @@
 
 variant universal {
     patchfiles-delete patch-libffi-single-arch
+    patchfiles-delete patch-Nukefile
 }
 
 post-patch {
-    if {![variant_isset universal]} {
-        reinplace "s|;(set @arch nil)|(set @arch nil)|" ${worksrcpath}/Nukefile
-    }
-    
     # fix the tools
     reinplace s|/usr/local|$prefix| ${worksrcpath}/tools/nubile
     

Added: trunk/dports/devel/nu/files/patch-Nukefile
===================================================================
--- trunk/dports/devel/nu/files/patch-Nukefile	                        (rev 0)
+++ trunk/dports/devel/nu/files/patch-Nukefile	2009-04-04 04:41:47 UTC (rev 49112)
@@ -0,0 +1,11 @@
+--- Nukefile.old	2009-04-03 21:30:32.000000000 -0700
++++ Nukefile	2009-04-03 21:36:20.000000000 -0700
+@@ -92,7 +92,7 @@
+          (then (set @arch '("ppc" "i386")))) ;; build a universal binary
+ 
+ ;; or set this to just build for your chosen platform
+-;; (set @arch '("i386"))
++(set @arch nil)
+ 
+ (ifDarwin
+          (then (set @ldflags
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090403/9bb4e5ab/attachment.html>


More information about the macports-changes mailing list