Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 16:25:19 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396012 - head/devel/rubygem-debugger-linecache
Message-ID:  <201509031625.t83GPJg2036594@repo.freebsd.org>

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

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



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