Date: Wed, 11 Oct 2023 12:59:35 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d8f23ce5eb84 - main - security/rubygem-ruby-saml115: Add rubygem-ruby-saml115 1.15.0 (copied from rubygem-ruby-saml) Message-ID: <202310111259.39BCxZgs036111@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8f23ce5eb848db557e415c40276cc469d7aaf01 commit d8f23ce5eb848db557e415c40276cc469d7aaf01 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-10-11 12:53:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-10-11 12:53:52 +0000 security/rubygem-ruby-saml115: Add rubygem-ruby-saml115 1.15.0 (copied from rubygem-ruby-saml) - Add PORTSCOUT --- security/Makefile | 1 + security/rubygem-ruby-saml115/Makefile | 24 ++++++++++++++++++++++++ security/rubygem-ruby-saml115/distinfo | 3 +++ security/rubygem-ruby-saml115/pkg-descr | 1 + 4 files changed, 29 insertions(+) diff --git a/security/Makefile b/security/Makefile index ea8e787c5200..19b0b3c59784 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1191,6 +1191,7 @@ SUBDIR += rubygem-ruby-hmac SUBDIR += rubygem-ruby-rc4 SUBDIR += rubygem-ruby-saml + SUBDIR += rubygem-ruby-saml115 SUBDIR += rubygem-safety_net_attestation SUBDIR += rubygem-scrypt SUBDIR += rubygem-securecompare diff --git a/security/rubygem-ruby-saml115/Makefile b/security/rubygem-ruby-saml115/Makefile new file mode 100644 index 000000000000..445f8dc05918 --- /dev/null +++ b/security/rubygem-ruby-saml115/Makefile @@ -0,0 +1,24 @@ +PORTNAME= ruby-saml +PORTVERSION= 1.15.0 +CATEGORIES= security rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 115 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= SAML toolkit for Ruby on Rails +WWW= https://developers.onelogin.com/saml/ruby \ + https://github.com/SAML-Toolkits/ruby-saml + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-nokogiri>=1.13.10:textproc/rubygem-nokogiri \ + rubygem-rexml>=0:textproc/rubygem-rexml + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^1\.15\. + +.include <bsd.port.mk> diff --git a/security/rubygem-ruby-saml115/distinfo b/security/rubygem-ruby-saml115/distinfo new file mode 100644 index 000000000000..b53dc0622045 --- /dev/null +++ b/security/rubygem-ruby-saml115/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1687445204 +SHA256 (rubygem/ruby-saml-1.15.0.gem) = 3a9dda2b448310f4f90d5cf0967d4b668530fa7994d2a4d9cbfdfa62e35f76a3 +SIZE (rubygem/ruby-saml-1.15.0.gem) = 74752 diff --git a/security/rubygem-ruby-saml115/pkg-descr b/security/rubygem-ruby-saml115/pkg-descr new file mode 100644 index 000000000000..cd4444c8806e --- /dev/null +++ b/security/rubygem-ruby-saml115/pkg-descr @@ -0,0 +1 @@ +SAML toolkit for Ruby on Rails
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310111259.39BCxZgs036111>