svn commit: r561027 - in head/databases: . rubygem-activerecord61
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 10 08:50:16 UTC 2021
Author: sunpoet
Date: Sun Jan 10 08:50:15 2021
New Revision: 561027
URL: https://svnweb.freebsd.org/changeset/ports/561027
Log:
Add rubygem-activerecord61 6.1.0 (copied from rubygem-activerecord60)
Added:
head/databases/rubygem-activerecord61/
- copied from r559470, head/databases/rubygem-activerecord60/
Modified:
head/databases/Makefile
head/databases/rubygem-activerecord61/Makefile
head/databases/rubygem-activerecord61/distinfo
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Sun Jan 10 08:50:02 2021 (r561026)
+++ head/databases/Makefile Sun Jan 10 08:50:15 2021 (r561027)
@@ -874,6 +874,7 @@
SUBDIR += rubygem-activerecord50
SUBDIR += rubygem-activerecord52
SUBDIR += rubygem-activerecord60
+ SUBDIR += rubygem-activerecord61
SUBDIR += rubygem-after_commit_queue
SUBDIR += rubygem-amalgalite
SUBDIR += rubygem-arel
Modified: head/databases/rubygem-activerecord61/Makefile
==============================================================================
--- head/databases/rubygem-activerecord60/Makefile Mon Dec 28 13:40:04 2020 (r559470)
+++ head/databases/rubygem-activerecord61/Makefile Sun Jan 10 08:50:15 2021 (r561027)
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= activerecord
-PORTVERSION= 6.0.3.4
+PORTVERSION= 6.1.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
-PKGNAMESUFFIX= 60
+PKGNAMESUFFIX= 61
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Object-relational mapping layer for Rails MVC Framework
@@ -13,14 +13,14 @@ COMMENT= Object-relational mapping layer for Rails MVC
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-activemodel60>=${PORTVERSION}:databases/rubygem-activemodel60 \
- rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60
+RUN_DEPENDS= rubygem-activemodel61>=${PORTVERSION}:databases/rubygem-activemodel61 \
+ rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61
USES= gem
USE_RUBY= yes
NO_ARCH= yes
-PORTSCOUT= limit:^6\.0\.
+PORTSCOUT= limit:^6\.1\.
.include <bsd.port.mk>
Modified: head/databases/rubygem-activerecord61/distinfo
==============================================================================
--- head/databases/rubygem-activerecord60/distinfo Mon Dec 28 13:40:04 2020 (r559470)
+++ head/databases/rubygem-activerecord61/distinfo Sun Jan 10 08:50:15 2021 (r561027)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602317963
-SHA256 (rubygem/activerecord-6.0.3.4.gem) = 6fe474f2fae330f25b74423dc9f574b7602242ba86c32a9a4e78a23fcedd1b1b
-SIZE (rubygem/activerecord-6.0.3.4.gem) = 407552
+TIMESTAMP = 1609179772
+SHA256 (rubygem/activerecord-6.1.0.gem) = a8fe5e854039c950c896c7ede5bb6ed6a79ad1148a25f792457b7dafdce5e8a9
+SIZE (rubygem/activerecord-6.1.0.gem) = 425984
More information about the svn-ports-all
mailing list