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

ryandesign at macports.org ryandesign at macports.org
Wed Nov 9 17:52:36 PST 2011


Revision: 87083
          http://trac.macports.org/changeset/87083
Author:   ryandesign at macports.org
Date:     2011-11-09 17:52:36 -0800 (Wed, 09 Nov 2011)
Log Message:
-----------
coffee-script: update to 1.1.3

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-11-10 01:51:24 UTC (rev 87082)
+++ trunk/dports/lang/coffee-script/Portfile	2011-11-10 01:52:36 UTC (rev 87083)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                coffee-script
-version             1.1.2
+version             1.1.3
 platforms           darwin
 categories          lang
 maintainers         ryandesign openmaintainer
@@ -22,8 +22,8 @@
 homepage            http://jashkenas.github.com/coffee-script/
 master_sites        https://github.com/jashkenas/coffee-script/tarball/${version}
 
-checksums           sha1    3094e97ad2835df86baeeadf561dbb0a90453f41 \
-                    rmd160  7f171c27aa391ab03ea03eef904890c8a35a8704
+checksums           rmd160  82ecbca03e364572a834c623657c5bb832754f14 \
+                    sha256  78b151f9564f38b8501d48f69c583ed16ebec94957a342ac4c4d8d29ccdb2dd9
 
 depends_lib         port:nodejs
 

Modified: trunk/dports/lang/coffee-script/files/patch-Cakefile.diff
===================================================================
--- trunk/dports/lang/coffee-script/files/patch-Cakefile.diff	2011-11-10 01:51:24 UTC (rev 87082)
+++ trunk/dports/lang/coffee-script/files/patch-Cakefile.diff	2011-11-10 01:52:36 UTC (rev 87083)
@@ -1,6 +1,6 @@
---- Cakefile.orig	2011-08-04 22:17:23.000000000 -0500
-+++ Cakefile	2011-08-05 06:29:40.000000000 -0500
-@@ -45,17 +45,13 @@
+--- Cakefile.orig	2011-11-08 17:01:45.000000000 -0600
++++ Cakefile	2011-11-09 19:41:16.000000000 -0600
+@@ -50,17 +50,13 @@
    base = options.prefix or '/usr/local'
    lib  = "#{base}/lib/coffee-script"
    bin  = "#{base}/bin"
@@ -14,7 +14,7 @@
 -    "ln -sfn #{lib}/bin/coffee #{bin}/coffee"
 -    "ln -sfn #{lib}/bin/cake #{bin}/cake"
 -    "mkdir -p ~/.node_libraries"
--    "ln -sfn #{lib}/lib #{node}"
+-    "ln -sfn #{lib}/lib/coffee-script #{node}"
 +    "cp -rf bin lib package.json src #{lib}"
 +    "ln -sfn ../lib/coffee-script/bin/coffee #{bin}/coffee"
 +    "ln -sfn ../lib/coffee-script/bin/cake #{bin}/cake"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111109/982a9d81/attachment.html>


More information about the macports-changes mailing list