Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 17:13:09 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: 860b655d0676 - main - security/rubygem-openssl2: Remove obsoleted port
Message-ID:  <202308211713.37LHD9RO097839@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=860b655d0676bebdc156dbad910711c623d0d870

commit 860b655d0676bebdc156dbad910711c623d0d870
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-21 16:52:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-21 17:02:00 +0000

    security/rubygem-openssl2: Remove obsoleted port
    
    Use security/rubygem-openssl instead.
---
 MOVED                               |  1 +
 security/Makefile                   |  1 -
 security/rubygem-openssl2/Makefile  | 31 -------------------------------
 security/rubygem-openssl2/distinfo  |  3 ---
 security/rubygem-openssl2/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/MOVED b/MOVED
index a2e70326670b..9a2f73a03e12 100644
--- a/MOVED
+++ b/MOVED
@@ -7786,3 +7786,4 @@ sysutils/devcpu-data-intel|sysutils/cpu-microcode-intel|2023-08-16|Reorganize CP
 sysutils/devcpu-data|sysutils/cpu-microcode-rc|2023-08-16|Reorganize CPU microcode ports
 devel/py-python-Levenshtein|devel/py-Levenshtein|2023-08-17|Rename to match upstream
 devel/py-jaraco||2023-08-21|Remove obsoleted port
+security/rubygem-openssl2|security/rubygem-openssl|2023-08-21|Remove obsoleted port. Use security/rubygem-openssl instead
diff --git a/security/Makefile b/security/Makefile
index 5e215d686b27..573141cee499 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1150,7 +1150,6 @@
     SUBDIR += rubygem-openssl-ccm
     SUBDIR += rubygem-openssl-cmac
     SUBDIR += rubygem-openssl-signature_algorithm
-    SUBDIR += rubygem-openssl2
     SUBDIR += rubygem-openvas-omp
     SUBDIR += rubygem-origami
     SUBDIR += rubygem-pbkdf2-ruby
diff --git a/security/rubygem-openssl2/Makefile b/security/rubygem-openssl2/Makefile
deleted file mode 100644
index bec193948740..000000000000
--- a/security/rubygem-openssl2/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME=	openssl
-PORTVERSION=	2.2.3
-CATEGORIES=	security rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	2
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Wrap the OpenSSL library
-WWW=		https://github.com/ruby/openssl
-
-LICENSE=	BSD2CLAUSE RUBY
-LICENSE_COMB=	dual
-LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
-LICENSE_FILE_RUBY=	${WRKSRC}/LICENSE.txt
-
-RUN_DEPENDS=	rubygem-ipaddr>=0:net/rubygem-ipaddr
-
-USES=		cpe gem ssl
-
-CPE_VENDOR=	ruby-lang
-
-PORTSCOUT=	limit:^2\.
-
-.include <bsd.port.options.mk>
-
-.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
-IGNORE_SSL=	base openssl30 openssl31
-IGNORE_SSL_REASON=	Missing upstream support for OpenSSL 3.0.0 and later in this version
-.endif
-
-.include <bsd.port.mk>
diff --git a/security/rubygem-openssl2/distinfo b/security/rubygem-openssl2/distinfo
deleted file mode 100644
index 42f725d6de78..000000000000
--- a/security/rubygem-openssl2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1674590556
-SHA256 (rubygem/openssl-2.2.3.gem) = ce59d8a78b8f55d7d0cc01fc3d0c27a70a93e5283b617ad96b04882bfeb7a966
-SIZE (rubygem/openssl-2.2.3.gem) = 192512
diff --git a/security/rubygem-openssl2/pkg-descr b/security/rubygem-openssl2/pkg-descr
deleted file mode 100644
index 671d7bfbe996..000000000000
--- a/security/rubygem-openssl2/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenSSL provides SSL, TLS and general purpose cryptography. This gem wraps the
-OpenSSL library.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308211713.37LHD9RO097839>