aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-08-26 02:04:11 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-08-26 02:04:11 +0800
commit96e3692c7562f5736450d12a122cde3fa09fec67 (patch)
tree5c68a13cf0be9a83f89e64613ae8c99372990892
parent350fcd4746971c8a2ac15aa5271b1b3e45bc0756 (diff)
downloadfreebsd-ports-gnome-96e3692c7562f5736450d12a122cde3fa09fec67.tar.gz
freebsd-ports-gnome-96e3692c7562f5736450d12a122cde3fa09fec67.tar.zst
freebsd-ports-gnome-96e3692c7562f5736450d12a122cde3fa09fec67.zip
Add rubygem-activemodel52 5.2.3 (copied from rubygem-activemodel5)
-rw-r--r--databases/Makefile1
-rw-r--r--databases/rubygem-activemodel52/Makefile25
-rw-r--r--databases/rubygem-activemodel52/distinfo3
-rw-r--r--databases/rubygem-activemodel52/pkg-descr6
4 files changed, 35 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 12fffc32f25d..de0d7cd1a512 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -898,6 +898,7 @@
SUBDIR += rubygem-activemodel4
SUBDIR += rubygem-activemodel5
SUBDIR += rubygem-activemodel50
+ SUBDIR += rubygem-activemodel52
SUBDIR += rubygem-activerecord-explain-analyze
SUBDIR += rubygem-activerecord-import
SUBDIR += rubygem-activerecord-jdbc-adapter
diff --git a/databases/rubygem-activemodel52/Makefile b/databases/rubygem-activemodel52/Makefile
new file mode 100644
index 000000000000..f994cb576981
--- /dev/null
+++ b/databases/rubygem-activemodel52/Makefile
@@ -0,0 +1,25 @@
+# Created by: Johannes Meixner <johannes@perceivon.net>
+# $FreeBSD$
+
+PORTNAME= activemodel
+PORTVERSION= 5.2.3
+CATEGORIES= databases rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 52
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Toolkit for building modeling frameworks
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^5\.2\.
+
+.include <bsd.port.mk>
diff --git a/databases/rubygem-activemodel52/distinfo b/databases/rubygem-activemodel52/distinfo
new file mode 100644
index 000000000000..a3fad483c383
--- /dev/null
+++ b/databases/rubygem-activemodel52/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 7
+SHA256 (rubygem/activemodel-5.2.3.gem) = d04c4367fd41a2d8767be08e9caadc617e6f825025079854562100145b82f055
+SIZE (rubygem/activemodel-5.2.3.gem) = 56832
diff --git a/databases/rubygem-activemodel52/pkg-descr b/databases/rubygem-activemodel52/pkg-descr
new file mode 100644
index 000000000000..1b984adbfcff
--- /dev/null
+++ b/databases/rubygem-activemodel52/pkg-descr
@@ -0,0 +1,6 @@
+A toolkit for building modeling frameworks like Active Record and
+Active Resource. Rich support for attributes, callbacks,
+validations, observers, serialization, internationalization,
+and testing.
+
+WWW: https://rubyonrails.org/