svn commit: r485358 - in head/devel: . ignition-msgs

Mathieu Arnold mat at FreeBSD.org
Wed Nov 21 13:28:37 UTC 2018


On Mon, Nov 19, 2018 at 07:41:33PM +0000, Yuri Victorovich wrote:
> Added: head/devel/ignition-msgs/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/ignition-msgs/Makefile	Mon Nov 19 19:41:32 2018	(r485358)
> @@ -0,0 +1,30 @@
> +# $FreeBSD$
> +
> +PORTNAME=	ignition-msgs
> +DISTVERSION=	3.0.0
> +CATEGORIES=	devel
> +MASTER_SITES=	https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
> +
> +MAINTAINER=	yuri at FreeBSD.org
> +COMMENT=	Protobuf messages and functions for robot applications
> +
> +LICENSE=	APACHE20
> +
> +BUILD_DEPENDS=	ignition-cmake==2:devel/ignition-cmake \
> +		ignition-tools>0:devel/ignition-tools
> +LIB_DEPENDS=	libprotobuf.so:devel/protobuf \
> +		libignition-math6.so:math/ignition-math
> +RUN_DEPENDS=	ruby:lang/ruby24

Is there something wrong with USE_RUBY?

> +USES=		cmake:outsource
> +USE_LDCONFIG=	yes
> +
> +BB_ACCOUNT=	ignitionrobotics
> +BB_PROJECT=	ign-msgs
> +BB_COMMIT=	4a1cbcabff7d
> +
> +WRKSRC=		${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
> +
> +PLIST_SUB+=	IGN_VER=${DISTVERSION:R:R}

Why += ?

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20181121/9ea31cd8/attachment.sig>


More information about the svn-ports-all mailing list