Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2020 18:40:38 +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: r525322 - in head/net: . rubygem-activestorage60
Message-ID:  <202002051840.015Iecah023126@repo.freebsd.org>

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

Log:
  Add rubygem-activestorage60 6.0.2.1 (copied from rubygem-activestorage52)

Added:
  head/net/rubygem-activestorage60/
     - copied from r524628, head/net/rubygem-activestorage52/
Modified:
  head/net/Makefile
  head/net/rubygem-activestorage60/Makefile
  head/net/rubygem-activestorage60/distinfo

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Wed Feb  5 18:40:32 2020	(r525321)
+++ head/net/Makefile	Wed Feb  5 18:40:38 2020	(r525322)
@@ -1200,6 +1200,7 @@
     SUBDIR += rtpproxy
     SUBDIR += rtptools
     SUBDIR += rubygem-activestorage52
+    SUBDIR += rubygem-activestorage60
     SUBDIR += rubygem-amazon-ec2
     SUBDIR += rubygem-amq-protocol
     SUBDIR += rubygem-amqp

Modified: head/net/rubygem-activestorage60/Makefile
==============================================================================
--- head/net/rubygem-activestorage52/Makefile	Thu Jan 30 05:04:29 2020	(r524628)
+++ head/net/rubygem-activestorage60/Makefile	Wed Feb  5 18:40:38 2020	(r525322)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	activestorage
-PORTVERSION=	5.2.4.1
+PORTVERSION=	6.0.2.1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	52
+PKGNAMESUFFIX=	60
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Attach cloud and local files in Rails applications
@@ -13,8 +13,11 @@ COMMENT=	Attach cloud and local files in Rails applica
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \
-		rubygem-activerecord52>=${PORTVERSION}:databases/rubygem-activerecord52 \
+BROKEN_RUBY24=	yes
+
+RUN_DEPENDS=	rubygem-actionpack60>=${PORTVERSION}:www/rubygem-actionpack60 \
+		rubygem-activejob60>=${PORTVERSION}:devel/rubygem-activejob60 \
+		rubygem-activerecord60>=${PORTVERSION}:databases/rubygem-activerecord60 \
 		rubygem-marcel>=0.3.1<0.4:devel/rubygem-marcel
 
 USES=		gem
@@ -22,6 +25,6 @@ USE_RUBY=	yes
 
 NO_ARCH=	yes
 
-PORTSCOUT=	limit:^5\.2\.
+PORTSCOUT=	limit:^6\.0\.
 
 .include <bsd.port.mk>

Modified: head/net/rubygem-activestorage60/distinfo
==============================================================================
--- head/net/rubygem-activestorage52/distinfo	Thu Jan 30 05:04:29 2020	(r524628)
+++ head/net/rubygem-activestorage60/distinfo	Wed Feb  5 18:40:38 2020	(r525322)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577145913
-SHA256 (rubygem/activestorage-5.2.4.1.gem) = ee841d3c038cc45f393bc384be8afc8f4629587411f3eb6b396821b4429aa835
-SIZE (rubygem/activestorage-5.2.4.1.gem) = 44032
+TIMESTAMP = 1577687174
+SHA256 (rubygem/activestorage-6.0.2.1.gem) = e88e5ae590df2fcf7fe3cf4bdd1822dc95841dd1c10fcb5fe26cb66799ce235a
+SIZE (rubygem/activestorage-6.0.2.1.gem) = 50688



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