From owner-svn-ports-all@freebsd.org Tue Aug 8 15:12:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFCD1DBD391; Tue, 8 Aug 2017 15:12:14 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8E2365B99; Tue, 8 Aug 2017 15:12:14 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v78FCDBY041419; Tue, 8 Aug 2017 15:12:13 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v78FCDGJ041414; Tue, 8 Aug 2017 15:12:13 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708081512.v78FCDGJ041414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 8 Aug 2017 15:12:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447544 - in head/security: . rubygem-hashie-forbidden_attributes X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head/security: . rubygem-hashie-forbidden_attributes X-SVN-Commit-Revision: 447544 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2017 15:12:15 -0000 Author: tz Date: Tue Aug 8 15:12:13 2017 New Revision: 447544 URL: https://svnweb.freebsd.org/changeset/ports/447544 Log: New port: security/rubygem-hashie-forbidden_attributes Hashie compatibility layer for forbidden attributes protection. WWW: https://github.com/Maxim-Filimonov/hashie-forbidden_attributes Submitted by: Matthias Fechner Added: head/security/rubygem-hashie-forbidden_attributes/ head/security/rubygem-hashie-forbidden_attributes/Makefile (contents, props changed) head/security/rubygem-hashie-forbidden_attributes/distinfo (contents, props changed) head/security/rubygem-hashie-forbidden_attributes/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Aug 8 13:44:20 2017 (r447543) +++ head/security/Makefile Tue Aug 8 15:12:13 2017 (r447544) @@ -1036,6 +1036,7 @@ SUBDIR += rubygem-googleauth SUBDIR += rubygem-gpgr SUBDIR += rubygem-gssapi + SUBDIR += rubygem-hashie-forbidden_attributes SUBDIR += rubygem-hkdf SUBDIR += rubygem-jugyo-twitter_oauth SUBDIR += rubygem-metasploit-aggregator Added: head/security/rubygem-hashie-forbidden_attributes/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-hashie-forbidden_attributes/Makefile Tue Aug 8 15:12:13 2017 (r447544) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= hashie-forbidden_attributes +PORTVERSION= 0.1.1 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= tz@freebsd.org +COMMENT= Hashie compatibility layer for forbidden attributes protection + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +BUILD_DEPENDS= rubygem-grape>=0:devel/rubygem-grape \ + rubygem-minitest>=0:devel/rubygem-minitest \ + rubygem-rails4>=4.0:www/rubygem-rails4 \ + rubygem-sqlite3>=0:databases/rubygem-sqlite3 +RUN_DEPENDS= rubygem-hashie>=3.0:devel/rubygem-hashie + +NO_ARCH= yes +USES= gem +USE_RUBY= yes + +.include Added: head/security/rubygem-hashie-forbidden_attributes/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-hashie-forbidden_attributes/distinfo Tue Aug 8 15:12:13 2017 (r447544) @@ -0,0 +1,3 @@ +TIMESTAMP = 1499601671 +SHA256 (rubygem/hashie-forbidden_attributes-0.1.1.gem) = 3a6ed37f3a314e4fb1dd1e2df6eb7721bcadd023a30bc0b951b2b5285a790fb2 +SIZE (rubygem/hashie-forbidden_attributes-0.1.1.gem) = 14848 Added: head/security/rubygem-hashie-forbidden_attributes/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-hashie-forbidden_attributes/pkg-descr Tue Aug 8 15:12:13 2017 (r447544) @@ -0,0 +1,3 @@ +Hashie compatibility layer for forbidden attributes protection. + +WWW: https://github.com/Maxim-Filimonov/hashie-forbidden_attributes