Date: Thu, 4 Jun 2020 19:51:11 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537938 - in head/mail: . rubygem-valid_email Message-ID: <202006041951.054JpBeP045850@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= valid_email +PORTVERSION= 0.1.3 +CATEGORIES= mail rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006041951.054JpBeP045850>