svn commit: r389505 - head/devel/rubygem-sprockets3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 13 20:02:35 UTC 2015


Author: sunpoet
Date: Sat Jun 13 20:02:34 2015
New Revision: 389505
URL: https://svnweb.freebsd.org/changeset/ports/389505

Log:
  - Update RUN_DEPENDS: use newer rubygem-rack
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/rubygem-sprockets3/Makefile

Modified: head/devel/rubygem-sprockets3/Makefile
==============================================================================
--- head/devel/rubygem-sprockets3/Makefile	Sat Jun 13 20:02:28 2015	(r389504)
+++ head/devel/rubygem-sprockets3/Makefile	Sat Jun 13 20:02:34 2015	(r389505)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sprockets
 PORTVERSION=	3.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	3
@@ -13,7 +13,7 @@ COMMENT=	Ruby library that preprocesses 
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack
+RUN_DEPENDS=	rubygem-rack16>=1.0:${PORTSDIR}/www/rubygem-rack16
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-head mailing list