svn commit: r536057 - head/databases/rubygem-activerecord-import

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 21 04:59:13 UTC 2020


Author: sunpoet
Date: Thu May 21 04:59:11 2020
New Revision: 536057
URL: https://svnweb.freebsd.org/changeset/ports/536057

Log:
  Update to 1.0.5
  
  - Update LICENSE
  
  Changes:	https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md

Modified:
  head/databases/rubygem-activerecord-import/Makefile
  head/databases/rubygem-activerecord-import/distinfo

Modified: head/databases/rubygem-activerecord-import/Makefile
==============================================================================
--- head/databases/rubygem-activerecord-import/Makefile	Thu May 21 04:59:06 2020	(r536056)
+++ head/databases/rubygem-activerecord-import/Makefile	Thu May 21 04:59:11 2020	(r536057)
@@ -1,15 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	activerecord-import
-PORTVERSION=	1.0.4
+PORTVERSION=	1.0.5
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Bulk import many records into an ActiveRecord DB
 
-LICENSE=	BSD2CLAUSE RUBY
-LICENSE_COMB=	dual
+LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-activerecord4>=3.2:databases/rubygem-activerecord4

Modified: head/databases/rubygem-activerecord-import/distinfo
==============================================================================
--- head/databases/rubygem-activerecord-import/distinfo	Thu May 21 04:59:06 2020	(r536056)
+++ head/databases/rubygem-activerecord-import/distinfo	Thu May 21 04:59:11 2020	(r536057)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577523922
-SHA256 (rubygem/activerecord-import-1.0.4.gem) = fd31ce677ebf2036dd5c6577ad228c9951eeba4e404438d0c4d34de52b5ac437
-SIZE (rubygem/activerecord-import-1.0.4.gem) = 64512
+TIMESTAMP = 1589997750
+SHA256 (rubygem/activerecord-import-1.0.5.gem) = 414e8a3dc8171a810658a775abd7b86db0cc61f1f40b739510e2043e61ed142f
+SIZE (rubygem/activerecord-import-1.0.5.gem) = 64512


More information about the svn-ports-all mailing list