From owner-svn-ports-head@freebsd.org Wed Dec 13 08:44:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 899E1E960EE; Wed, 13 Dec 2017 08:44:16 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 533ED67FCA; Wed, 13 Dec 2017 08:44:16 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBD8iFkP060012; Wed, 13 Dec 2017 08:44:15 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBD8iFtf060010; Wed, 13 Dec 2017 08:44:15 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201712130844.vBD8iFtf060010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 13 Dec 2017 08:44:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456197 - in head/net: istgt py-beanstalkc X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/net: istgt py-beanstalkc X-SVN-Commit-Revision: 456197 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Dec 2017 08:44:16 -0000 Author: danfe Date: Wed Dec 13 08:44:15 2017 New Revision: 456197 URL: https://svnweb.freebsd.org/changeset/ports/456197 Log: Provide somewhat better option descriptions. Modified: head/net/istgt/Makefile head/net/py-beanstalkc/Makefile Modified: head/net/istgt/Makefile ============================================================================== --- head/net/istgt/Makefile Wed Dec 13 07:34:37 2017 (r456196) +++ head/net/istgt/Makefile Wed Dec 13 08:44:15 2017 (r456197) @@ -22,7 +22,7 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= SYMLNKDEV VBOXVD DOCS SYMLNKDEV_DESC= Allow symbolic link for device file -VBOXVD_DESC= Build with VBox VD support (no X11 required) +VBOXVD_DESC= VirtualBox VD support (no X11 required) SYMLNKDEV_CONFIGURE_ON= --enable-symlink-device Modified: head/net/py-beanstalkc/Makefile ============================================================================== --- head/net/py-beanstalkc/Makefile Wed Dec 13 07:34:37 2017 (r456196) +++ head/net/py-beanstalkc/Makefile Wed Dec 13 08:44:15 2017 (r456197) @@ -20,7 +20,7 @@ USE_PYTHON= distutils autoplist OPTIONS_DEFINE= YAML OPTIONS_DEFAULT= YAML -YAML_DESC= Support parsing YAML responses +YAML_DESC= YAML response parsing support YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR}