cd83fbc98c
** 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 697269cf81
* 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.
16 lines
411 B
Makefile
16 lines
411 B
Makefile
# $NetBSD: Makefile,v 1.13 2016/10/17 15:10:54 taca Exp $
|
|
|
|
DISTNAME= sprockets-3.7.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/sstephenson/sprockets
|
|
COMMENT= Rack-based asset packaging system
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.6<3:../../www/ruby-rack
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|