svn commit: r455892 - in head/devel: . rubygem-micromachine2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 10 13:22:02 UTC 2017


Author: sunpoet
Date: Sun Dec 10 13:22:00 2017
New Revision: 455892
URL: https://svnweb.freebsd.org/changeset/ports/455892

Log:
  Add rubygem-micromachine2 2.1.0 (copied from rubygem-micromachine)
  
  - Add PORTSCOUT

Added:
  head/devel/rubygem-micromachine2/
     - copied from r455781, head/devel/rubygem-micromachine/
Modified:
  head/devel/Makefile
  head/devel/rubygem-micromachine2/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Dec 10 12:28:08 2017	(r455891)
+++ head/devel/Makefile	Sun Dec 10 13:22:00 2017	(r455892)
@@ -5535,6 +5535,7 @@
     SUBDIR += rubygem-metasm
     SUBDIR += rubygem-method_source
     SUBDIR += rubygem-micromachine
+    SUBDIR += rubygem-micromachine2
     SUBDIR += rubygem-minitest
     SUBDIR += rubygem-mixlib-archive
     SUBDIR += rubygem-mixlib-authentication

Modified: head/devel/rubygem-micromachine2/Makefile
==============================================================================
--- head/devel/rubygem-micromachine/Makefile	Fri Dec  8 11:54:31 2017	(r455781)
+++ head/devel/rubygem-micromachine2/Makefile	Sun Dec 10 13:22:00 2017	(r455892)
@@ -4,12 +4,15 @@ PORTNAME=	micromachine
 PORTVERSION=	2.1.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	2
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Minimal Finite State Machine
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
+
+PORTSCOUT=	limit:^2\.
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-head mailing list