diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-01 00:42:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-01 00:42:07 +0800 |
commit | 575c8c6d45c28e74f73c8e745d36bf5cafde36fa (patch) | |
tree | 50d4f05acafec1135415ef1e3200de253de60aee /security | |
parent | d9cde63632187ed16d9341f69909d6a647a48d57 (diff) | |
download | freebsd-ports-gnome-575c8c6d45c28e74f73c8e745d36bf5cafde36fa.tar.gz freebsd-ports-gnome-575c8c6d45c28e74f73c8e745d36bf5cafde36fa.tar.zst freebsd-ports-gnome-575c8c6d45c28e74f73c8e745d36bf5cafde36fa.zip |
Remove security/rubygem-openssl20
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/rubygem-openssl20/Makefile | 25 | ||||
-rw-r--r-- | security/rubygem-openssl20/distinfo | 3 | ||||
-rw-r--r-- | security/rubygem-openssl20/pkg-descr | 4 |
4 files changed, 0 insertions, 33 deletions
diff --git a/security/Makefile b/security/Makefile index 63300d038656..7e058a153ee7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1094,7 +1094,6 @@ SUBDIR += rubygem-omniauth-shibboleth SUBDIR += rubygem-openssl SUBDIR += rubygem-openssl-ccm - SUBDIR += rubygem-openssl20 SUBDIR += rubygem-openvas-omp SUBDIR += rubygem-origami SUBDIR += rubygem-pbkdf2-ruby diff --git a/security/rubygem-openssl20/Makefile b/security/rubygem-openssl20/Makefile deleted file mode 100644 index 74c1cd18ee90..000000000000 --- a/security/rubygem-openssl20/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= openssl -PORTVERSION= 2.0.7 -CATEGORIES= security rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 20 - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Ruby gem that wraps around the OpenSSL library - -LICENSE= BSD2CLAUSE RUBY -LICENSE_COMB= dual -LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL -LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt - -DEPRECATED= Use security/rubygem-openssl instead -EXPIRATION_DATE=2018-01-31 - -PORTSCOUT= limit:^2\.0\. - -USE_RUBY= yes -USES= gem ssl - -.include <bsd.port.mk> diff --git a/security/rubygem-openssl20/distinfo b/security/rubygem-openssl20/distinfo deleted file mode 100644 index 51933704364e..000000000000 --- a/security/rubygem-openssl20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1513859813 -SHA256 (rubygem/openssl-2.0.7.gem) = ba144c30c5cc032bfbe5ceefa91c50428e5ff31a6d3856a0eef6271ab4c62658 -SIZE (rubygem/openssl-2.0.7.gem) = 169984 diff --git a/security/rubygem-openssl20/pkg-descr b/security/rubygem-openssl20/pkg-descr deleted file mode 100644 index dc411ac8c5e2..000000000000 --- a/security/rubygem-openssl20/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -OpenSSL provides SSL, TLS and general purpose cryptography. This gem wraps the -OpenSSL library. - -WWW: https://ruby.github.io/openssl/ |