svn commit: r389716 - head/graphics/rubygem-dragonfly

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 15 14:43:18 UTC 2015


Author: sunpoet
Date: Mon Jun 15 14:43:17 2015
New Revision: 389716
URL: https://svnweb.freebsd.org/changeset/ports/389716

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

Modified:
  head/graphics/rubygem-dragonfly/Makefile

Modified: head/graphics/rubygem-dragonfly/Makefile
==============================================================================
--- head/graphics/rubygem-dragonfly/Makefile	Mon Jun 15 14:43:13 2015	(r389715)
+++ head/graphics/rubygem-dragonfly/Makefile	Mon Jun 15 14:43:17 2015	(r389716)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dragonfly
 PORTVERSION=	1.0.10
+PORTREVISION=	1
 CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 
@@ -13,7 +14,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \
 		rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \
-		rubygem-rack15>=1.3.0:${PORTSDIR}/www/rubygem-rack15
+		rubygem-rack16>=1.3.0:${PORTSDIR}/www/rubygem-rack16
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-all mailing list