svn commit: r561029 - in head/devel: . rubygem-activejob61

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:50:27 UTC 2021


Author: sunpoet
Date: Sun Jan 10 08:50:26 2021
New Revision: 561029
URL: https://svnweb.freebsd.org/changeset/ports/561029

Log:
  Add rubygem-activejob61 6.1.0 (copied from rubygem-activejob60)

Added:
  head/devel/rubygem-activejob61/
     - copied from r559470, head/devel/rubygem-activejob60/
Modified:
  head/devel/Makefile
  head/devel/rubygem-activejob61/Makefile
  head/devel/rubygem-activejob61/distinfo

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan 10 08:50:20 2021	(r561028)
+++ head/devel/Makefile	Sun Jan 10 08:50:26 2021	(r561029)
@@ -5427,6 +5427,7 @@
     SUBDIR += rubygem-activejob50
     SUBDIR += rubygem-activejob52
     SUBDIR += rubygem-activejob60
+    SUBDIR += rubygem-activejob61
     SUBDIR += rubygem-activemessaging
     SUBDIR += rubygem-activerecord-deprecated_finders
     SUBDIR += rubygem-activesupport4

Modified: head/devel/rubygem-activejob61/Makefile
==============================================================================
--- head/devel/rubygem-activejob60/Makefile	Mon Dec 28 13:40:04 2020	(r559470)
+++ head/devel/rubygem-activejob61/Makefile	Sun Jan 10 08:50:26 2021	(r561029)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	activejob
-PORTVERSION=	6.0.3.4
+PORTVERSION=	6.1.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	60
+PKGNAMESUFFIX=	61
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Job class declarations for a variety of queueing backends
@@ -13,14 +13,14 @@ COMMENT=	Job class declarations for a variety of queue
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \
-		rubygem-globalid-rails60>=0.3.6:databases/rubygem-globalid-rails60
+RUN_DEPENDS=	rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \
+		rubygem-globalid-rails61>=0.3.6:databases/rubygem-globalid-rails61
 
 USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
 
-PORTSCOUT=	limit:^6\.0\.
+PORTSCOUT=	limit:^6\.1\.
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-activejob61/distinfo
==============================================================================
--- head/devel/rubygem-activejob60/distinfo	Mon Dec 28 13:40:04 2020	(r559470)
+++ head/devel/rubygem-activejob61/distinfo	Sun Jan 10 08:50:26 2021	(r561029)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602317967
-SHA256 (rubygem/activejob-6.0.3.4.gem) = 53ccf660a8dd75be7d37b4670ffeb33d677a36fc1eb2dad0a8fe657ae5431734
-SIZE (rubygem/activejob-6.0.3.4.gem) = 31744
+TIMESTAMP = 1609179776
+SHA256 (rubygem/activejob-6.1.0.gem) = 802b11140bb8285036bf335c1cee013ae5c0c5619e171e1b814ff6e265f1715e
+SIZE (rubygem/activejob-6.1.0.gem) = 32768


More information about the svn-ports-all mailing list