svn commit: r401405 - head/devel/rubygem-activejob

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 12 21:39:48 UTC 2015


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 at 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


More information about the svn-ports-all mailing list