Date: Fri, 5 Mar 2021 03:13:59 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567356 - head/net/rubygem-amqp-utils Message-ID: <202103050313.1253Dx4I078869@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103050313.1253Dx4I078869>