svn commit: r546012 - head/devel/rubygem-librarian

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


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

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

Modified:
  head/devel/rubygem-librarian/Makefile

Modified: head/devel/rubygem-librarian/Makefile
==============================================================================
--- head/devel/rubygem-librarian/Makefile	Sun Aug 23 19:49:32 2020	(r546011)
+++ head/devel/rubygem-librarian/Makefile	Sun Aug 23 19:49:37 2020	(r546012)
@@ -2,6 +2,7 @@
 
 PORTNAME=	librarian
 PORTVERSION=	0.1.2
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	Ruby framework for writing bundlers
 LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-highline>=0:devel/rubygem-highline \
-		rubygem-thor>=0.15:devel/rubygem-thor
+		rubygem-thor0>=0.15:devel/rubygem-thor0
 
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list