Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 09:32:45 +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: r535733 - head/devel/ros-rosdistro
Message-ID:  <202005180932.04I9WjEB070977@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon May 18 09:32:45 2020
New Revision: 535733
URL: https://svnweb.freebsd.org/changeset/ports/535733

Log:
  - Add LICENSE_FILE
  - Whitespace fix
  - Add NO_ARCH
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/ros-rosdistro/Makefile
  head/devel/ros-rosdistro/pkg-descr

Modified: head/devel/ros-rosdistro/Makefile
==============================================================================
--- head/devel/ros-rosdistro/Makefile	Mon May 18 09:09:06 2020	(r535732)
+++ head/devel/ros-rosdistro/Makefile	Mon May 18 09:32:45 2020	(r535733)
@@ -9,16 +9,18 @@ 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 <bsd.port.mk>

Modified: head/devel/ros-rosdistro/pkg-descr
==============================================================================
--- head/devel/ros-rosdistro/pkg-descr	Mon May 18 09:09:06 2020	(r535732)
+++ head/devel/ros-rosdistro/pkg-descr	Mon May 18 09:32:45 2020	(r535733)
@@ -2,4 +2,4 @@ Python library for working with catkinized rosdistro f
 
 rosdistro is part of the package management system for ROS.
 
-WWW: http://github.com/ros-infrastructure/rosdistro
+WWW: https://github.com/ros-infrastructure/rosdistro



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005180932.04I9WjEB070977>