Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2019 11:30:46 +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: r515785 - in head/devel: . rubygem-tzinfo1
Message-ID:  <201910271130.x9RBUkKm093504@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 27 11:30:45 2019
New Revision: 515785
URL: https://svnweb.freebsd.org/changeset/ports/515785

Log:
  Add rubygem-tzinfo1 1.2.5 (copied from rubygem-tzinfo)
  
  - Add PORTSCOUT

Added:
  head/devel/rubygem-tzinfo1/
     - copied from r515261, head/devel/rubygem-tzinfo/
Modified:
  head/devel/Makefile
  head/devel/rubygem-tzinfo1/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Oct 27 11:30:40 2019	(r515784)
+++ head/devel/Makefile	Sun Oct 27 11:30:45 2019	(r515785)
@@ -6302,6 +6302,7 @@
     SUBDIR += rubygem-typed-array
     SUBDIR += rubygem-tzinfo
     SUBDIR += rubygem-tzinfo-data
+    SUBDIR += rubygem-tzinfo1
     SUBDIR += rubygem-uber
     SUBDIR += rubygem-unicode
     SUBDIR += rubygem-unicode-display_width

Modified: head/devel/rubygem-tzinfo1/Makefile
==============================================================================
--- head/devel/rubygem-tzinfo/Makefile	Wed Oct 23 14:49:06 2019	(r515261)
+++ head/devel/rubygem-tzinfo1/Makefile	Sun Oct 27 11:30:45 2019	(r515785)
@@ -5,6 +5,7 @@ PORTNAME=	tzinfo
 PORTVERSION=	1.2.5
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Daylight-savings aware timezone support for Ruby
@@ -18,5 +19,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?201910271130.x9RBUkKm093504>