svn commit: r322149 - head/textproc/rubygem-fast_xs

Steve Wills swills at FreeBSD.org
Tue Jul 2 02:02:59 UTC 2013


Author: swills
Date: Tue Jul  2 02:02:58 2013
New Revision: 322149
URL: http://svnweb.freebsd.org/changeset/ports/322149

Log:
  - Remove portscout limit which is no longer needed
  - Trim header while here

Modified:
  head/textproc/rubygem-fast_xs/Makefile

Modified: head/textproc/rubygem-fast_xs/Makefile
==============================================================================
--- head/textproc/rubygem-fast_xs/Makefile	Mon Jul  1 22:30:43 2013	(r322148)
+++ head/textproc/rubygem-fast_xs/Makefile	Tue Jul  2 02:02:58 2013	(r322149)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	rubygem-fast_xs
-# Date created:				13 Dec 2011
-# Whom:					Scott Sanders <scott at jssjr.com>
-#
+# Created by: Scott Sanders <scott at jssjr.com>
 # $FreeBSD$
-#
 
 PORTNAME=	fast_xs
 PORTVERSION=	0.8.0
@@ -16,8 +12,6 @@ COMMENT=	A systems integration framework
 
 RUN_DEPENDS=	rubygem-hoe>=2.3.2:${PORTSDIR}/devel/rubygem-hoe
 
-PORTSCOUT=	limit:^0.7
-
 USE_RUBY=		yes
 USE_RUBYGEMS=		yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-all mailing list