aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2019-04-23 12:18:10 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2019-04-23 12:18:10 +0000
commit019fd5d35ddaf432797d0c0c704541cd04922106 (patch)
tree158203a4682da2578ab123f83be4a3d9dbe786e5
parent4373f6d8e7a92491a8b3987e0c18e7cdec09983e (diff)
downloadports-019fd5d35ddaf432797d0c0c704541cd04922106.tar.gz
ports-019fd5d35ddaf432797d0c0c704541cd04922106.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-rack-oauth212/Makefile29
-rw-r--r--security/rubygem-rack-oauth212/distinfo3
-rw-r--r--security/rubygem-rack-oauth212/pkg-descr4
5 files changed, 1 insertions, 37 deletions
diff --git a/MOVED b/MOVED
index d3811d82483d..0c17f8b0e82f 100644
--- a/MOVED
+++ b/MOVED
@@ -12188,3 +12188,4 @@ devel/py-sdl2|devel/py-pysdl2|2019-04-20|Rename to match upstream naming
www/rubygem-select2-rails3|www/rubygem-select2-rails|2019-04-23|Has expired: Use www/rubygem-select2-rails instead
www/rubygem-jquery-atwho-rails13|www/rubygem-jquery-atwho-rails|2019-04-23|Has expired: Use www/rubygem-jquery-atwho-rails instead
devel/rubygem-recaptcha3|devel/rubygem-recaptcha|2019-04-23|Has expired: Use devel/rubygem-recaptcha instead
+security/rubygem-rack-oauth212|security/rubygem-rack-oauth2|2019-04-23|Has expired: Use security/rubygem-rack-oauth2 instead
diff --git a/security/Makefile b/security/Makefile
index 6f01c1435611..a4edfeaab49d 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1172,7 +1172,6 @@ PORTREVISION= 1
SUBDIR += rubygem-pundit
SUBDIR += rubygem-pyu-ruby-sasl
SUBDIR += rubygem-rack-oauth2
- SUBDIR += rubygem-rack-oauth212
SUBDIR += rubygem-razorback-scriptNugget
SUBDIR += rubygem-rbnacl
SUBDIR += rubygem-rbnacl-libsodium
diff --git a/security/rubygem-rack-oauth212/Makefile b/security/rubygem-rack-oauth212/Makefile
deleted file mode 100644
index beba995da852..000000000000
--- a/security/rubygem-rack-oauth212/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= rack-oauth2
-PORTVERSION= 1.2.3
-PORTREVISION= 1
-CATEGORIES= security rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 12
-
-MAINTAINER= mfechner@FreeBSD.org
-COMMENT= OAuth 2.0 Server & Client Library
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= rubygem-activesupport50>=2.3:devel/rubygem-activesupport50 \
- rubygem-attr_required>=0.0.5:devel/rubygem-attr_required \
- rubygem-httpclient>=2.4:www/rubygem-httpclient \
- rubygem-multi_json>=1.3.6:devel/rubygem-multi_json \
- rubygem-rack16>=1.1:www/rubygem-rack16
-
-USES= gem
-USE_RUBY= yes
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^1\.2\.
-
-.include <bsd.port.mk>
diff --git a/security/rubygem-rack-oauth212/distinfo b/security/rubygem-rack-oauth212/distinfo
deleted file mode 100644
index 3245f96183e7..000000000000
--- a/security/rubygem-rack-oauth212/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1517652248
-SHA256 (rubygem/rack-oauth2-1.2.3.gem) = ced75d7cdc0c5a480f478654d64cabf4d8adae46cdf977c8e3ee4ae5dd80ee48
-SIZE (rubygem/rack-oauth2-1.2.3.gem) = 30208
diff --git a/security/rubygem-rack-oauth212/pkg-descr b/security/rubygem-rack-oauth212/pkg-descr
deleted file mode 100644
index 1d071af619e4..000000000000
--- a/security/rubygem-rack-oauth212/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-OAuth 2.0 Server & Client Library.
-Both Bearer and MAC token type are supported.
-
-WWW: https://github.com/nov/rack-oauth2