Index: head/devel/rubygem-coffee-script-source/Makefile =================================================================== --- head/devel/rubygem-coffee-script-source/Makefile (revision 401451) +++ head/devel/rubygem-coffee-script-source/Makefile (revision 401452) @@ -1,20 +1,19 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= coffee-script-source -PORTVERSION= 1.9.1.1 +PORTVERSION= 1.10.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= CoffeeScript is a little language that compiles into JavaScript LICENSE= MIT NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/devel/rubygem-coffee-script-source/distinfo =================================================================== --- head/devel/rubygem-coffee-script-source/distinfo (revision 401451) +++ head/devel/rubygem-coffee-script-source/distinfo (revision 401452) @@ -1,2 +1,2 @@ -SHA256 (rubygem/coffee-script-source-1.9.1.1.gem) = 05bbce02078abdb6969abfee5b18b9b914b475895222acac3d5613fe3dcf2eab -SIZE (rubygem/coffee-script-source-1.9.1.1.gem) = 58368 +SHA256 (rubygem/coffee-script-source-1.10.0.gem) = e0e341d3717e0bc72c9e0d7113bed29ee8449723493ac8de5d83ce9cd3788ecc +SIZE (rubygem/coffee-script-source-1.10.0.gem) = 58880 Index: head/devel/rubygem-coffee-script-source/pkg-descr =================================================================== --- head/devel/rubygem-coffee-script-source/pkg-descr (revision 401451) +++ head/devel/rubygem-coffee-script-source/pkg-descr (revision 401452) @@ -1,6 +1,6 @@ CoffeeScript is a little language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. -WWW: http://jashkenas.github.com/coffee-script/ +WWW: https://github.com/jashkenas/coffeescript