From owner-svn-ports-all@freebsd.org Wed Aug 8 19:45:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 096451068F1A; Wed, 8 Aug 2018 19:45:50 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B4AF490A32; Wed, 8 Aug 2018 19:45:49 +0000 (UTC) (envelope-from zi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 897BD71BE; Wed, 8 Aug 2018 19:45:49 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w78Jjnki072839; Wed, 8 Aug 2018 19:45:49 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w78JjmwL072835; Wed, 8 Aug 2018 19:45:48 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201808081945.w78JjmwL072835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Wed, 8 Aug 2018 19:45:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476667 - in head/devel: . rubygem-molinillo X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: in head/devel: . rubygem-molinillo X-SVN-Commit-Revision: 476667 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.27 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: Wed, 08 Aug 2018 19:45:50 -0000 Author: zi Date: Wed Aug 8 19:45:48 2018 New Revision: 476667 URL: https://svnweb.freebsd.org/changeset/ports/476667 Log: New port: devel/rubygem-molinillo: Provides support for dependency resolution. WWW: https://rubygems.org/gems/molinillo Added: head/devel/rubygem-molinillo/ head/devel/rubygem-molinillo/Makefile (contents, props changed) head/devel/rubygem-molinillo/distinfo (contents, props changed) head/devel/rubygem-molinillo/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Aug 8 19:41:38 2018 (r476666) +++ head/devel/Makefile Wed Aug 8 19:45:48 2018 (r476667) @@ -5762,6 +5762,7 @@ SUBDIR += rubygem-mkrf SUBDIR += rubygem-mmap2 SUBDIR += rubygem-mocha + SUBDIR += rubygem-molinillo SUBDIR += rubygem-moneta SUBDIR += rubygem-mongo SUBDIR += rubygem-mono_logger Added: head/devel/rubygem-molinillo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-molinillo/Makefile Wed Aug 8 19:45:48 2018 (r476667) @@ -0,0 +1,17 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= molinillo +PORTVERSION= 0.6.6 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Provides support for dependency resolution + +LICENSE= MIT + +USES= gem +USE_RUBY= yes + +.include Added: head/devel/rubygem-molinillo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-molinillo/distinfo Wed Aug 8 19:45:48 2018 (r476667) @@ -0,0 +1,3 @@ +TIMESTAMP = 1533757455 +SHA256 (rubygem/molinillo-0.6.6.gem) = e6352901e77c85d4820f30328f5f452267d2977a1d12d94ce094d0a6c20704c2 +SIZE (rubygem/molinillo-0.6.6.gem) = 29184 Added: head/devel/rubygem-molinillo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-molinillo/pkg-descr Wed Aug 8 19:45:48 2018 (r476667) @@ -0,0 +1,3 @@ +Provides support for dependency resolution. + +WWW: https://rubygems.org/gems/molinillo