Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2020 18:39:57 +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: r525315 - in head/databases: . rubygem-activemodel60
Message-ID:  <202002051839.015IdvS5021987@repo.freebsd.org>

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

Log:
  Add rubygem-activemodel60 6.0.2.1 (copied from rubygem-activemodel52)

Added:
  head/databases/rubygem-activemodel60/
     - copied from r524628, head/databases/rubygem-activemodel52/
Modified:
  head/databases/Makefile
  head/databases/rubygem-activemodel60/Makefile
  head/databases/rubygem-activemodel60/distinfo

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Wed Feb  5 18:35:42 2020	(r525314)
+++ head/databases/Makefile	Wed Feb  5 18:39:57 2020	(r525315)
@@ -895,6 +895,7 @@
     SUBDIR += rubygem-activemodel5
     SUBDIR += rubygem-activemodel50
     SUBDIR += rubygem-activemodel52
+    SUBDIR += rubygem-activemodel60
     SUBDIR += rubygem-activerecord-explain-analyze
     SUBDIR += rubygem-activerecord-import
     SUBDIR += rubygem-activerecord-jdbc-adapter

Modified: head/databases/rubygem-activemodel60/Makefile
==============================================================================
--- head/databases/rubygem-activemodel52/Makefile	Thu Jan 30 05:04:29 2020	(r524628)
+++ head/databases/rubygem-activemodel60/Makefile	Wed Feb  5 18:39:57 2020	(r525315)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	activemodel
-PORTVERSION=	5.2.4.1
+PORTVERSION=	6.0.2.1
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
-PKGNAMESUFFIX=	52
+PKGNAMESUFFIX=	60
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Toolkit for building modeling frameworks
@@ -13,13 +13,15 @@ COMMENT=	Toolkit for building modeling frameworks
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52
+BROKEN_RUBY24=	yes
 
+RUN_DEPENDS=	rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60
+
 USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
 
-PORTSCOUT=	limit:^5\.2\.
+PORTSCOUT=	limit:^6\.0\.
 
 .include <bsd.port.mk>

Modified: head/databases/rubygem-activemodel60/distinfo
==============================================================================
--- head/databases/rubygem-activemodel52/distinfo	Thu Jan 30 05:04:29 2020	(r524628)
+++ head/databases/rubygem-activemodel60/distinfo	Wed Feb  5 18:39:57 2020	(r525315)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577145901
-SHA256 (rubygem/activemodel-5.2.4.1.gem) = a1df0522b937364f1ff7f748457644de1863dfba4b4bf01386fd8270bef7e169
-SIZE (rubygem/activemodel-5.2.4.1.gem) = 56832
+TIMESTAMP = 1577687160
+SHA256 (rubygem/activemodel-6.0.2.1.gem) = 6d138b1e3e5f009b5fa9a0587f65f25ff58ef42e6a95a3f720fc53caa2aaf84b
+SIZE (rubygem/activemodel-6.0.2.1.gem) = 58880



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