Date: Thu, 21 May 2020 09:32:48 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536093 - head/devel/ros-catkin_pkg Message-ID: <202005210932.04L9Wmma049092@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 21 09:32:47 2020 New Revision: 536093 URL: https://svnweb.freebsd.org/changeset/ports/536093 Log: - Whitespace fix - Add NO_ARCH - Update WWW Approved by: portmgr blanket Modified: head/devel/ros-catkin_pkg/Makefile head/devel/ros-catkin_pkg/pkg-descr Modified: head/devel/ros-catkin_pkg/Makefile ============================================================================== --- head/devel/ros-catkin_pkg/Makefile Thu May 21 09:29:06 2020 (r536092) +++ head/devel/ros-catkin_pkg/Makefile Thu May 21 09:32:47 2020 (r536093) @@ -16,12 +16,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=1:devel/ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2:devel/py-pyparsing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} -USES= python +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= ros-infrastructure GH_PROJECT= catkin_pkg +NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/ros-catkin_pkg/pkg-descr ============================================================================== --- head/devel/ros-catkin_pkg/pkg-descr Thu May 21 09:29:06 2020 (r536092) +++ head/devel/ros-catkin_pkg/pkg-descr Thu May 21 09:32:47 2020 (r536093) @@ -2,4 +2,4 @@ This is a Python library for working with the Catkin p Catkin is the main build system for the Robot Operating System. -WWW: http://github.com/ros/catkin +WWW: https://github.com/ros/catkin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005210932.04L9Wmma049092>