svn commit: r400783 - head/devel/rubygem-r18n-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 4 20:13:22 UTC 2015


Author: sunpoet
Date: Wed Nov  4 20:13:21 2015
New Revision: 400783
URL: https://svnweb.freebsd.org/changeset/ports/400783

Log:
  - Update to 2.1.0
  - Add LICENSE_FILE
  
  Changes:	https://github.com/ai/r18n/blob/master/r18n-core/ChangeLog.md

Modified:
  head/devel/rubygem-r18n-core/Makefile
  head/devel/rubygem-r18n-core/distinfo

Modified: head/devel/rubygem-r18n-core/Makefile
==============================================================================
--- head/devel/rubygem-r18n-core/Makefile	Wed Nov  4 20:13:16 2015	(r400782)
+++ head/devel/rubygem-r18n-core/Makefile	Wed Nov  4 20:13:21 2015	(r400783)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	r18n-core
-PORTVERSION=	2.0.4
+PORTVERSION=	2.1.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,9 +10,9 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	i18n tool to translate your Ruby application
 
 LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-r18n-core/distinfo
==============================================================================
--- head/devel/rubygem-r18n-core/distinfo	Wed Nov  4 20:13:16 2015	(r400782)
+++ head/devel/rubygem-r18n-core/distinfo	Wed Nov  4 20:13:21 2015	(r400783)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/r18n-core-2.0.4.gem) = f67c9ae955887cf7017bd2bdc0720eb8b18d9c55b5a4126f4d57d0a2a8c696f4
-SIZE (rubygem/r18n-core-2.0.4.gem) = 54272
+SHA256 (rubygem/r18n-core-2.1.0.gem) = f0a9a5b8a78e4ef09693eb1f484f9387ae16aa60ab5ec96e27d0156559b17da4
+SIZE (rubygem/r18n-core-2.1.0.gem) = 55808


More information about the svn-ports-all mailing list