svn commit: r567356 - head/net/rubygem-amqp-utils

Alexey Dokuchaev danfe at FreeBSD.org
Fri Mar 5 03:14:00 UTC 2021


Author: danfe
Date: Fri Mar  5 03:13:59 2021
New Revision: 567356
URL: https://svnweb.freebsd.org/changeset/ports/567356

Log:
  - Fix an apparent typo (utilies -> utilities)
  - Shorten COMMENT and wrap overly long lines

Modified:
  head/net/rubygem-amqp-utils/Makefile
  head/net/rubygem-amqp-utils/pkg-descr

Modified: head/net/rubygem-amqp-utils/Makefile
==============================================================================
--- head/net/rubygem-amqp-utils/Makefile	Fri Mar  5 01:47:32 2021	(r567355)
+++ head/net/rubygem-amqp-utils/Makefile	Fri Mar  5 03:13:59 2021	(r567356)
@@ -8,7 +8,7 @@ CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	loic-freebsd at loicp.eu
-COMMENT=	Command line utilies for interacting with AMQP compliant queues
+COMMENT=	Command-line utilities to work with AMQP-compliant queues
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/License.txt
@@ -25,7 +25,8 @@ NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem
 
-PLIST_FILES=	bin/amqp-deleteq bin/amqp-dequeue bin/amqp-enqueue bin/amqp-peek bin/amqp-pop \
+PLIST_FILES=	bin/amqp-deleteq bin/amqp-dequeue bin/amqp-enqueue \
+		bin/amqp-peek bin/amqp-pop \
 		bin/amqp-purge bin/amqp-spy bin/amqp-statq bin/amqp-unbind \
 		bin/amqp-delexch bin/amqp-exchange
 

Modified: head/net/rubygem-amqp-utils/pkg-descr
==============================================================================
--- head/net/rubygem-amqp-utils/pkg-descr	Fri Mar  5 01:47:32 2021	(r567355)
+++ head/net/rubygem-amqp-utils/pkg-descr	Fri Mar  5 03:13:59 2021	(r567356)
@@ -1,6 +1,7 @@
-Command line utilies for interacting with AMQP compliant queues.
-The intention is provide simple management tools that can be used to complete
-ad hoc housework on an AMQP queue.
+Command-line utilities for interacting with AMQP-compliant queues.
+The intention is provide simple management tools that can be used
+to complete ad hoc housework on an AMQP queue.
+
 In addition, simple scripts can be layered over the tools when needed.
 
 WWW: https://github.com/dougbarth/amqp-utils


More information about the svn-ports-head mailing list