Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2019 14:31:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496725 - in head/devel: . rubygem-fast_gettext1
Message-ID:  <201903241431.x2OEVBTq074708@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar 24 14:31:11 2019
New Revision: 496725
URL: https://svnweb.freebsd.org/changeset/ports/496725

Log:
  Add rubygem-fast_gettext1 1.8.0 (copied from rubygem-fast_gettext)
  
  - Add PORTSCOUT

Added:
  head/devel/rubygem-fast_gettext1/
     - copied from r496639, head/devel/rubygem-fast_gettext/
Modified:
  head/devel/Makefile
  head/devel/rubygem-fast_gettext1/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Mar 24 14:26:09 2019	(r496724)
+++ head/devel/Makefile	Sun Mar 24 14:31:11 2019	(r496725)
@@ -5671,6 +5671,7 @@
     SUBDIR += rubygem-fast-stemmer
     SUBDIR += rubygem-fast_blank
     SUBDIR += rubygem-fast_gettext
+    SUBDIR += rubygem-fast_gettext1
     SUBDIR += rubygem-fast_stack
     SUBDIR += rubygem-fast_xor
     SUBDIR += rubygem-fastercsv

Modified: head/devel/rubygem-fast_gettext1/Makefile
==============================================================================
--- head/devel/rubygem-fast_gettext/Makefile	Sat Mar 23 11:24:33 2019	(r496639)
+++ head/devel/rubygem-fast_gettext1/Makefile	Sun Mar 24 14:31:11 2019	(r496725)
@@ -5,6 +5,7 @@ PORTNAME=	fast_gettext
 PORTVERSION=	1.8.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Fast, memory-efficient and threadsafe GetText for Ruby
@@ -15,5 +16,7 @@ USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^1\.
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903241431.x2OEVBTq074708>