aboutsummaryrefslogtreecommitdiff
path: root/mail
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 /mail
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 'mail')
-rw-r--r--mail/Makefile2
-rw-r--r--mail/rubygem-actionmailbox613/Makefile29
-rw-r--r--mail/rubygem-actionmailbox613/distinfo3
-rw-r--r--mail/rubygem-actionmailbox613/pkg-descr15
-rw-r--r--mail/rubygem-actionmailer613/Makefile29
-rw-r--r--mail/rubygem-actionmailer613/distinfo3
-rw-r--r--mail/rubygem-actionmailer613/pkg-descr15
7 files changed, 0 insertions, 96 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 501ecd0f8680..3991c148fd38 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -572,14 +572,12 @@
SUBDIR += rss2email3
SUBDIR += rubygem-actionmailbox60
SUBDIR += rubygem-actionmailbox61
- SUBDIR += rubygem-actionmailbox613
SUBDIR += rubygem-actionmailer4
SUBDIR += rubygem-actionmailer5
SUBDIR += rubygem-actionmailer50
SUBDIR += rubygem-actionmailer52
SUBDIR += rubygem-actionmailer60
SUBDIR += rubygem-actionmailer61
- SUBDIR += rubygem-actionmailer613
SUBDIR += rubygem-email_reply_parser
SUBDIR += rubygem-email_reply_parser-discourse
SUBDIR += rubygem-email_reply_trimmer
diff --git a/mail/rubygem-actionmailbox613/Makefile b/mail/rubygem-actionmailbox613/Makefile
deleted file mode 100644
index 7f513bed46cc..000000000000
--- a/mail/rubygem-actionmailbox613/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PORTNAME= actionmailbox
-PORTVERSION= 6.1.3.2
-CATEGORIES= mail rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 613
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Receive and process incoming emails 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-activestorage613>=${PORTVERSION}:net/rubygem-activestorage613 \
- rubygem-activesupport613>=${PORTVERSION}:devel/rubygem-activesupport613 \
- rubygem-mail>=2.7.1,2:mail/rubygem-mail
-
-USES= gem
-USE_RUBY= yes
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^6\.1\.
-
-.include <bsd.port.mk>
diff --git a/mail/rubygem-actionmailbox613/distinfo b/mail/rubygem-actionmailbox613/distinfo
deleted file mode 100644
index 86a82fc4326d..000000000000
--- a/mail/rubygem-actionmailbox613/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1633413147
-SHA256 (rubygem/actionmailbox-6.1.3.2.gem) = a58f9360bd724cfa5c69f428fb4f720727a028221cc34eeca3bce0e5521f39e0
-SIZE (rubygem/actionmailbox-6.1.3.2.gem) = 22016
diff --git a/mail/rubygem-actionmailbox613/pkg-descr b/mail/rubygem-actionmailbox613/pkg-descr
deleted file mode 100644
index 3cf8870e8193..000000000000
--- a/mail/rubygem-actionmailbox613/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-Action Mailbox routes incoming emails to controller-like mailboxes for
-processing in Rails. It ships with ingresses for Mailgun, Mandrill, Postmark,
-and SendGrid. You can also handle inbound mails directly via the built-in Exim,
-Postfix, and Qmail ingresses.
-
-The inbound emails are turned into InboundEmail records using Active Record and
-feature lifecycle tracking, storage of the original email on cloud storage via
-Active Storage, and responsible data handling with on-by-default incineration.
-
-These inbound emails are routed asynchronously using Active Job to one or
-several dedicated mailboxes, which are capable of interacting directly with the
-rest of your domain model.
-
-WWW: https://rubyonrails.org/
-WWW: https://github.com/rails/rails/tree/master/actionmailbox
diff --git a/mail/rubygem-actionmailer613/Makefile b/mail/rubygem-actionmailer613/Makefile
deleted file mode 100644
index 62b7f8d0ee9e..000000000000
--- a/mail/rubygem-actionmailer613/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Johannes Meixner <johannes@perceivon.net>
-
-PORTNAME= actionmailer
-PORTVERSION= 6.1.3.2
-CATEGORIES= mail rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 613
-
-MAINTAINER= mfechner@FreeBSD.org
-COMMENT= Easy email delivery and testing for Ruby
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-
-RUN_DEPENDS= rubygem-actionpack613>=${PORTVERSION}:www/rubygem-actionpack613 \
- rubygem-actionview613>=${PORTVERSION}:devel/rubygem-actionview613 \
- rubygem-activejob613>=${PORTVERSION}:devel/rubygem-activejob613 \
- rubygem-activesupport613>=${PORTVERSION}:devel/rubygem-activesupport613 \
- rubygem-mail>=2.5.4,2<3,2:mail/rubygem-mail \
- rubygem-rails-dom-testing-rails61>=2.0<3:textproc/rubygem-rails-dom-testing-rails61
-
-USES= gem
-USE_RUBY= yes
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^6\.1\.
-
-.include <bsd.port.mk>
diff --git a/mail/rubygem-actionmailer613/distinfo b/mail/rubygem-actionmailer613/distinfo
deleted file mode 100644
index f444c8f0733f..000000000000
--- a/mail/rubygem-actionmailer613/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1633413203
-SHA256 (rubygem/actionmailer-6.1.3.2.gem) = 978b37c0defc62f07e664880b5f323ff4b4238e0b3f5d9a87668c5f7a7570ddb
-SIZE (rubygem/actionmailer-6.1.3.2.gem) = 30720
diff --git a/mail/rubygem-actionmailer613/pkg-descr b/mail/rubygem-actionmailer613/pkg-descr
deleted file mode 100644
index 6315c6fd0389..000000000000
--- a/mail/rubygem-actionmailer613/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-Action Mailer is a framework for designing email service layers. These layers
-are used to consolidate code for sending out forgotten passwords, welcome wishes
-on signup, invoices for billing, and any other use case that requires a written
-notification to either a person or another system.
-
-Action Mailer is in essence a wrapper around Action Controller and the Mail gem.
-It provides a way to make emails using templates in the same way that Action
-Controller renders views using templates.
-
-Additionally, an Action Mailer class can be used to process incoming email, such
-as allowing a blog to accept new posts from an email (which could even have been
-sent from a phone).
-
-WWW: https://rubyonrails.org/
-WWW: https://github.com/rails/rails/tree/master/actionmailer