Date: Fri, 5 Jan 2018 13:22:23 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458139 - in head/security: . rubygem-rbnacl4 Message-ID: <201801051322.w05DMN2a089456@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Jan 5 13:22:23 2018 New Revision: 458139 URL: https://svnweb.freebsd.org/changeset/ports/458139 Log: security/rubygem-rbnacl4: create port 4.x version required by gitlab PR: 224931 Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer) Added: head/security/rubygem-rbnacl4/ - copied from r458097, head/security/rubygem-rbnacl/ Modified: head/security/Makefile head/security/rubygem-rbnacl4/Makefile head/security/rubygem-rbnacl4/distinfo (contents, props changed) Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Jan 5 13:12:18 2018 (r458138) +++ head/security/Makefile Fri Jan 5 13:22:23 2018 (r458139) @@ -1094,6 +1094,7 @@ SUBDIR += rubygem-rack-oauth2 SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-rbnacl + SUBDIR += rubygem-rbnacl4 SUBDIR += rubygem-rbnacl-libsodium SUBDIR += rubygem-recog SUBDIR += rubygem-rex-arch Modified: head/security/rubygem-rbnacl4/Makefile ============================================================================== --- head/security/rubygem-rbnacl/Makefile Fri Jan 5 00:48:24 2018 (r458097) +++ head/security/rubygem-rbnacl4/Makefile Fri Jan 5 13:22:23 2018 (r458139) @@ -4,6 +4,7 @@ PORTNAME= rbnacl PORTVERSION= 4.0.2 CATEGORIES= security rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 4 MAINTAINER= idefix@fechner.net COMMENT= Networking and Cryptography (NaCl) library @@ -13,6 +14,8 @@ LICENSE= MIT LIB_DEPENDS= libsodium.so:security/libsodium BUILD_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler RUN_DEPENDS= rubygem-ffi>=0:devel/rubygem-ffi + +PORTSCOUT= limit:^4\. NO_ARCH= yes USES= gem Modified: head/security/rubygem-rbnacl4/distinfo ============================================================================== --- head/security/rubygem-rbnacl/distinfo Fri Jan 5 00:48:24 2018 (r458097) +++ head/security/rubygem-rbnacl4/distinfo Fri Jan 5 13:22:23 2018 (r458139) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509621492 +TIMESTAMP = 1515155304 SHA256 (rubygem/rbnacl-4.0.2.gem) = 885c5f5dfa23007132df6d34992067f867968fcef8071e371ca5378ef88bb321 SIZE (rubygem/rbnacl-4.0.2.gem) = 220160
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801051322.w05DMN2a089456>