Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2019 14:32:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496744 - head/net/rubygem-gitlab_omniauth-ldap20
Message-ID:  <201903241432.x2OEWmFP077011@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar 24 14:32:48 2019
New Revision: 496744
URL: https://svnweb.freebsd.org/changeset/ports/496744

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2019-03-31

Modified:
  head/net/rubygem-gitlab_omniauth-ldap20/Makefile

Modified: head/net/rubygem-gitlab_omniauth-ldap20/Makefile
==============================================================================
--- head/net/rubygem-gitlab_omniauth-ldap20/Makefile	Sun Mar 24 14:32:43 2019	(r496743)
+++ head/net/rubygem-gitlab_omniauth-ldap20/Makefile	Sun Mar 24 14:32:48 2019	(r496744)
@@ -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-ld
 
 PORTSCOUT=	limit:^2\.0\.
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903241432.x2OEWmFP077011>