summaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-github11/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-08-02 11:54:36 +0000
committerRene Ladan <rene@FreeBSD.org>2018-08-02 11:54:36 +0000
commit3f09c8cde1b2b74ec500335fb6aa87436eec722a (patch)
treef8beea525d5f6ef6552deb990b4ef7463afccf3f /net/rubygem-omniauth-github11/Makefile
parentUnbreak `math/orpie' against OCaml 4.05.0 and make it fetchable (diff)
Remove expired ports:
2018-07-31 net/rubygem-gitaly-proto096: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead. 2018-07-31 security/tripwire12: unfetchable 2018-07-31 security/rubygem-rbnacl4: Obsoleted by update of www/gitlab-ce. Please use security/rubygem-rbnacl instead. 2018-07-31 www/rubygem-gon61: Obsoleted by update of www/gitlab-ce. Please use www/rubygem-gon instead. 2018-07-31 databases/pgpool-II-33: Will be deprecated by upstream, please switch to newer pgpool versions 2018-07-31 devel/rubygem-grape-entity060: Obsoleted by update of www/gitlab-ce. Please use devel/rubygem-grape-entity instead. 2018-07-31 net/rubygem-gitaly-proto099: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead. 2018-07-31 net/rubygem-gitaly-proto095: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead. 2018-07-31 net/rubygem-omniauth-github11: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-omniauth-github instead. 2018-07-31 net/rubygem-asset_sync220: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-asset_sync instead. 2018-07-31 www/rubygem-gollum-lib-gitlab: Obsoleted by update of www/gitlab-ce. Please use www/rubygem-gitlab-gollum-lib instead. 2018-08-01 www/py-django-threaded-multihost: Project development unmaintained 2018-08-01 www/py-django-keyedcache: Project development abandoned 2018-08-01 www/py-django-signals-ahoy: Project development unmaintained
Diffstat (limited to 'net/rubygem-omniauth-github11/Makefile')
-rw-r--r--net/rubygem-omniauth-github11/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/net/rubygem-omniauth-github11/Makefile b/net/rubygem-omniauth-github11/Makefile
deleted file mode 100644
index a2190f8fe2c9..000000000000
--- a/net/rubygem-omniauth-github11/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= omniauth-github
-PORTVERSION= 1.1.2
-CATEGORIES= net rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 11
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Official OmniAuth strategy for GitHub
-
-LICENSE= MIT
-
-DEPRECATED= Obsoleted by update of www/gitlab-ce. Please use net/rubygem-omniauth-github instead.
-EXPIRATION_DATE= 2018-07-31
-
-RUN_DEPENDS= rubygem-omniauth>=1.0:security/rubygem-omniauth \
- rubygem-omniauth-oauth2>=1.1:net/rubygem-omniauth-oauth2
-
-PORTSCOUT= limit:^1\.1\.
-
-NO_ARCH= yes
-USE_RUBY= yes
-USES= gem
-
-.include <bsd.port.mk>