svn commit: r537938 - in head/mail: . rubygem-valid_email

Matthias Fechner mfechner at FreeBSD.org
Thu Jun 4 19:51:12 UTC 2020


Author: mfechner
Date: Thu Jun  4 19:51:11 2020
New Revision: 537938
URL: https://svnweb.freebsd.org/changeset/ports/537938

Log:
  New port required for gitlab-ce 13.0.

Added:
  head/mail/rubygem-valid_email/
  head/mail/rubygem-valid_email/Makefile   (contents, props changed)
  head/mail/rubygem-valid_email/distinfo   (contents, props changed)
  head/mail/rubygem-valid_email/pkg-descr   (contents, props changed)
Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Thu Jun  4 19:46:51 2020	(r537937)
+++ head/mail/Makefile	Thu Jun  4 19:51:11 2020	(r537938)
@@ -594,6 +594,7 @@
     SUBDIR += rubygem-roadie3
     SUBDIR += rubygem-ruby-qmail
     SUBDIR += rubygem-tmail
+    SUBDIR += rubygem-valid_email
     SUBDIR += rubygem-vmail
     SUBDIR += s-nail
     SUBDIR += sa-stats

Added: head/mail/rubygem-valid_email/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/rubygem-valid_email/Makefile	Thu Jun  4 19:51:11 2020	(r537938)
@@ -0,0 +1,23 @@
+# Created by: Matthias Fechner <mfechner at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	valid_email
+PORTVERSION=	0.1.3
+CATEGORIES=	mail rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	mfechner at FreeBSD.org
+COMMENT=	ActiveModel Validation for email
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-activemodel60>=0:databases/rubygem-activemodel60 \
+		rubygem-mail>=2.6.1:mail/rubygem-mail
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/mail/rubygem-valid_email/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/rubygem-valid_email/distinfo	Thu Jun  4 19:51:11 2020	(r537938)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1590212549
+SHA256 (rubygem/valid_email-0.1.3.gem) = b81452b51b64c4beb67913f68db52c20ecb4d73d45512f5b282ab4a3f4416570
+SIZE (rubygem/valid_email-0.1.3.gem) = 15872

Added: head/mail/rubygem-valid_email/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/rubygem-valid_email/pkg-descr	Thu Jun  4 19:51:11 2020	(r537938)
@@ -0,0 +1,4 @@
+ActiveModel Validation for email.
+It validates email for application use (registering a new account for example).
+
+WWW: https://github.com/hallelujah/valid_email


More information about the svn-ports-all mailing list