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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 5 07:19:03 UTC 2016


Author: sunpoet
Date: Mon Dec  5 07:19:01 2016
New Revision: 427845
URL: https://svnweb.freebsd.org/changeset/ports/427845

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 Dec  5 07:18:57 2016	(r427844)
+++ head/graphics/rubygem-dragonfly/Makefile	Mon Dec  5 07:19:01 2016	(r427845)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dragonfly
 PORTVERSION=	1.0.12
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-addressable>=2.3:www/rubygem-addressable \
 		rubygem-multi_json>=1.0:devel/rubygem-multi_json \
-		rubygem-rack16>=1.3.0:www/rubygem-rack16
+		rubygem-rack>=1.3.0:www/rubygem-rack
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-head mailing list