aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2016-03-28 23:38:52 +0800
committerswills <swills@FreeBSD.org>2016-03-28 23:38:52 +0800
commit2ab02eb9034528ba60b41c49e5a9aaf189b7c05a (patch)
tree0b0a74aea9c20d208390210739ac257cc37bd305 /net
parent109270d46a606538002cc523d3acdf12159f29d4 (diff)
downloadfreebsd-ports-gnome-2ab02eb9034528ba60b41c49e5a9aaf189b7c05a.tar.gz
freebsd-ports-gnome-2ab02eb9034528ba60b41c49e5a9aaf189b7c05a.tar.zst
freebsd-ports-gnome-2ab02eb9034528ba60b41c49e5a9aaf189b7c05a.zip
net/rubygem-omniauth-cas3: port duplicates security/rubygem-omniauth-cas3
Pointhat to: swills
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/rubygem-omniauth-cas3/Makefile23
-rw-r--r--net/rubygem-omniauth-cas3/distinfo2
-rw-r--r--net/rubygem-omniauth-cas3/pkg-descr3
4 files changed, 0 insertions, 29 deletions
diff --git a/net/Makefile b/net/Makefile
index 669137bc66ef..8a2428ff27a2 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1129,7 +1129,6 @@
SUBDIR += rubygem-octokit
SUBDIR += rubygem-octopress-deploy
SUBDIR += rubygem-omniauth-azure-oauth2
- SUBDIR += rubygem-omniauth-cas3
SUBDIR += rubygem-omniauth-facebook
SUBDIR += rubygem-omniauth-github
SUBDIR += rubygem-omniauth-github-discourse
diff --git a/net/rubygem-omniauth-cas3/Makefile b/net/rubygem-omniauth-cas3/Makefile
deleted file mode 100644
index d3d6f12d7c22..000000000000
--- a/net/rubygem-omniauth-cas3/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
-# $FreeBSD$
-
-PORTNAME= omniauth-cas3
-PORTVERSION= 1.1.3
-CATEGORIES= net rubygems
-MASTER_SITES= RG
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= CAS 3.0 Strategy for OmniAuth
-
-LICENSE= MIT
-
-RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \
- rubygem-nokogiri>=1.6.6:${PORTSDIR}/textproc/rubygem-nokogiri \
- rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth
-
-NO_ARCH= yes
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
-
-.include <bsd.port.mk>
diff --git a/net/rubygem-omniauth-cas3/distinfo b/net/rubygem-omniauth-cas3/distinfo
deleted file mode 100644
index 618d120cf70a..000000000000
--- a/net/rubygem-omniauth-cas3/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/omniauth-cas3-1.1.3.gem) = 6766ea2eed2b15816626011c5656ca13c539037946df25d6b6c37c11a1a85c8f
-SIZE (rubygem/omniauth-cas3-1.1.3.gem) = 15872
diff --git a/net/rubygem-omniauth-cas3/pkg-descr b/net/rubygem-omniauth-cas3/pkg-descr
deleted file mode 100644
index 86c7350caf38..000000000000
--- a/net/rubygem-omniauth-cas3/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-CAS 3.0 Strategy for OmniAuth
-
-WWW: https://github.com/tduehr/omniauth-cas3