Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2017 21:40:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439684 - head/www/rubygem-lograge
Message-ID:  <201704282140.v3SLeLpU074107@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Apr 28 21:40:20 2017
New Revision: 439684
URL: https://svnweb.freebsd.org/changeset/ports/439684

Log:
  Update and sort RUN_DEPENDS

Modified:
  head/www/rubygem-lograge/Makefile

Modified: head/www/rubygem-lograge/Makefile
==============================================================================
--- head/www/rubygem-lograge/Makefile	Fri Apr 28 21:40:16 2017	(r439683)
+++ head/www/rubygem-lograge/Makefile	Fri Apr 28 21:40:20 2017	(r439684)
@@ -6,13 +6,13 @@ CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	Tame Rails' multi-line logging into a single line per request
+COMMENT=	Tame Rails' multi-line logging into a single line per request #'
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-activesupport4>0:devel/rubygem-activesupport4 \
-		rubygem-actionpack4>0:www/rubygem-actionpack4 \
-		rubygem-railties4>0:www/rubygem-railties4
+RUN_DEPENDS=	rubygem-actionpack4>=4:www/rubygem-actionpack4 \
+		rubygem-activesupport4>=4:devel/rubygem-activesupport4 \
+		rubygem-railties4>=4:www/rubygem-railties4
 
 USE_RUBY=	yes
 USES=		gem



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704282140.v3SLeLpU074107>