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

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

Log:
  Add rubygem-activesupport60 6.0.2.1 (copied from rubygem-activesupport52)

Added:
  head/devel/rubygem-activesupport60/
     - copied from r524628, head/devel/rubygem-activesupport52/
Modified:
  head/devel/Makefile
  head/devel/rubygem-activesupport60/Makefile
  head/devel/rubygem-activesupport60/distinfo

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Feb  5 18:40:15 2020	(r525318)
+++ head/devel/Makefile	Wed Feb  5 18:40:21 2020	(r525319)
@@ -5409,6 +5409,7 @@
     SUBDIR += rubygem-activesupport5
     SUBDIR += rubygem-activesupport50
     SUBDIR += rubygem-activesupport52
+    SUBDIR += rubygem-activesupport60
     SUBDIR += rubygem-airborne
     SUBDIR += rubygem-akismet
     SUBDIR += rubygem-algebrick

Modified: head/devel/rubygem-activesupport60/Makefile
==============================================================================
--- head/devel/rubygem-activesupport52/Makefile	Thu Jan 30 05:04:29 2020	(r524628)
+++ head/devel/rubygem-activesupport60/Makefile	Wed Feb  5 18:40:21 2020	(r525319)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	activesupport
-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=	Utility classes and extension that are required by Rails MVC Framework
@@ -13,16 +13,19 @@ COMMENT=	Utility classes and extension that are requir
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
+BROKEN_RUBY24=	yes
+
 RUN_DEPENDS=	rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \
 		rubygem-i18n>=0.7,2<2,2:devel/rubygem-i18n \
 		rubygem-minitest>=5.1<6:devel/rubygem-minitest \
-		rubygem-tzinfo1>=1.1<2:devel/rubygem-tzinfo1
+		rubygem-tzinfo1>=1.1<2:devel/rubygem-tzinfo1 \
+		rubygem-zeitwerk>=2.2<3:devel/rubygem-zeitwerk
 
 USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
 
-PORTSCOUT=	limit:^5\.2\.
+PORTSCOUT=	limit:^6\.0\.
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-activesupport60/distinfo
==============================================================================
--- head/devel/rubygem-activesupport52/distinfo	Thu Jan 30 05:04:29 2020	(r524628)
+++ head/devel/rubygem-activesupport60/distinfo	Wed Feb  5 18:40:21 2020	(r525319)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577145909
-SHA256 (rubygem/activesupport-5.2.4.1.gem) = 57874366b06882ad0c0a0557640851aef13afec19bd4d6c2ee286c9d4eb7b452
-SIZE (rubygem/activesupport-5.2.4.1.gem) = 381952
+TIMESTAMP = 1577687168
+SHA256 (rubygem/activesupport-6.0.2.1.gem) = 817e19e0ce4bc8c6afc63ed064ea84d0e3c8a2ee3d8fb1bb86ab39670c7ca6b5
+SIZE (rubygem/activesupport-6.0.2.1.gem) = 212992



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