mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Update to 4.0.0
- Update version requirement of RUN_DEPENDS - Update pkg-descr - Take maintainership Changes: https://github.com/rails/sprockets/blob/master/CHANGELOG.md
This commit is contained in:
parent
29b098f72e
commit
f7eb655851
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521145
@ -2,25 +2,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sprockets
|
||||
PORTVERSION= 2.12.5
|
||||
PORTVERSION= 4.0.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby library that preprocesses and concatenates JavaScript files
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Rack-based asset packaging system
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-hike1>=1.2:devel/rubygem-hike1 \
|
||||
rubygem-multi_json>=1.0:devel/rubygem-multi_json \
|
||||
rubygem-rack16>=1.0:www/rubygem-rack16 \
|
||||
rubygem-tilt1>=1.1:devel/rubygem-tilt1
|
||||
RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
|
||||
rubygem-rack>=1,3<3,3:www/rubygem-rack
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
PLIST_FILES= bin/sprockets
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1532975813
|
||||
SHA256 (rubygem/sprockets-2.12.5.gem) = 189abd3b5ba40a6815cdfbccba16ee8d56d87a0c4f4ea538e08a6d0e56bf9282
|
||||
SIZE (rubygem/sprockets-2.12.5.gem) = 43008
|
||||
TIMESTAMP = 1577145879
|
||||
SHA256 (rubygem/sprockets-4.0.0.gem) = 57bdad17013f843ba2b884025f18ccd0ad9639a8cab4cc65cf2ad4bdef3fa34a
|
||||
SIZE (rubygem/sprockets-4.0.0.gem) = 80384
|
||||
|
@ -1,6 +1,6 @@
|
||||
Sprockets is a Ruby library that preprocesses and concatenates
|
||||
JavaScript source files. It takes any number of source files
|
||||
and preprocesses them line-by-line in order to build a single
|
||||
concatenation.
|
||||
Sprockets is a Ruby library for compiling and serving web assets. It features
|
||||
declarative dependency management for JavaScript and CSS assets, as well as a
|
||||
powerful preprocessor pipeline that allows you to write assets in languages like
|
||||
CoffeeScript, Sass and SCSS.
|
||||
|
||||
WWW: https://github.com/rails/sprockets
|
||||
|
Loading…
Reference in New Issue
Block a user