Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Sep 2014 08:20:02 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
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
Message-ID:  <201409270820.s8R8K2Mp008334@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409270820.s8R8K2Mp008334>