svn commit: r431002 - in head/devel: . rubygem-activejob5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 9 18:31:38 UTC 2017


Author: sunpoet
Date: Mon Jan  9 18:31:37 2017
New Revision: 431002
URL: https://svnweb.freebsd.org/changeset/ports/431002

Log:
  Add rubygem-activejob5 5.0.1 (copied from rubygem-activejob4)

Added:
  head/devel/rubygem-activejob5/
     - copied from r430870, head/devel/rubygem-activejob4/
Modified:
  head/devel/Makefile
  head/devel/rubygem-activejob5/Makefile
  head/devel/rubygem-activejob5/distinfo

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jan  9 18:31:14 2017	(r431001)
+++ head/devel/Makefile	Mon Jan  9 18:31:37 2017	(r431002)
@@ -5004,6 +5004,7 @@
     SUBDIR += rubygem-actionview5
     SUBDIR += rubygem-active_scaffold
     SUBDIR += rubygem-activejob4
+    SUBDIR += rubygem-activejob5
     SUBDIR += rubygem-activemessaging
     SUBDIR += rubygem-activerecord-deprecated_finders
     SUBDIR += rubygem-activesupport4

Modified: head/devel/rubygem-activejob5/Makefile
==============================================================================
--- head/devel/rubygem-activejob4/Makefile	Sun Jan  8 14:31:16 2017	(r430870)
+++ head/devel/rubygem-activejob5/Makefile	Mon Jan  9 18:31:37 2017	(r431002)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	activejob
-PORTVERSION=	4.2.7.1
+PORTVERSION=	5.0.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	4
+PKGNAMESUFFIX=	5
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Job class declarations for a variety of queueing backends
@@ -13,8 +13,8 @@ COMMENT=	Job class declarations for a va
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \
-		rubygem-globalid>=0.3.0:databases/rubygem-globalid
+RUN_DEPENDS=	rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \
+		rubygem-globalid>=0.3.6:databases/rubygem-globalid
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/devel/rubygem-activejob5/distinfo
==============================================================================
--- head/devel/rubygem-activejob4/distinfo	Sun Jan  8 14:31:16 2017	(r430870)
+++ head/devel/rubygem-activejob5/distinfo	Mon Jan  9 18:31:37 2017	(r431002)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471421017
-SHA256 (rubygem/activejob-4.2.7.1.gem) = 5f3db0e8e190e3dafd1ceeb0f0832dfe47e60b5742c4d08d3bb26e8b1a2f5047
-SIZE (rubygem/activejob-4.2.7.1.gem) = 19456
+TIMESTAMP = 1483888444
+SHA256 (rubygem/activejob-5.0.1.gem) = b68b5137f28254556277a493bce32d8e5aedbe79c7b250bb034c87293673f3e6
+SIZE (rubygem/activejob-5.0.1.gem) = 25088


More information about the svn-ports-all mailing list