aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-27 23:20:42 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-05-27 23:43:40 +0000
commitb3de4753547cf07f41d3d919816b324c7612c6e0 (patch)
tree7fca4766ff136e28b50817734ed5f489ed2230be
parent1a5c92b8ea88cd67bbc32a9ce11c65fd91cca248 (diff)
downloadports-b3de4753547cf07f41d3d919816b324c7612c6e0.tar.gz
ports-b3de4753547cf07f41d3d919816b324c7612c6e0.zip
security/rubygem-ed2551912: Remove obsoleted port
Use security/rubygem-ed25519 instead.
-rw-r--r--MOVED1
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-ed2551912/Makefile18
-rw-r--r--security/rubygem-ed2551912/distinfo3
-rw-r--r--security/rubygem-ed2551912/pkg-descr11
5 files changed, 1 insertions, 33 deletions
diff --git a/MOVED b/MOVED
index 11a8d696155e..d44a2e98d083 100644
--- a/MOVED
+++ b/MOVED
@@ -7564,3 +7564,4 @@ devel/rubygem-clamp11|devel/rubygem-clamp|2023-05-27|Remove obsoleted port. Use
net/rubygem-grpc142|net/rubygem-grpc|2023-05-27|Remove obsoleted port. Use net/rubygem-grpc instead
net/rubygem-ipaddr122|net/rubygem-ipaddr|2023-05-27|Remove obsoleted port. Use net/rubygem-ipaddr instead
security/rubygem-doorkeeper562|security/rubygem-doorkeeper|2023-05-27|Remove obsoleted port. Use security/rubygem-doorkeeper instead
+security/rubygem-ed2551912|security/rubygem-ed25519|2023-05-27|Remove obsoleted port. Use security/rubygem-ed25519 instead
diff --git a/security/Makefile b/security/Makefile
index 7c84dc38e7aa..bdf7e109d770 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1089,7 +1089,6 @@
SUBDIR += rubygem-doorkeeper-rails61
SUBDIR += rubygem-duo_api
SUBDIR += rubygem-ed25519
- SUBDIR += rubygem-ed2551912
SUBDIR += rubygem-encryptor
SUBDIR += rubygem-ezcrypto
SUBDIR += rubygem-googleauth
diff --git a/security/rubygem-ed2551912/Makefile b/security/rubygem-ed2551912/Makefile
deleted file mode 100644
index d1b13c2ee5d1..000000000000
--- a/security/rubygem-ed2551912/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-PORTNAME= ed25519
-PORTVERSION= 1.2.4
-CATEGORIES= security rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 12
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Ruby binding to the Ed25519 (RFC 8032)
-WWW= https://github.com/RubyCrypto/ed25519
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= gem
-
-PORTSCOUT= limit:^1\.2\.
-
-.include <bsd.port.mk>
diff --git a/security/rubygem-ed2551912/distinfo b/security/rubygem-ed2551912/distinfo
deleted file mode 100644
index fcc31a67f16e..000000000000
--- a/security/rubygem-ed2551912/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1527946165
-SHA256 (rubygem/ed25519-1.2.4.gem) = dc62c3491e9484d566519ab2bfca1406c7527694c902e6d05074c3a33ecab3b8
-SIZE (rubygem/ed25519-1.2.4.gem) = 137216
diff --git a/security/rubygem-ed2551912/pkg-descr b/security/rubygem-ed2551912/pkg-descr
deleted file mode 100644
index 18f9fcfc1753..000000000000
--- a/security/rubygem-ed2551912/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-ed25519.rb is a Ruby binding to the Ed25519 elliptic curve public-key signature
-system described in RFC 8032.
-
-Two implementations are provided: a MRI C extension which uses the "ref10"
-implementation from the SUPERCOP benchmark suite, and a pure Java version based
-on str4d/ed25519-java.
-
-Ed25519 is one of two notable algorithms implemented atop the Curve25519
-elliptic curve. The x25519 gem is a related project of this one, and implements
-the X25519 Diffie-Hellman key exchange algorithm on the Montgomery form of
-Curve25519.