svn commit: r389717 - head/www/rubygem-puma

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


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

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

Modified:
  head/www/rubygem-puma/Makefile

Modified: head/www/rubygem-puma/Makefile
==============================================================================
--- head/www/rubygem-puma/Makefile	Mon Jun 15 14:43:17 2015	(r389716)
+++ head/www/rubygem-puma/Makefile	Mon Jun 15 14:43:21 2015	(r389717)
@@ -3,6 +3,7 @@
 
 PORTNAME=	puma
 PORTVERSION=	2.11.3
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	Fast, multithreaded and highly 
 
 LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	rubygem-rack15>=1.1:${PORTSDIR}/www/rubygem-rack15
+RUN_DEPENDS=	rubygem-rack16>=1.1:${PORTSDIR}/www/rubygem-rack16
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes


More information about the svn-ports-head mailing list