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

Steve Wills swills at FreeBSD.org
Wed Jan 4 19:10:01 UTC 2017


Author: swills
Date: Wed Jan  4 19:09:59 2017
New Revision: 430587
URL: https://svnweb.freebsd.org/changeset/ports/430587

Log:
  devel/rubygem-sprockets3: switch to rack16 dep to avoid issue in redmine

Modified:
  head/devel/rubygem-sprockets3/Makefile

Modified: head/devel/rubygem-sprockets3/Makefile
==============================================================================
--- head/devel/rubygem-sprockets3/Makefile	Wed Jan  4 19:09:37 2017	(r430586)
+++ head/devel/rubygem-sprockets3/Makefile	Wed Jan  4 19:09:59 2017	(r430587)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sprockets
 PORTVERSION=	3.7.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	3
@@ -14,7 +15,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-concurrent-ruby>=1.0:devel/rubygem-concurrent-ruby \
-		rubygem-rack>=1.0:www/rubygem-rack
+		rubygem-rack16>=1.0:www/rubygem-rack16
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-all mailing list