svn commit: r466446 - head/net/rubygem-octokit46

Matthias Fechner mfechner at FreeBSD.org
Wed Apr 4 16:34:19 UTC 2018


Author: mfechner
Date: Wed Apr  4 16:34:18 2018
New Revision: 466446
URL: https://svnweb.freebsd.org/changeset/ports/466446

Log:
  Fixed typo in net/rubygem-octokit46 which contains a wrong PORTSCOUT line.
  
  Reviewed by:	swills (mentor), tz (mentor)
  Approved by:	swills (mentor), tz (mentor)
  Differential Revision:	https://reviews.freebsd.org/D14945

Modified:
  head/net/rubygem-octokit46/Makefile

Modified: head/net/rubygem-octokit46/Makefile
==============================================================================
--- head/net/rubygem-octokit46/Makefile	Wed Apr  4 16:32:18 2018	(r466445)
+++ head/net/rubygem-octokit46/Makefile	Wed Apr  4 16:34:18 2018	(r466446)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	rubygem-sawyer>=0.8.0:www/rubygem-sawyer
 
-PORTSCOUT=	limit=^4\.6
+PORTSCOUT=	limit=^4\.6\.
 
 NO_ARCH=	yes
 USES=		gem


More information about the svn-ports-head mailing list