svn commit: r515785 - in head/devel: . rubygem-tzinfo1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 27 11:30:47 UTC 2019


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 at 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>


More information about the svn-ports-head mailing list