summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 16:52:46 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 17:00:52 +0800
commitc8ba17404f3701a5ebfc37a514be5b56e7da9eca (patch)
treeee7c5bee23c3fdab6c34ece714330629f29fd115
parentdevel/rubygem-timeout: Update to 0.3.0 (diff)
mail/rubygem-email_reply_parser: Update to 0.5.10
- Take maintainership Changes: https://github.com/github/email_reply_parser/commits/master
-rw-r--r--mail/rubygem-email_reply_parser/Makefile7
-rw-r--r--mail/rubygem-email_reply_parser/pkg-descr4
2 files changed, 6 insertions, 5 deletions
diff --git a/mail/rubygem-email_reply_parser/Makefile b/mail/rubygem-email_reply_parser/Makefile
index 96c04ef7ae3e..7be567c5f020 100644
--- a/mail/rubygem-email_reply_parser/Makefile
+++ b/mail/rubygem-email_reply_parser/Makefile
@@ -3,14 +3,15 @@ PORTVERSION= 0.5.9
CATEGORIES= mail rubygems
MASTER_SITES= RG
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library to parse plain text email content
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/mail/rubygem-email_reply_parser/pkg-descr b/mail/rubygem-email_reply_parser/pkg-descr
index d20454ddc6b2..d109ac726fd5 100644
--- a/mail/rubygem-email_reply_parser/pkg-descr
+++ b/mail/rubygem-email_reply_parser/pkg-descr
@@ -1,4 +1,4 @@
-EmailReplyParser is a small library to parse plain text email content.
-See the rocco-documented source code for specifics on how it works.
+EmailReplyParser is a small library to parse plain text email content. See the
+rocco-documented source code for specifics on how it works.
WWW: https://github.com/github/email_reply_parser