svn commit: r445333 - head/devel/rubygem-micromachine

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 8 13:53:41 UTC 2017


Author: sunpoet
Date: Sat Jul  8 13:53:39 2017
New Revision: 445333
URL: https://svnweb.freebsd.org/changeset/ports/445333

Log:
  Update to 2.1.0
  
  - Add LICENSE
  - Add NO_ARCH
  
  Changes:	https://github.com/soveran/micromachine/blob/master/CHANGELOG.md

Modified:
  head/devel/rubygem-micromachine/Makefile
  head/devel/rubygem-micromachine/distinfo

Modified: head/devel/rubygem-micromachine/Makefile
==============================================================================
--- head/devel/rubygem-micromachine/Makefile	Sat Jul  8 13:53:34 2017	(r445332)
+++ head/devel/rubygem-micromachine/Makefile	Sat Jul  8 13:53:39 2017	(r445333)
@@ -1,13 +1,17 @@
 # $FreeBSD$
 
 PORTNAME=	micromachine
-PORTVERSION=	2.0.0
+PORTVERSION=	2.1.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Minimal Finite State Machine
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem
 

Modified: head/devel/rubygem-micromachine/distinfo
==============================================================================
--- head/devel/rubygem-micromachine/distinfo	Sat Jul  8 13:53:34 2017	(r445332)
+++ head/devel/rubygem-micromachine/distinfo	Sat Jul  8 13:53:39 2017	(r445333)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1478007628
-SHA256 (rubygem/micromachine-2.0.0.gem) = a8aa5747ac1e6817375b8370139e7e3982aef4f56108ea7545d9288a076a3908
-SIZE (rubygem/micromachine-2.0.0.gem) = 8192
+TIMESTAMP = 1499518808
+SHA256 (rubygem/micromachine-2.1.0.gem) = c960c7166b0088d6f4985c2ac7092a20159ea3d69ad6370d623deb03d1022616
+SIZE (rubygem/micromachine-2.1.0.gem) = 9216


More information about the svn-ports-all mailing list