diff options
author | mm <mm@FreeBSD.org> | 2014-09-27 16:20:01 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2014-09-27 16:20:01 +0800 |
commit | 8249d7a3475801269ff15bcd83575b3605ef5713 (patch) | |
tree | f7425be6a7aa78a269838d0158b0f4b9cc159153 /sysutils | |
parent | 9970b02e6ff45aa6f6d5f5754d4129f17e9eadeb (diff) | |
download | freebsd-ports-gnome-8249d7a3475801269ff15bcd83575b3605ef5713.tar.gz freebsd-ports-gnome-8249d7a3475801269ff15bcd83575b3605ef5713.tar.zst freebsd-ports-gnome-8249d7a3475801269ff15bcd83575b3605ef5713.zip |
Fix name typo and pkg-descr of rubygem-bundler_ext
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 2 | ||||
-rw-r--r-- | sysutils/rubgem-bundler_ext/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/rubygem-bundler_ext/Makefile (renamed from sysutils/rubgem-bundler_ext/Makefile) | 0 | ||||
-rw-r--r-- | sysutils/rubygem-bundler_ext/distinfo (renamed from sysutils/rubgem-bundler_ext/distinfo) | 0 | ||||
-rw-r--r-- | sysutils/rubygem-bundler_ext/pkg-descr | 4 |
5 files changed, 5 insertions, 8 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index bc87398bd286..8ec3ad6089ea 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -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 diff --git a/sysutils/rubgem-bundler_ext/pkg-descr b/sysutils/rubgem-bundler_ext/pkg-descr deleted file mode 100644 index 1a14ab8bc9fa..000000000000 --- a/sysutils/rubgem-bundler_ext/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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. - -WWW: http://gembundler.com diff --git a/sysutils/rubgem-bundler_ext/Makefile b/sysutils/rubygem-bundler_ext/Makefile index e9dc6fb69c66..e9dc6fb69c66 100644 --- a/sysutils/rubgem-bundler_ext/Makefile +++ b/sysutils/rubygem-bundler_ext/Makefile diff --git a/sysutils/rubgem-bundler_ext/distinfo b/sysutils/rubygem-bundler_ext/distinfo index a689756dd339..a689756dd339 100644 --- a/sysutils/rubgem-bundler_ext/distinfo +++ b/sysutils/rubygem-bundler_ext/distinfo diff --git a/sysutils/rubygem-bundler_ext/pkg-descr b/sysutils/rubygem-bundler_ext/pkg-descr new file mode 100644 index 000000000000..e64a4062354d --- /dev/null +++ b/sysutils/rubygem-bundler_ext/pkg-descr @@ -0,0 +1,4 @@ +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: https://github.com/bundlerext/bundler_ext |