Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2019 07:37:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521146 - head/devel/rubygem-sprockets3
Message-ID:  <201912280737.xBS7btSP046773@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 28 07:37:55 2019
New Revision: 521146
URL: https://svnweb.freebsd.org/changeset/ports/521146

Log:
  Update version requirement of RUN_DEPENDS
  
  - Update pkg-descr
  - Take maintainership

Modified:
  head/devel/rubygem-sprockets3/Makefile
  head/devel/rubygem-sprockets3/pkg-descr

Modified: head/devel/rubygem-sprockets3/Makefile
==============================================================================
--- head/devel/rubygem-sprockets3/Makefile	Sat Dec 28 07:37:49 2019	(r521145)
+++ head/devel/rubygem-sprockets3/Makefile	Sat Dec 28 07:37:55 2019	(r521146)
@@ -7,14 +7,14 @@ CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	3
 
-MAINTAINER=	ruby@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Ruby library that preprocesses and concatenates JavaScript files
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-concurrent-ruby>=1.0:devel/rubygem-concurrent-ruby \
-		rubygem-rack16>=1.0:www/rubygem-rack16
+RUN_DEPENDS=	rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
+		rubygem-rack16>=1<3:www/rubygem-rack16
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/devel/rubygem-sprockets3/pkg-descr
==============================================================================
--- head/devel/rubygem-sprockets3/pkg-descr	Sat Dec 28 07:37:49 2019	(r521145)
+++ head/devel/rubygem-sprockets3/pkg-descr	Sat Dec 28 07:37:55 2019	(r521146)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912280737.xBS7btSP046773>