Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2016 14:11:57 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422923 - head/devel/rubygem-sprockets-rails
Message-ID:  <201609291411.u8TEBvEP029472@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Thu Sep 29 14:11:57 2016
New Revision: 422923
URL: https://svnweb.freebsd.org/changeset/ports/422923

Log:
  devel/rubygem-sprockets-rails: Update from 3.0.4 to 3.1.1
  
  
  3.1.1
  - Only set the gzip option if the sprockets version supports it.
  
  3.1.0
  - Improve error message when manifest file is not present.
  - Improve error message when asset is not linked.
  - Allow gzip compression to be disabled from Rails configuration.
  - Add option to make raising exception for missing assets optional.
  - Merge quite_assets gem feature.
  - Allow SRI integrity attribute on localhost.
  
  Approved by: swills (mentor)

Modified:
  head/devel/rubygem-sprockets-rails/Makefile
  head/devel/rubygem-sprockets-rails/distinfo

Modified: head/devel/rubygem-sprockets-rails/Makefile
==============================================================================
--- head/devel/rubygem-sprockets-rails/Makefile	Thu Sep 29 14:11:31 2016	(r422922)
+++ head/devel/rubygem-sprockets-rails/Makefile	Thu Sep 29 14:11:57 2016	(r422923)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sprockets-rails
-PORTVERSION=	3.0.4
+PORTVERSION=	3.1.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-sprockets-rails/distinfo
==============================================================================
--- head/devel/rubygem-sprockets-rails/distinfo	Thu Sep 29 14:11:31 2016	(r422922)
+++ head/devel/rubygem-sprockets-rails/distinfo	Thu Sep 29 14:11:57 2016	(r422923)
@@ -1,2 +1,3 @@
-SHA256 (rubygem/sprockets-rails-3.0.4.gem) = 733327d095c59f10471fd760b6c18b3145a6c49fee1c918e2b0fc7ef438b4afb
-SIZE (rubygem/sprockets-rails-3.0.4.gem) = 13824
+TIMESTAMP = 1473687434
+SHA256 (rubygem/sprockets-rails-3.1.1.gem) = ce566ef1352b7b6be681dbb33b4b716b4eb727443c2cf98d2326a979b40253e9
+SIZE (rubygem/sprockets-rails-3.1.1.gem) = 14336



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