Date: Wed, 13 Dec 2017 08:44:15 +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: r456197 - in head/net: istgt py-beanstalkc Message-ID: <201712130844.vBD8iFtf060010@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712130844.vBD8iFtf060010>