aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-03 16:25:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-03 16:25:18 +0000
commitee16762421a44005e4a1be1f2abdc4876332ad20 (patch)
tree90aa7f0f498103bf04466815e85fc1f9afab8f9a
parent4cfac8dc746b6e26b3fa3dab754d03e3b3ce15a0 (diff)
downloadports-ee16762421a44005e4a1be1f2abdc4876332ad20.tar.gz
ports-ee16762421a44005e4a1be1f2abdc4876332ad20.zip
Notes
-rw-r--r--devel/rubygem-debugger-linecache/Makefile5
-rw-r--r--devel/rubygem-debugger-linecache/pkg-descr2
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/rubygem-debugger-linecache/Makefile b/devel/rubygem-debugger-linecache/Makefile
index e5e183a28f70..b321e72b90a2 100644
--- a/devel/rubygem-debugger-linecache/Makefile
+++ b/devel/rubygem-debugger-linecache/Makefile
@@ -6,13 +6,12 @@ PORTVERSION= 1.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Caches(Ruby source) Files as Might Be Used in a Debugger
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby module for reading and caching lines
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-debugger-linecache/pkg-descr b/devel/rubygem-debugger-linecache/pkg-descr
index 38b086148f86..f1cc2cbd73db 100644
--- a/devel/rubygem-debugger-linecache/pkg-descr
+++ b/devel/rubygem-debugger-linecache/pkg-descr
@@ -1,4 +1,4 @@
Linecache is a module for reading and caching lines. This may be useful for
-example in a debugger where the same lines are shown many times.
+example in a debugger where the same lines are shown many times.
WWW: https://github.com/cldwalker/debugger-linecache