Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2019 19:22:31 +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: r490598 - head/sysutils/rubygem-parallel
Message-ID:  <201901171922.x0HJMViW012604@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan 17 19:22:31 2019
New Revision: 490598
URL: https://svnweb.freebsd.org/changeset/ports/490598

Log:
  Update to 1.13.0
  
  - Add LICENSE_FILE
  
  Changes:	https://github.com/grosser/parallel/commits/master

Modified:
  head/sysutils/rubygem-parallel/Makefile
  head/sysutils/rubygem-parallel/distinfo

Modified: head/sysutils/rubygem-parallel/Makefile
==============================================================================
--- head/sysutils/rubygem-parallel/Makefile	Thu Jan 17 19:22:26 2019	(r490597)
+++ head/sysutils/rubygem-parallel/Makefile	Thu Jan 17 19:22:31 2019	(r490598)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	parallel
-PORTVERSION=	1.12.1
+PORTVERSION=	1.13.0
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 
@@ -10,9 +10,11 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Run any kind of code in parallel processes
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE.txt
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/sysutils/rubygem-parallel/distinfo
==============================================================================
--- head/sysutils/rubygem-parallel/distinfo	Thu Jan 17 19:22:26 2019	(r490597)
+++ head/sysutils/rubygem-parallel/distinfo	Thu Jan 17 19:22:31 2019	(r490598)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513430409
-SHA256 (rubygem/parallel-1.12.1.gem) = c7587c43687dcd4740b6ffcedb305b19cc1551a3e88da173b3857a8bc3461206
-SIZE (rubygem/parallel-1.12.1.gem) = 9728
+TIMESTAMP = 1547717901
+SHA256 (rubygem/parallel-1.13.0.gem) = 047d0a829f1cf40a5226e019a9f7c76ea1ee46836bdee6393d6ca9863c83ba00
+SIZE (rubygem/parallel-1.13.0.gem) = 9728



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901171922.x0HJMViW012604>