Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2020 18:40:15 +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: r525318 - in head/devel: . rubygem-activejob60
Message-ID:  <202002051840.015IeFgm022492@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Feb  5 18:40:15 2020
New Revision: 525318
URL: https://svnweb.freebsd.org/changeset/ports/525318

Log:
  Add rubygem-activejob60 6.0.2.1 (copied from rubygem-activejob52)

Added:
  head/devel/rubygem-activejob60/
     - copied from r524628, head/devel/rubygem-activejob52/
Modified:
  head/devel/Makefile
  head/devel/rubygem-activejob60/Makefile
  head/devel/rubygem-activejob60/distinfo

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Feb  5 18:40:08 2020	(r525317)
+++ head/devel/Makefile	Wed Feb  5 18:40:15 2020	(r525318)
@@ -5402,6 +5402,7 @@
     SUBDIR += rubygem-activejob5
     SUBDIR += rubygem-activejob50
     SUBDIR += rubygem-activejob52
+    SUBDIR += rubygem-activejob60
     SUBDIR += rubygem-activemessaging
     SUBDIR += rubygem-activerecord-deprecated_finders
     SUBDIR += rubygem-activesupport4

Modified: head/devel/rubygem-activejob60/Makefile
==============================================================================
--- head/devel/rubygem-activejob52/Makefile	Thu Jan 30 05:04:29 2020	(r524628)
+++ head/devel/rubygem-activejob60/Makefile	Wed Feb  5 18:40:15 2020	(r525318)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	activejob
-PORTVERSION=	5.2.4.1
+PORTVERSION=	6.0.2.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	52
+PKGNAMESUFFIX=	60
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Job class declarations for a variety of queueing backends
@@ -13,14 +13,16 @@ COMMENT=	Job class declarations for a variety of queue
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \
-		rubygem-globalid-rails52>=0.3.6:databases/rubygem-globalid-rails52
+BROKEN_RUBY24=	yes
 
+RUN_DEPENDS=	rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \
+		rubygem-globalid-rails60>=0.3.6:databases/rubygem-globalid-rails60
+
 USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
 
-PORTSCOUT=	limit:^5\.2\.
+PORTSCOUT=	limit:^6\.0\.
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-activejob60/distinfo
==============================================================================
--- head/devel/rubygem-activejob52/distinfo	Thu Jan 30 05:04:29 2020	(r524628)
+++ head/devel/rubygem-activejob60/distinfo	Wed Feb  5 18:40:15 2020	(r525318)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577145907
-SHA256 (rubygem/activejob-5.2.4.1.gem) = 2141876d50219726ea17b9d8aa8604e6a8fc555fb6230d7987a422e6981b924c
-SIZE (rubygem/activejob-5.2.4.1.gem) = 26112
+TIMESTAMP = 1577687166
+SHA256 (rubygem/activejob-6.0.2.1.gem) = 11dc8701c7d5b80572786e928e264f42cb1ab75b07957955f41d4d367074b0cd
+SIZE (rubygem/activejob-6.0.2.1.gem) = 31232



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