pkgsrc/misc/ruby-sprockets/Makefile
taca 00a4778609 Update ruby-sprockets to 2.8.3. Fix security problem of CVE-2014-7819.
**2.8.2** (December 10, 2012)

* Fixed top level Sass constant references
* Fixed manifest logger when environment is disabled

**2.8.1** (October 31, 2012)

* Fixed Sass importer bug

**2.8.0** (October 16, 2012)

* Allow manifest location to be seperated from output directory
* Pass logical path and absolute path to each_logical_path iterator

**2.7.0** (October 10, 2012)

* Added --css-compressor and --js-compressor command line flags
* Added css/js compressor shorthand
* Change default manifest.json filename to be a randomized manifest-16HEXBYTES.json
* Allow nil environment to be passed to manifest
* Allow manifest instance to be set on rake task

**2.6.0** (September 19, 2012)

* Added bower component.json require support

**2.5.0** (September 4, 2012)

* Fixed Ruby 2.0 RegExp warning
* Provide stubbed implementation of context *_path helpers
* Add SassCompressor
2014-11-01 14:43:40 +00:00

19 lines
620 B
Makefile

# $NetBSD: Makefile,v 1.7 2014/11/01 14:43:40 taca Exp $
DISTNAME= sprockets-2.8.3
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/sstephenson/sprockets
COMMENT= Rack-based asset packaging system
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-hike>=1.2<2:../../devel/ruby-hike
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.4<2:../../www/ruby-rack
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.0<2:../../textproc/ruby-multi_json
DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=1.1<2:../../textproc/ruby-tilt
CONFLICTS+= ruby[1-9][0-9]-sprockets>=2.3.1
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"