svn commit: r545867 - head/devel/rubygem-gemdiff

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 23 19:37:17 UTC 2020


Author: sunpoet
Date: Sun Aug 23 19:37:09 2020
New Revision: 545867
URL: https://svnweb.freebsd.org/changeset/ports/545867

Log:
  Change RUN_DEPENDS from rubygem-thor to rubygem-thor0
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/rubygem-gemdiff/Makefile

Modified: head/devel/rubygem-gemdiff/Makefile
==============================================================================
--- head/devel/rubygem-gemdiff/Makefile	Sun Aug 23 19:37:04 2020	(r545866)
+++ head/devel/rubygem-gemdiff/Makefile	Sun Aug 23 19:37:09 2020	(r545867)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gemdiff
 PORTVERSION=	3.0.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -14,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-launchy>=2.4<3:devel/rubygem-launchy \
 		rubygem-octokit>=4.0<5:net/rubygem-octokit \
-		rubygem-thor>=0.19<1:devel/rubygem-thor
+		rubygem-thor0>=0.19<1:devel/rubygem-thor0
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-head mailing list