Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2012 00:53:17 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303106 - in head: devel/rubygem-cri devel/rubygem-delayed_job devel/rubygem-mirror devel/rubygem-mixlib-log devel/rubygem-ncurses devel/rubygem-ncursesw devel/rubygem-test textproc/rub...
Message-ID:  <201208250053.q7P0rHmx037823@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Sat Aug 25 00:53:16 2012
New Revision: 303106
URL: http://svn.freebsd.org/changeset/ports/303106

Log:
  - tightening COMMENT, removing redundancy
  
  Submitted by:	jgh@
  Approved by:	swills
  With hat: ruby@

Modified:
  head/devel/rubygem-cri/Makefile
  head/devel/rubygem-delayed_job/Makefile
  head/devel/rubygem-mirror/Makefile   (contents, props changed)
  head/devel/rubygem-mixlib-log/Makefile   (contents, props changed)
  head/devel/rubygem-ncurses/Makefile   (contents, props changed)
  head/devel/rubygem-ncursesw/Makefile   (contents, props changed)
  head/devel/rubygem-test/Makefile   (contents, props changed)
  head/textproc/rubygem-colored/Makefile

Modified: head/devel/rubygem-cri/Makefile
==============================================================================
--- head/devel/rubygem-cri/Makefile	Sat Aug 25 00:50:50 2012	(r303105)
+++ head/devel/rubygem-cri/Makefile	Sat Aug 25 00:53:16 2012	(r303106)
@@ -10,7 +10,7 @@ CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	A gem that allows building easy-to-use commandline interfaces
+COMMENT=	Allows building easy-to-use commandline interfaces
 
 RUN_DEPENDS=        rubygem-colored>=1.2:${PORTSDIR}/textproc/rubygem-colored
 

Modified: head/devel/rubygem-delayed_job/Makefile
==============================================================================
--- head/devel/rubygem-delayed_job/Makefile	Sat Aug 25 00:50:50 2012	(r303105)
+++ head/devel/rubygem-delayed_job/Makefile	Sat Aug 25 00:53:16 2012	(r303106)
@@ -11,7 +11,7 @@ CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	A gem for asynchronously executing longer tasks in the background
+COMMENT=	Asynchronously executing longer tasks in the background
 
 RUN_DEPENDS=	rubygem-activesupport>=3.0:${PORTSDIR}/devel/rubygem-activesupport \
 		rubygem-daemons>=0:${PORTSDIR}/devel/rubygem-daemons

Modified: head/devel/rubygem-mirror/Makefile
==============================================================================
--- head/devel/rubygem-mirror/Makefile	Sat Aug 25 00:50:50 2012	(r303105)
+++ head/devel/rubygem-mirror/Makefile	Sat Aug 25 00:53:16 2012	(r303106)
@@ -12,7 +12,7 @@ MASTER_SITES=	RG
 DISTNAME=	${GEM_NAME}
 
 MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	A gem to mirror rubygems
+COMMENT=	Mirror rubygems
 
 RUN_DEPENDS=	rubygem-net-http-persistent>=2.1:${PORTSDIR}/www/rubygem-net-http-persistent
 

Modified: head/devel/rubygem-mixlib-log/Makefile
==============================================================================
--- head/devel/rubygem-mixlib-log/Makefile	Sat Aug 25 00:50:50 2012	(r303105)
+++ head/devel/rubygem-mixlib-log/Makefile	Sat Aug 25 00:53:16 2012	(r303106)
@@ -11,7 +11,7 @@ CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	renchap@cocoa-x.com
-COMMENT=	A gem that provides a simple mixin for log functionality
+COMMENT=	Provides a simple mixin for log functionality
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/devel/rubygem-ncurses/Makefile
==============================================================================
--- head/devel/rubygem-ncurses/Makefile	Sat Aug 25 00:50:50 2012	(r303105)
+++ head/devel/rubygem-ncurses/Makefile	Sat Aug 25 00:53:16 2012	(r303106)
@@ -11,7 +11,7 @@ CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	freebsdports@chillibear.com
-COMMENT=	A gem wrapper to the ncurses library
+COMMENT=	Wrapper to the ncurses library
 
 USE_RUBY=		yes
 USE_RUBYGEMS=		yes

Modified: head/devel/rubygem-ncursesw/Makefile
==============================================================================
--- head/devel/rubygem-ncursesw/Makefile	Sat Aug 25 00:50:50 2012	(r303105)
+++ head/devel/rubygem-ncursesw/Makefile	Sat Aug 25 00:53:16 2012	(r303106)
@@ -12,7 +12,7 @@ CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	freebsdports@chillibear.com
-COMMENT=	A gem wrapper to the ncurses library with wide character support
+COMMENT=	Wrapper to the ncurses library with wide character support
 
 BROKEN=		does not install
 

Modified: head/devel/rubygem-test/Makefile
==============================================================================
--- head/devel/rubygem-test/Makefile	Sat Aug 25 00:50:50 2012	(r303105)
+++ head/devel/rubygem-test/Makefile	Sat Aug 25 00:53:16 2012	(r303106)
@@ -12,7 +12,7 @@ MASTER_SITES=	RG
 DISTNAME=	${GEM_NAME}
 
 MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	A gem to run automated tests
+COMMENT=	Run automated tests
 
 USE_RUBY=		yes
 USE_RAKE=		yes

Modified: head/textproc/rubygem-colored/Makefile
==============================================================================
--- head/textproc/rubygem-colored/Makefile	Sat Aug 25 00:50:50 2012	(r303105)
+++ head/textproc/rubygem-colored/Makefile	Sat Aug 25 00:53:16 2012	(r303106)
@@ -11,7 +11,7 @@ CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	A gem that colorizes text on the console
+COMMENT=	Colorize text on the console
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes



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