svn commit: r496745 - head/security/rubygem-sshkey1

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


Author: sunpoet
Date: Sun Mar 24 14:32:53 2019
New Revision: 496745
URL: https://svnweb.freebsd.org/changeset/ports/496745

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

Modified:
  head/security/rubygem-sshkey1/Makefile

Modified: head/security/rubygem-sshkey1/Makefile
==============================================================================
--- head/security/rubygem-sshkey1/Makefile	Sun Mar 24 14:32:48 2019	(r496744)
+++ head/security/rubygem-sshkey1/Makefile	Sun Mar 24 14:32:53 2019	(r496745)
@@ -13,6 +13,9 @@ COMMENT=	Generate private/public SSH keypairs using pu
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Use security/rubygem-sshkey instead
+EXPIRATION_DATE=2019-03-31
+
 USES=		gem
 USE_RUBY=	yes
 


More information about the svn-ports-all mailing list