Date: Sun, 17 Feb 2019 19:38:40 +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: r493187 - in head/security: . rubygem-sshkey1 Message-ID: <201902171938.x1HJceAw033095@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Feb 17 19:38:39 2019 New Revision: 493187 URL: https://svnweb.freebsd.org/changeset/ports/493187 Log: Add rubygem-sshkey1 1.9.0 (copied from rubygem-sshkey) - Add PORTSCOUT Added: head/security/rubygem-sshkey1/ - copied from r493099, head/security/rubygem-sshkey/ Modified: head/security/Makefile head/security/rubygem-sshkey1/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Feb 17 19:38:34 2019 (r493186) +++ head/security/Makefile Sun Feb 17 19:38:39 2019 (r493187) @@ -1201,6 +1201,7 @@ SUBDIR += rubygem-signet SUBDIR += rubygem-six SUBDIR += rubygem-sshkey + SUBDIR += rubygem-sshkey1 SUBDIR += rubygem-sshkit SUBDIR += rubygem-timfel-krb5 SUBDIR += rubygem-twitter_oauth Modified: head/security/rubygem-sshkey1/Makefile ============================================================================== --- head/security/rubygem-sshkey/Makefile Sat Feb 16 21:54:22 2019 (r493099) +++ head/security/rubygem-sshkey1/Makefile Sun Feb 17 19:38:39 2019 (r493187) @@ -5,6 +5,7 @@ PORTNAME= sshkey PORTVERSION= 1.9.0 CATEGORIES= security rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 1 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generate private/public SSH keypairs using pure Ruby @@ -12,8 +13,11 @@ COMMENT= Generate private/public SSH keypairs using pu LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PORTSCOUT= limit:1\.9\. .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902171938.x1HJceAw033095>