Update ruby-execjs to 1.4.0.
Changes are unavailable.
This commit is contained in:
parent
859e5044b1
commit
1fd2c702ee
3 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2012/04/29 14:04:50 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2012/06/02 00:53:50 taca Exp $
|
||||
|
||||
DISTNAME= execjs-1.3.1
|
||||
DISTNAME= execjs-1.4.0
|
||||
CATEGORIES= lang
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,15 +1,18 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/04 16:10:39 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2012/06/02 00:53:50 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/lib/execjs.rb
|
||||
${GEM_LIBDIR}/lib/execjs/disabled_runtime.rb
|
||||
${GEM_LIBDIR}/lib/execjs/encoding.rb
|
||||
${GEM_LIBDIR}/lib/execjs/external_runtime.rb
|
||||
${GEM_LIBDIR}/lib/execjs/johnson_runtime.rb
|
||||
${GEM_LIBDIR}/lib/execjs/json.rb
|
||||
${GEM_LIBDIR}/lib/execjs/module.rb
|
||||
${GEM_LIBDIR}/lib/execjs/mustang_runtime.rb
|
||||
${GEM_LIBDIR}/lib/execjs/ruby_racer_runtime.rb
|
||||
${GEM_LIBDIR}/lib/execjs/ruby_rhino_runtime.rb
|
||||
${GEM_LIBDIR}/lib/execjs/runtime.rb
|
||||
${GEM_LIBDIR}/lib/execjs/runtimes.rb
|
||||
${GEM_LIBDIR}/lib/execjs/support/jsc_runner.js
|
||||
${GEM_LIBDIR}/lib/execjs/support/jscript_runner.js
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2012/04/29 14:04:50 taca Exp $
|
||||
$NetBSD: distinfo,v 1.3 2012/06/02 00:53:50 taca Exp $
|
||||
|
||||
SHA1 (execjs-1.3.1.gem) = 24919f758f0bd3aab316710f60aae61019bafdb5
|
||||
RMD160 (execjs-1.3.1.gem) = 3d3634b0339fb1829b0d70b8c4ae6444d20f368d
|
||||
Size (execjs-1.3.1.gem) = 14848 bytes
|
||||
SHA1 (execjs-1.4.0.gem) = 390f6f4d727bcef3c4122fbf5a08b495908b7f12
|
||||
RMD160 (execjs-1.4.0.gem) = e0d7eb6279ae3128524faac99ee21e2b9b8745a0
|
||||
Size (execjs-1.4.0.gem) = 15360 bytes
|
||||
|
|
Loading…
Reference in a new issue