From owner-svn-ports-head@FreeBSD.ORG Sat Sep 27 08:20:02 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBDDD17F; Sat, 27 Sep 2014 08:20:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 BD471DBC; Sat, 27 Sep 2014 08:20:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8R8K2A8008340; Sat, 27 Sep 2014 08:20:02 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8R8K2Mp008334; Sat, 27 Sep 2014 08:20:02 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201409270820.s8R8K2Mp008334@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Sat, 27 Sep 2014 08:20:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369378 - in head/sysutils: . rubgem-bundler_ext rubygem-bundler_ext X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 08:20:03 -0000 Author: mm Date: Sat Sep 27 08:20:01 2014 New Revision: 369378 URL: http://svnweb.freebsd.org/changeset/ports/369378 QAT: https://qat.redports.org/buildarchive/r369378/ Log: Fix name typo and pkg-descr of rubygem-bundler_ext Added: head/sysutils/rubygem-bundler_ext/ - copied from r369377, head/sysutils/rubgem-bundler_ext/ Deleted: head/sysutils/rubgem-bundler_ext/ Modified: head/sysutils/Makefile head/sysutils/rubygem-bundler_ext/pkg-descr Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sat Sep 27 08:13:16 2014 (r369377) +++ head/sysutils/Makefile Sat Sep 27 08:20:01 2014 (r369378) @@ -780,11 +780,11 @@ SUBDIR += rsyslog8 SUBDIR += rsyslog8-devel SUBDIR += rtty - SUBDIR += rubgem-bundler_ext SUBDIR += ruby-quota SUBDIR += rubygem-SyslogLogger SUBDIR += rubygem-backup SUBDIR += rubygem-bundler + SUBDIR += rubygem-bundler_ext SUBDIR += rubygem-capistrano SUBDIR += rubygem-capistrano-ext SUBDIR += rubygem-chef Modified: head/sysutils/rubygem-bundler_ext/pkg-descr ============================================================================== --- head/sysutils/rubgem-bundler_ext/pkg-descr Sat Sep 27 08:13:16 2014 (r369377) +++ head/sysutils/rubygem-bundler_ext/pkg-descr Sat Sep 27 08:20:01 2014 (r369378) @@ -1,7 +1,4 @@ -Bundler is a tool that manages gem dependencies for your ruby application. It -takes a gem manifest file and is able to fetch, download, and install the gems -and all child dependencies specified in this manifest. It can manage any update -to the gem manifest file and update the bundled gems accordingly. It also -letsyou run any ruby code in context of the bundled gem environment. +bundler_ext is a simple library leveraging the Bundler Gemfile DSL to load gems +already on the system and managed by the systems package manager (like yum/apt) -WWW: http://gembundler.com +WWW: https://github.com/bundlerext/bundler_ext