Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 19:43:33 +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: r545935 - head/devel/rubygem-grit
Message-ID:  <202008231943.07NJhXNB086703@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 23 19:43:32 2020
New Revision: 545935
URL: https://svnweb.freebsd.org/changeset/ports/545935

Log:
  Update version requirement of RUN_DEPENDS
  
  - Add LICENSE_FILE

Modified:
  head/devel/rubygem-grit/Makefile

Modified: head/devel/rubygem-grit/Makefile
==============================================================================
--- head/devel/rubygem-grit/Makefile	Sun Aug 23 19:43:27 2020	(r545934)
+++ head/devel/rubygem-grit/Makefile	Sun Aug 23 19:43:32 2020	(r545935)
@@ -11,13 +11,15 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Object-oriented ruby library to access git repositories
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-diff-lcs>=1.1:textproc/rubygem-diff-lcs \
-		rubygem-mime-types1>=1.15:misc/rubygem-mime-types1 \
-		rubygem-posix-spawn>=0.3.6:devel/rubygem-posix-spawn
+RUN_DEPENDS=	rubygem-diff-lcs>=1.1<2:textproc/rubygem-diff-lcs \
+		rubygem-mime-types1>=1.15<2:misc/rubygem-mime-types1 \
+		rubygem-posix-spawn>=0.3.6<0.4:devel/rubygem-posix-spawn
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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