svn commit: r396012 - head/devel/rubygem-debugger-linecache
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Sep 3 16:25:19 UTC 2015
Author: sunpoet
Date: Thu Sep 3 16:25:18 2015
New Revision: 396012
URL: https://svnweb.freebsd.org/changeset/ports/396012
Log:
- Update COMMENT
- Remove trailing space
- Pass maintainership to ruby@
Modified:
head/devel/rubygem-debugger-linecache/Makefile
head/devel/rubygem-debugger-linecache/pkg-descr
Modified: head/devel/rubygem-debugger-linecache/Makefile
==============================================================================
--- head/devel/rubygem-debugger-linecache/Makefile Thu Sep 3 16:25:13 2015 (r396011)
+++ head/devel/rubygem-debugger-linecache/Makefile Thu Sep 3 16:25:18 2015 (r396012)
@@ -6,13 +6,12 @@ PORTVERSION= 1.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= ports at FreeBSD.org
-COMMENT= Caches(Ruby source) Files as Might Be Used in a Debugger
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Ruby module for reading and caching lines
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
Modified: head/devel/rubygem-debugger-linecache/pkg-descr
==============================================================================
--- head/devel/rubygem-debugger-linecache/pkg-descr Thu Sep 3 16:25:13 2015 (r396011)
+++ head/devel/rubygem-debugger-linecache/pkg-descr Thu Sep 3 16:25:18 2015 (r396012)
@@ -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
More information about the svn-ports-head
mailing list