Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2015 21:39:47 +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: r401405 - head/devel/rubygem-activejob
Message-ID:  <201511122139.tACLdlZB079977@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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