Date: Sun, 24 Mar 2019 14:32:53 +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: r496745 - head/security/rubygem-sshkey1 Message-ID: <201903241432.x2OEWr2C077120@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903241432.x2OEWr2C077120>