Index: head/devel/ros-rosdistro/Makefile =================================================================== --- head/devel/ros-rosdistro/Makefile (revision 535732) +++ head/devel/ros-rosdistro/Makefile (revision 535733) @@ -1,24 +1,26 @@ # $FreeBSD$ PORTNAME= ros-rosdistro DISTVERSION= 0.7.5 CATEGORIES= devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= trueos@norwegianrockcat.com COMMENT= Tools to work with catkinized rosdistro files LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ros-catkin_pkg>=0.4.0:devel/ros-catkin_pkg@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}argparse>=1:devel/py-argparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ros-rospkg>=1:devel/ros-rospkg@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR} -USES= python +USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= ros-infrastructure GH_PROJECT= rosdistro +NO_ARCH= yes .include Index: head/devel/ros-rosdistro/pkg-descr =================================================================== --- head/devel/ros-rosdistro/pkg-descr (revision 535732) +++ head/devel/ros-rosdistro/pkg-descr (revision 535733) @@ -1,5 +1,5 @@ Python library for working with catkinized rosdistro files for ROS. rosdistro is part of the package management system for ROS. -WWW: http://github.com/ros-infrastructure/rosdistro +WWW: https://github.com/ros-infrastructure/rosdistro