Verified Commit 860b655d authored by sunpoet's avatar sunpoet
Browse files

security/rubygem-openssl2: Remove obsoleted port

Use security/rubygem-openssl instead.
parent 21cb1ed2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −31
Original line number Diff line number Diff line
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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1674590556
SHA256 (rubygem/openssl-2.2.3.gem) = ce59d8a78b8f55d7d0cc01fc3d0c27a70a93e5283b617ad96b04882bfeb7a966
SIZE (rubygem/openssl-2.2.3.gem) = 192512
+0 −2
Original line number Diff line number Diff line
OpenSSL provides SSL, TLS and general purpose cryptography. This gem wraps the
OpenSSL library.