aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2021-10-22 14:52:50 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2021-10-27 09:35:32 +0000
commit2e9489a1cd7569759c94242c6e867236ff32f0c2 (patch)
tree61de6af490cc482daa899283975d1fceedbae8f8 /net
parent6d7306b058583f4b39036c9c2c5c73f2297318bb (diff)
downloadports-2e9489a1cd7569759c94242c6e867236ff32f0c2.tar.gz
ports-2e9489a1cd7569759c94242c6e867236ff32f0c2.zip
*/*: Revert "*/*: Make rails 6.1.3 available"
This reverts commit f4511dc4a7c439b30c898b75246d314a574f01cb. Add MOVED entries. These ports are not required anymore as gitlab 14.4.0 has upgrade now to rails 6.1.4.1. (cherry picked from commit 4a7e890e91522896eb83f1c2f278ce0414175333)
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/rubygem-activestorage613/Makefile29
-rw-r--r--net/rubygem-activestorage613/distinfo3
-rw-r--r--net/rubygem-activestorage613/files/patch-activestorage.gemspec28
-rw-r--r--net/rubygem-activestorage613/pkg-descr14
5 files changed, 0 insertions, 75 deletions
diff --git a/net/Makefile b/net/Makefile
index 449ad8cc492e..79d64792e0e9 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1210,7 +1210,6 @@
SUBDIR += rubygem-activestorage52
SUBDIR += rubygem-activestorage60
SUBDIR += rubygem-activestorage61
- SUBDIR += rubygem-activestorage613
SUBDIR += rubygem-amazon-ec2
SUBDIR += rubygem-amq-protocol
SUBDIR += rubygem-amqp
diff --git a/net/rubygem-activestorage613/Makefile b/net/rubygem-activestorage613/Makefile
deleted file mode 100644
index 528c8bc37184..000000000000
--- a/net/rubygem-activestorage613/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PORTNAME= activestorage
-PORTVERSION= 6.1.3.2
-CATEGORIES= net rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 613
-
-MAINTAINER= mfechner@FreeBSD.org
-COMMENT= Attach cloud and local files in Rails applications
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-
-RUN_DEPENDS= rubygem-actionpack613>=${PORTVERSION}:www/rubygem-actionpack613 \
- rubygem-activejob613>=${PORTVERSION}:devel/rubygem-activejob613 \
- rubygem-activerecord613>=${PORTVERSION}:databases/rubygem-activerecord613 \
- rubygem-activesupport613>=${PORTVERSION}:devel/rubygem-activesupport613 \
- rubygem-marcel>=1.0.0<1.1:devel/rubygem-marcel \
- rubygem-mini_mime>=1.1.0:mail/rubygem-mini_mime
-
-USES= gem
-USE_RUBY= yes
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^6\.1\.
-
-.include <bsd.port.mk>
diff --git a/net/rubygem-activestorage613/distinfo b/net/rubygem-activestorage613/distinfo
deleted file mode 100644
index 29664dcb148e..000000000000
--- a/net/rubygem-activestorage613/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1633413718
-SHA256 (rubygem/activestorage-6.1.3.2.gem) = 0f4319e41fb01cc6c12f0bf7cd97a8dc79771fc1f6d308da3a246294c79c7769
-SIZE (rubygem/activestorage-6.1.3.2.gem) = 54784
diff --git a/net/rubygem-activestorage613/files/patch-activestorage.gemspec b/net/rubygem-activestorage613/files/patch-activestorage.gemspec
deleted file mode 100644
index 0cf4217d2391..000000000000
--- a/net/rubygem-activestorage613/files/patch-activestorage.gemspec
+++ /dev/null
@@ -1,28 +0,0 @@
---- activestorage.gemspec.orig 2021-10-05 06:22:11 UTC
-+++ activestorage.gemspec
-@@ -28,14 +28,14 @@ Gem::Specification.new do |s|
- s.add_runtime_dependency(%q<activejob>.freeze, ["= 6.1.3.2"])
- s.add_runtime_dependency(%q<activerecord>.freeze, ["= 6.1.3.2"])
- s.add_runtime_dependency(%q<marcel>.freeze, ["~> 1.0.0"])
-- s.add_runtime_dependency(%q<mini_mime>.freeze, ["~> 1.0.2"])
-+ s.add_runtime_dependency(%q<mini_mime>.freeze, ["~> 1.0"])
- else
- s.add_dependency(%q<activesupport>.freeze, ["= 6.1.3.2"])
- s.add_dependency(%q<actionpack>.freeze, ["= 6.1.3.2"])
- s.add_dependency(%q<activejob>.freeze, ["= 6.1.3.2"])
- s.add_dependency(%q<activerecord>.freeze, ["= 6.1.3.2"])
- s.add_dependency(%q<marcel>.freeze, ["~> 1.0.0"])
-- s.add_dependency(%q<mini_mime>.freeze, ["~> 1.0.2"])
-+ s.add_dependency(%q<mini_mime>.freeze, ["~> 1.0"])
- end
- else
- s.add_dependency(%q<activesupport>.freeze, ["= 6.1.3.2"])
-@@ -43,7 +43,7 @@ Gem::Specification.new do |s|
- s.add_dependency(%q<activejob>.freeze, ["= 6.1.3.2"])
- s.add_dependency(%q<activerecord>.freeze, ["= 6.1.3.2"])
- s.add_dependency(%q<marcel>.freeze, ["~> 1.0.0"])
-- s.add_dependency(%q<mini_mime>.freeze, ["~> 1.0.2"])
-+ s.add_dependency(%q<mini_mime>.freeze, ["~> 1.0"])
- end
- end
-
diff --git a/net/rubygem-activestorage613/pkg-descr b/net/rubygem-activestorage613/pkg-descr
deleted file mode 100644
index 192794021c2e..000000000000
--- a/net/rubygem-activestorage613/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Active Storage makes it simple to upload and reference files in cloud services
-like Amazon S3, Google Cloud Storage, or Microsoft Azure Storage, and attach
-those files to Active Records. Supports having one main service and mirrors in
-other services for redundancy. It also provides a disk service for testing or
-local deployments, but the focus is on cloud storage.
-
-Files can be uploaded from the server to the cloud or directly from the client
-to the cloud.
-
-Image files can furthermore be transformed using on-demand variants for quality,
-aspect ratio, size, or any other MiniMagick or Vips supported transformation.
-
-WWW: https://rubyonrails.org/
-WWW: https://github.com/rails/rails/tree/master/activestorage