pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/ruby-sprockets



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Oct 17 15:10:54 UTC 2016

Modified Files:
        pkgsrc/misc/ruby-sprockets: Makefile PLIST distinfo

Log Message:
Update ruby-sprockets to 3.7.0.

** 3.7.0** (July 21, 2016)

* Deprecated interfaces now emit deprecation warnings #345

**3.6.3** (July 1, 2016)

* Faster asset lookup in large directories #336
* Faster PathUtils.match_path_extname https://github.com/rails/sprockets/commit/697269cf81e5261fdd7072e32bd489403027fd7e
* Fixed uglifier comment stripping #326
* Error messages now show load path info #313

**3.6.2** (June 21, 2016)

* More performance improvements.

**3.6.1** (June 17, 2016)

* Some performance improvements.

**3.6.0** (April 6, 2016)

* Add `Manifest#find_sources` to return the source of the compiled assets.
* Fix the list of compressable mime types.
* Improve performance of the `FileStore` cache.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/ruby-sprockets/Makefile \
    pkgsrc/misc/ruby-sprockets/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/ruby-sprockets/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/ruby-sprockets/Makefile
diff -u pkgsrc/misc/ruby-sprockets/Makefile:1.12 pkgsrc/misc/ruby-sprockets/Makefile:1.13
--- pkgsrc/misc/ruby-sprockets/Makefile:1.12    Sun Dec 13 17:23:25 2015
+++ pkgsrc/misc/ruby-sprockets/Makefile Mon Oct 17 15:10:54 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2015/12/13 17:23:25 taca Exp $
+# $NetBSD: Makefile,v 1.13 2016/10/17 15:10:54 taca Exp $
 
-DISTNAME=      sprockets-3.5.2
+DISTNAME=      sprockets-3.7.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/misc/ruby-sprockets/distinfo
diff -u pkgsrc/misc/ruby-sprockets/distinfo:1.12 pkgsrc/misc/ruby-sprockets/distinfo:1.13
--- pkgsrc/misc/ruby-sprockets/distinfo:1.12    Sun Dec 13 17:23:25 2015
+++ pkgsrc/misc/ruby-sprockets/distinfo Mon Oct 17 15:10:54 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2015/12/13 17:23:25 taca Exp $
+$NetBSD: distinfo,v 1.13 2016/10/17 15:10:54 taca Exp $
 
-SHA1 (sprockets-3.5.2.gem) = 4ca5beaae95c58fbaa9371da733d61a3b506cf0d
-RMD160 (sprockets-3.5.2.gem) = afeecd7d98427335a612fe1e0e769e9c9be0cb8f
-SHA512 (sprockets-3.5.2.gem) = 67f9d951a43434b81f544ddb0fd601b51233460be87c94e3854bf3cb18c733778130b36c456b4e1746eed85a6fc5c70a9c09cb0aa6d461f33ba39e7569a1a4f7
-Size (sprockets-3.5.2.gem) = 70144 bytes
+SHA1 (sprockets-3.7.0.gem) = 259e995d1b3507430d7bbdec10270923e56a1962
+RMD160 (sprockets-3.7.0.gem) = 1d46448993800bf53eeda1fca17be1c32d5f76c8
+SHA512 (sprockets-3.7.0.gem) = b659a6ed92b290adbcf7dd94efd0efc6e53f2c87da786461f2773c1b8e29c3d6056d4a6675d815d6b0e0847274bfa5a75c8c1c9f251a915bfa724cc02f4ad15d
+Size (sprockets-3.7.0.gem) = 72192 bytes

Index: pkgsrc/misc/ruby-sprockets/PLIST
diff -u pkgsrc/misc/ruby-sprockets/PLIST:1.8 pkgsrc/misc/ruby-sprockets/PLIST:1.9
--- pkgsrc/misc/ruby-sprockets/PLIST:1.8        Sun Dec 13 17:23:25 2015
+++ pkgsrc/misc/ruby-sprockets/PLIST    Mon Oct 17 15:10:54 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2015/12/13 17:23:25 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2016/10/17 15:10:54 taca Exp $
 bin/sprockets${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
@@ -31,6 +31,7 @@ ${GEM_LIBDIR}/lib/sprockets/compressing.
 ${GEM_LIBDIR}/lib/sprockets/configuration.rb
 ${GEM_LIBDIR}/lib/sprockets/context.rb
 ${GEM_LIBDIR}/lib/sprockets/dependencies.rb
+${GEM_LIBDIR}/lib/sprockets/deprecation.rb
 ${GEM_LIBDIR}/lib/sprockets/digest_utils.rb
 ${GEM_LIBDIR}/lib/sprockets/directive_processor.rb
 ${GEM_LIBDIR}/lib/sprockets/eco_processor.rb



Home | Main Index | Thread Index | Old Index