svn commit: r493187 - in head/security: . rubygem-sshkey1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 17 19:38:42 UTC 2019


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 at 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>


More information about the svn-ports-head mailing list