svn commit: r466442 - head/textproc/rubygem-escape_utils11

Matthias Fechner mfechner at FreeBSD.org
Wed Apr 4 16:25:31 UTC 2018


Author: mfechner
Date: Wed Apr  4 16:25:30 2018
New Revision: 466442
URL: https://svnweb.freebsd.org/changeset/ports/466442

Log:
  Fixed typo in Makefile for textproc/rubygem-escape_utils11.
  
  Reviewed by:	swills (mentor)
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D14948

Modified:
  head/textproc/rubygem-escape_utils11/Makefile

Modified: head/textproc/rubygem-escape_utils11/Makefile
==============================================================================
--- head/textproc/rubygem-escape_utils11/Makefile	Wed Apr  4 16:23:03 2018	(r466441)
+++ head/textproc/rubygem-escape_utils11/Makefile	Wed Apr  4 16:25:30 2018	(r466442)
@@ -12,7 +12,8 @@ COMMENT=	Faster string escaping routines for your web 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-PORTSCOUNT=	limit:^1\.1\.
+PORTSCOUT=	limit:^1\.1\.
+
 USES=		gem
 USE_RUBY=	yes
 


More information about the svn-ports-head mailing list