svn commit: r496744 - head/net/rubygem-gitlab_omniauth-ldap20

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 24 14:32:52 UTC 2019


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>


More information about the svn-ports-all mailing list