svn commit: r495167 - head/net/rubygem-rubyntlm05

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 9 14:38:44 UTC 2019


Author: sunpoet
Date: Sat Mar  9 14:38:40 2019
New Revision: 495167
URL: https://svnweb.freebsd.org/changeset/ports/495167

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

Modified:
  head/net/rubygem-rubyntlm05/Makefile

Modified: head/net/rubygem-rubyntlm05/Makefile
==============================================================================
--- head/net/rubygem-rubyntlm05/Makefile	Sat Mar  9 14:38:35 2019	(r495166)
+++ head/net/rubygem-rubyntlm05/Makefile	Sat Mar  9 14:38:40 2019	(r495167)
@@ -11,10 +11,13 @@ COMMENT=	Message creator and parser for the NTLM authe
 
 LICENSE=	MIT
 
-NO_ARCH=	yes
+DEPRECATED=	Use net/rubygem-rubyntlm instead
+EXPIRATION_DATE=2019-03-31
 
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 PORTSCOUT=	limit:^0\.5\.
 


More information about the svn-ports-all mailing list