svn commit: r369378 - in head/sysutils: . rubgem-bundler_ext rubygem-bundler_ext

Martin Matuska mm at FreeBSD.org
Sat Sep 27 08:20:03 UTC 2014


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


More information about the svn-ports-head mailing list