- update to 1.3.1
This commit is contained in:
parent
fb31296af5
commit
24497dd8b7
@ -1,14 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2012/04/04 05:48:15 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2012/04/12 19:08:46 jasper Exp $
|
||||
|
||||
COMMENT = little language that compiles to javascript
|
||||
|
||||
NPM_VERSION = 1.2.0
|
||||
NPM_VERSION = 1.3.1
|
||||
NPM_NAME = coffee-script
|
||||
PKGNAME = coffeescript-${NPM_VERSION}
|
||||
CATEGORIES = lang
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = http://coffeescript.org
|
||||
HOMEPAGE = http://coffeescript.org/
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
@ -20,4 +19,6 @@ MODULES = www/node
|
||||
|
||||
CONFIGURE_STYLE = npm
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (coffee-script-1.2.0.tgz) = wo3P9YiEGZsFnZ3k+oLARA==
|
||||
RMD160 (coffee-script-1.2.0.tgz) = 69HVJuIn31Wg6cJChJzHeK6mcMM=
|
||||
SHA1 (coffee-script-1.2.0.tgz) = teYeVfHKjEqeuH1TqgZX6kMSW5E=
|
||||
SHA256 (coffee-script-1.2.0.tgz) = PxvKYTAgMwLpE7Tg19lVzfXdo0Sb6GQ+ge16W5N9e8Q=
|
||||
SIZE (coffee-script-1.2.0.tgz) = 71680
|
||||
MD5 (coffee-script-1.3.1.tgz) = i/DXb8/sOcztMzxfRkOqcA==
|
||||
RMD160 (coffee-script-1.3.1.tgz) = xzJfdQDUlSM0Y0DQh2CibmhbqhQ=
|
||||
SHA1 (coffee-script-1.3.1.tgz) = TaDxTrROgJ6MHVmPVRPXMCqRr9c=
|
||||
SHA256 (coffee-script-1.3.1.tgz) = sYqGyiIX7Vr47+JSSN7VWnvkq+ujeC3iTtr454oRF7I=
|
||||
SIZE (coffee-script-1.3.1.tgz) = 66386
|
||||
|
@ -1,8 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/04/03 18:36:52 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/04/12 19:08:46 jasper Exp $
|
||||
bin/cake
|
||||
bin/coffee
|
||||
lib/node_modules/coffee-script/
|
||||
lib/node_modules/coffee-script/.npmignore
|
||||
lib/node_modules/coffee-script/CNAME
|
||||
lib/node_modules/coffee-script/LICENSE
|
||||
lib/node_modules/coffee-script/README
|
||||
lib/node_modules/coffee-script/Rakefile
|
||||
|
Loading…
Reference in New Issue
Block a user