svn commit: r427840 - head/devel/rubygem-message_bus

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


Author: sunpoet
Date: Mon Dec  5 07:18:38 2016
New Revision: 427840
URL: https://svnweb.freebsd.org/changeset/ports/427840

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

Modified:
  head/devel/rubygem-message_bus/Makefile

Modified: head/devel/rubygem-message_bus/Makefile
==============================================================================
--- head/devel/rubygem-message_bus/Makefile	Mon Dec  5 07:18:34 2016	(r427839)
+++ head/devel/rubygem-message_bus/Makefile	Mon Dec  5 07:18:38 2016	(r427840)
@@ -3,6 +3,7 @@
 
 PORTNAME=	message_bus
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +13,7 @@ COMMENT=	Message bus for rack
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-rack16>=1.1.3:www/rubygem-rack16
+RUN_DEPENDS=	rubygem-rack>=1.1.3:www/rubygem-rack
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-head mailing list