From owner-svn-ports-all@freebsd.org Thu Nov 12 21:39:48 2015 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 79AAFA2D8F8; Thu, 12 Nov 2015 21:39:48 +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 422D91F95; Thu, 12 Nov 2015 21:39:48 +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 tACLdlJj079979; Thu, 12 Nov 2015 21:39:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACLdlZB079977; Thu, 12 Nov 2015 21:39:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511122139.tACLdlZB079977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Nov 2015 21:39:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401405 - head/devel/rubygem-activejob 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.20 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: Thu, 12 Nov 2015 21:39:48 -0000 Author: sunpoet Date: Thu Nov 12 21:39:46 2015 New Revision: 401405 URL: https://svnweb.freebsd.org/changeset/ports/401405 Log: - Update to 4.2.5 - Add LICENSE_FILE Changes: https://github.com/rails/rails/blob/4-2-stable/activejob/CHANGELOG.md Modified: head/devel/rubygem-activejob/Makefile head/devel/rubygem-activejob/distinfo Modified: head/devel/rubygem-activejob/Makefile ============================================================================== --- head/devel/rubygem-activejob/Makefile Thu Nov 12 21:39:42 2015 (r401404) +++ head/devel/rubygem-activejob/Makefile Thu Nov 12 21:39:46 2015 (r401405) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= activejob -PORTVERSION= 4.2.4 +PORTVERSION= 4.2.5 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Job class declarations for a variety of queueing backends LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-globalid>=0.3.0:${PORTSDIR}/databases/rubygem-globalid Modified: head/devel/rubygem-activejob/distinfo ============================================================================== --- head/devel/rubygem-activejob/distinfo Thu Nov 12 21:39:42 2015 (r401404) +++ head/devel/rubygem-activejob/distinfo Thu Nov 12 21:39:46 2015 (r401405) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activejob-4.2.4.gem) = ed1a47d280cc2ff6115229a0e9bad73c0d56ceb000cd66c0ef5d3b366cbeaf4f -SIZE (rubygem/activejob-4.2.4.gem) = 19456 +SHA256 (rubygem/activejob-4.2.5.gem) = 335d3dfa6bb731c87168540d5f159d12fa1e3374ba937f27125ddc42d628c0b6 +SIZE (rubygem/activejob-4.2.5.gem) = 19456