svn commit: r557482 - in head/textproc: . rubygem-tomlrb1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 10 21:30:02 UTC 2020


Author: sunpoet
Date: Thu Dec 10 21:29:57 2020
New Revision: 557482
URL: https://svnweb.freebsd.org/changeset/ports/557482

Log:
  Add rubygem-tomlrb1 1.3.0 (copied from rubygem-tomlrb)
  
  - Add PORTSCOUT

Added:
  head/textproc/rubygem-tomlrb1/
     - copied from r557135, head/textproc/rubygem-tomlrb/
Modified:
  head/textproc/Makefile
  head/textproc/rubygem-tomlrb1/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Thu Dec 10 21:29:50 2020	(r557481)
+++ head/textproc/Makefile	Thu Dec 10 21:29:57 2020	(r557482)
@@ -1689,6 +1689,7 @@
     SUBDIR += rubygem-tidy_ffi
     SUBDIR += rubygem-toml
     SUBDIR += rubygem-tomlrb
+    SUBDIR += rubygem-tomlrb1
     SUBDIR += rubygem-truncato
     SUBDIR += rubygem-twitter-text
     SUBDIR += rubygem-twitter-text1

Modified: head/textproc/rubygem-tomlrb1/Makefile
==============================================================================
--- head/textproc/rubygem-tomlrb/Makefile	Sun Dec  6 13:24:30 2020	(r557135)
+++ head/textproc/rubygem-tomlrb1/Makefile	Thu Dec 10 21:29:57 2020	(r557482)
@@ -5,6 +5,7 @@ PORTNAME=	tomlrb
 PORTVERSION=	1.3.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Racc-based TOML parser
@@ -16,5 +17,7 @@ USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^1\.
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list