svn commit: r348829 - in head/devel/rubygem-sprockets: . files
Steve Wills
swills at FreeBSD.org
Sun Mar 23 06:19:57 UTC 2014
Author: swills
Date: Sun Mar 23 06:19:56 2014
New Revision: 348829
URL: http://svnweb.freebsd.org/changeset/ports/348829
QAT: https://qat.redports.org/buildarchive/r348829/
Log:
- Update to 2.12.0
- Use tilt1 instead of patching to allow tilt 2.x which breaks things
Deleted:
head/devel/rubygem-sprockets/files/
Modified:
head/devel/rubygem-sprockets/Makefile
head/devel/rubygem-sprockets/distinfo
Modified: head/devel/rubygem-sprockets/Makefile
==============================================================================
--- head/devel/rubygem-sprockets/Makefile Sun Mar 23 02:48:58 2014 (r348828)
+++ head/devel/rubygem-sprockets/Makefile Sun Mar 23 06:19:56 2014 (r348829)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= sprockets
-PORTVERSION= 2.10.1
-PORTREVISION= 1
+PORTVERSION= 2.12.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -13,9 +12,9 @@ COMMENT= Ruby library that preprocesses
LICENSE= MIT
RUN_DEPENDS= rubygem-hike>=1.2:${PORTSDIR}/devel/rubygem-hike \
- rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \
+ rubygem-multi_json>=1.9.2:${PORTSDIR}/devel/rubygem-multi_json \
rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack \
- rubygem-tilt>=1.1:${PORTSDIR}/devel/rubygem-tilt
+ rubygem-tilt1>=1.1:${PORTSDIR}/devel/rubygem-tilt1
USE_RUBY= yes
USE_RUBYGEMS= yes
Modified: head/devel/rubygem-sprockets/distinfo
==============================================================================
--- head/devel/rubygem-sprockets/distinfo Sun Mar 23 02:48:58 2014 (r348828)
+++ head/devel/rubygem-sprockets/distinfo Sun Mar 23 06:19:56 2014 (r348829)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/sprockets-2.10.1.gem) = 61ec82600054fc44ff4e8b7d2e7535ffe1a484150efa4f24fad6e83ee2e3c0c0
-SIZE (rubygem/sprockets-2.10.1.gem) = 41984
+SHA256 (rubygem/sprockets-2.12.0.gem) = 6df77d7c633703989a303a4940b16e77f14d0c329080b0035156f4d02cf5011f
+SIZE (rubygem/sprockets-2.12.0.gem) = 43008
More information about the svn-ports-all
mailing list