summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2015-02-02 15:27:25 +0000
committertaca <taca>2015-02-02 15:27:25 +0000
commit19702f51eaa9640dea9034e2774109b3504cc440 (patch)
treeea6ef79fb9ff1b8b8e41192d1076d1e319c60707 /devel
parentde42c04998c62387eeae27b6d75b70735055c934 (diff)
downloadpkgsrc-19702f51eaa9640dea9034e2774109b3504cc440.tar.gz
Update ruby-uglifier to 2.7.0.
## 2.7.0 (8 January 2015) - copyright comment preservation also includes comments starting with a bang (!) ## 2.6.1 (1 January 2015) - update UglifyJS to 2.4.16 ## 2.6.0 (8 December 2014) - allow metadata to be appended to minified code ## 2.5.3 (18 July 2014) - no changes ## 2.5.2 (18 July 2014) - update UglifyJS to 2.4.15 ## 2.5.1 (13 June 2014) - update UglifyJS to 2.4.14 ## 2.5.0 (15 March 2014) - update UglifyJS to 2.4.13 - process Angular @ngInject annotations - add keep_fargs option - change `ascii_only` default to true ## 2.4.0 (19 December 2013) - update UglifyJS to 2.4.8 - add drop_console compress option ## 2.3.3 (12 December 2013) - update UglifyJS to 2.4.7 ## 2.3.2 (1 December 2013) - update UglifyJS to 2.4.6 - document missing mangler and output options ## 2.3.1 (8 November 2013) - update UglifyJS to 2.4.3 ## 2.3.0 (26 October 2013) - use JSON gem instead of multi_json - update UglifyJS to 2.4.1 - fix issues with some Unicode JS identifiers (#47, #58) ## 2.2.1 (28 August 2013) - fix IE8 compatibility ## 2.2.0 (25 August 2013) - update UglifyJS to 2.4.0 - add `negate_iife` compressor option - escape null characters as \x00, so that null followed by number isn't interpreted as octal (#47) ## 2.1.2 (7 July 2013) - update UglifyJS to 2.3.6 ## 2.1.1 (18 May 2013) - fix JScript compatibility - update UglifyJS to 2.3.4 ## 2.1.0 (8 May 2013) - update to UglifyJS 2.3.0 - add enclose and screw_ie8 options ## 2.0.1 (6 April 2013) - fix compatibility with Sprockets 2.9.0 ## 2.0.0 (6 April 2013) This release is backwards incompatible for JS compressor options. - update UglifyJS to 2.2.5 - change compressor arguments to align with UglifyJS2 - `compile_with_map`: generate source maps for minified code
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-uglifier/Makefile8
-rw-r--r--devel/ruby-uglifier/PLIST13
-rw-r--r--devel/ruby-uglifier/distinfo8
3 files changed, 18 insertions, 11 deletions
diff --git a/devel/ruby-uglifier/Makefile b/devel/ruby-uglifier/Makefile
index ac93f94d48b..2d9125c622d 100644
--- a/devel/ruby-uglifier/Makefile
+++ b/devel/ruby-uglifier/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2012/12/17 12:31:14 taca Exp $
+# $NetBSD: Makefile,v 1.5 2015/02/02 15:27:25 taca Exp $
-DISTNAME= uglifier-1.3.0
+DISTNAME= uglifier-2.7.0
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -9,9 +9,9 @@ COMMENT= Ruby wrapper for UglifyJS JavaScript compressor
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-execjs>=0.3.0:../../lang/ruby-execjs
-DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.3<2:../../textproc/ruby-multi_json
+DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.8.0:../../textproc/ruby-multi_json
-OVERRIDE_GEMSPEC= multi_json~>1.0
+RUBY_JSON_REQD= 1.8.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-uglifier/PLIST b/devel/ruby-uglifier/PLIST
index 1643689b14d..fbf2afe2354 100644
--- a/devel/ruby-uglifier/PLIST
+++ b/devel/ruby-uglifier/PLIST
@@ -1,18 +1,25 @@
-@comment $NetBSD: PLIST,v 1.2 2012/04/29 13:15:33 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2015/02/02 15:27:25 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.gitmodules
${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/VERSION
-${GEM_LIBDIR}/build.js
+${GEM_LIBDIR}/gemfiles/rubyracer
+${GEM_LIBDIR}/gemfiles/rubyrhino
${GEM_LIBDIR}/lib/es5.js
+${GEM_LIBDIR}/lib/split.js
${GEM_LIBDIR}/lib/uglifier.rb
+${GEM_LIBDIR}/lib/uglifier/version.rb
${GEM_LIBDIR}/lib/uglify.js
+${GEM_LIBDIR}/spec/source_map_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/uglifier_spec.rb
${GEM_LIBDIR}/uglifier.gemspec
diff --git a/devel/ruby-uglifier/distinfo b/devel/ruby-uglifier/distinfo
index 117a67c00a0..f973a1813f7 100644
--- a/devel/ruby-uglifier/distinfo
+++ b/devel/ruby-uglifier/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2012/12/17 12:31:14 taca Exp $
+$NetBSD: distinfo,v 1.5 2015/02/02 15:27:25 taca Exp $
-SHA1 (uglifier-1.3.0.gem) = 4a44e25eeaee93e4caa50384377f2eb3fa70806b
-RMD160 (uglifier-1.3.0.gem) = 7064583ef859a1e3dc6b5e133e20fe8ad094a2f2
-Size (uglifier-1.3.0.gem) = 54272 bytes
+SHA1 (uglifier-2.7.0.gem) = 0f8f3565f3aa3352e8c617ec99bb478508258f03
+RMD160 (uglifier-2.7.0.gem) = 57f25c9351697ae2fbaa855aba1bbe9f98158d5a
+Size (uglifier-2.7.0.gem) = 79360 bytes