[81820] trunk/dports/lang/coffee-script

ryandesign at macports.org ryandesign at macports.org
Fri Aug 5 04:32:06 PDT 2011


Revision: 81820
          http://trac.macports.org/changeset/81820
Author:   ryandesign at macports.org
Date:     2011-08-05 04:32:05 -0700 (Fri, 05 Aug 2011)
Log Message:
-----------
coffee-script: update to 1.1.2

Modified Paths:
--------------
    trunk/dports/lang/coffee-script/Portfile
    trunk/dports/lang/coffee-script/files/patch-Cakefile.diff

Modified: trunk/dports/lang/coffee-script/Portfile
===================================================================
--- trunk/dports/lang/coffee-script/Portfile	2011-08-05 11:24:16 UTC (rev 81819)
+++ trunk/dports/lang/coffee-script/Portfile	2011-08-05 11:32:05 UTC (rev 81820)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                coffee-script
-version             1.1.1
-set gitbranch       d4d0271
+version             1.1.2
 platforms           darwin
 categories          lang
 maintainers         ryandesign openmaintainer
@@ -23,13 +22,15 @@
 homepage            http://jashkenas.github.com/coffee-script/
 master_sites        https://github.com/jashkenas/coffee-script/tarball/${version}
 
-worksrcdir          jashkenas-${name}-${gitbranch}
+checksums           sha1    3094e97ad2835df86baeeadf561dbb0a90453f41 \
+                    rmd160  7f171c27aa391ab03ea03eef904890c8a35a8704
 
-checksums           sha1    acfa6be55a17038f2a836734cbd0dabe139bf541 \
-                    rmd160  1a84398eec12e685e2886897aa64eeb8175ae90d
-
 depends_lib         port:nodejs
 
+post-extract {
+    move [glob ${workpath}/*] ${worksrcpath}
+}
+
 patchfiles          patch-Cakefile.diff patch-prefix.diff
 
 post-patch {

Modified: trunk/dports/lang/coffee-script/files/patch-Cakefile.diff
===================================================================
--- trunk/dports/lang/coffee-script/files/patch-Cakefile.diff	2011-08-05 11:24:16 UTC (rev 81819)
+++ trunk/dports/lang/coffee-script/files/patch-Cakefile.diff	2011-08-05 11:32:05 UTC (rev 81820)
@@ -1,6 +1,6 @@
---- Cakefile.orig	2011-05-10 09:04:25.000000000 -0500
-+++ Cakefile	2011-05-16 21:21:36.000000000 -0500
-@@ -43,17 +43,13 @@
+--- Cakefile.orig	2011-08-04 22:17:23.000000000 -0500
++++ Cakefile	2011-08-05 06:29:40.000000000 -0500
+@@ -45,17 +45,13 @@
    base = options.prefix or '/usr/local'
    lib  = "#{base}/lib/coffee-script"
    bin  = "#{base}/bin"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110805/08bdb4de/attachment.html>


More information about the macports-changes mailing list