aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-24 14:32:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-24 14:32:48 +0000
commit4132a57068497255a7b2e2c76a7bf7b646968fb1 (patch)
tree0e7e7d384461e967d7869909eed86afe9c82e596 /net
parent0b1c36c569c97c767adb6afdd2e2e710f39dc0ae (diff)
downloadports-4132a57068497255a7b2e2c76a7bf7b646968fb1.tar.gz
ports-4132a57068497255a7b2e2c76a7bf7b646968fb1.zip
Mark DEPRECATED and set EXPIRATION_DATE to 2019-03-31
Notes
Notes: svn path=/head/; revision=496744
Diffstat (limited to 'net')
-rw-r--r--net/rubygem-gitlab_omniauth-ldap20/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/rubygem-gitlab_omniauth-ldap20/Makefile b/net/rubygem-gitlab_omniauth-ldap20/Makefile
index 17a3de839331..3f3660e19d21 100644
--- a/net/rubygem-gitlab_omniauth-ldap20/Makefile
+++ b/net/rubygem-gitlab_omniauth-ldap20/Makefile
@@ -11,6 +11,9 @@ COMMENT= LDAP strategy for OmniAuth
LICENSE= MIT
+DEPRECATED= Use net/rubygem-gitlab_omniauth-ldap instead
+EXPIRATION_DATE=2019-03-31
+
RUN_DEPENDS= rubygem-net-ldap>=0.16:net/rubygem-net-ldap \
rubygem-omniauth>=1.3:security/rubygem-omniauth \
rubygem-pyu-ruby-sasl>=0.0.3.3:security/rubygem-pyu-ruby-sasl \
@@ -18,8 +21,9 @@ RUN_DEPENDS= rubygem-net-ldap>=0.16:net/rubygem-net-ldap \
PORTSCOUT= limit:^2\.0\.
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>