From owner-svn-ports-all@freebsd.org Fri Dec 30 19:20:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA89DC98333; Fri, 30 Dec 2016 19:20:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C27A11F5; Fri, 30 Dec 2016 19:20:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBUJKeg6049020; Fri, 30 Dec 2016 19:20:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBUJKeWN049018; Fri, 30 Dec 2016 19:20:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612301920.uBUJKeWN049018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 30 Dec 2016 19:20:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430026 - head/databases/rubygem-activerecord-import X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 19:20:42 -0000 Author: sunpoet Date: Fri Dec 30 19:20:40 2016 New Revision: 430026 URL: https://svnweb.freebsd.org/changeset/ports/430026 Log: - Update to 0.16.2 - Fix LICENSE - Add LICENSE_FILE - Update RUN_DEPENDS: use Rails 4 - Unmark DEPRECATED and remove EXPIRATION_DATE 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 Fri Dec 30 19:20:36 2016 (r430025) +++ head/databases/rubygem-activerecord-import/Makefile Fri Dec 30 19:20:40 2016 (r430026) @@ -1,22 +1,21 @@ # $FreeBSD$ PORTNAME= activerecord-import -PORTVERSION= 0.13.0 +PORTVERSION= 0.16.2 CATEGORIES= databases rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Bulk import many records into an ActiveRecord DB -LICENSE= RUBY +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activerecord>=3.0:databases/rubygem-activerecord +RUN_DEPENDS= rubygem-activerecord4>=3.2:databases/rubygem-activerecord4 NO_ARCH= yes USE_RUBY= yes USES= gem -DEPRECATED= Depends on deprecated databases/rubygem-activerecord -EXPIRATION_DATE= 2017-01-07 - .include Modified: head/databases/rubygem-activerecord-import/distinfo ============================================================================== --- head/databases/rubygem-activerecord-import/distinfo Fri Dec 30 19:20:36 2016 (r430025) +++ head/databases/rubygem-activerecord-import/distinfo Fri Dec 30 19:20:40 2016 (r430026) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463523046 -SHA256 (rubygem/activerecord-import-0.13.0.gem) = d0d15936b9d33501be69cf8f1f2061b3439391980f56bc265611bdd88ec656a9 -SIZE (rubygem/activerecord-import-0.13.0.gem) = 40448 +TIMESTAMP = 1483086451 +SHA256 (rubygem/activerecord-import-0.16.2.gem) = 282d136e47d7a6b2dd6947a78d1e440db6394bd5d0b5e172ef3b534ab586faa6 +SIZE (rubygem/activerecord-import-0.16.2.gem) = 45568