Date: Wed, 21 Nov 2018 17:21:58 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485526 - head/devel/ignition-msgs Message-ID: <201811211721.wALHLwp1060404@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Nov 21 17:21:58 2018 New Revision: 485526 URL: https://svnweb.freebsd.org/changeset/ports/485526 Log: devel/ignition-msgs: Replace PLIST_SUB+= -> PLIST_SUB=; Add USE_RUBY Reported by: mat Modified: head/devel/ignition-msgs/Makefile Modified: head/devel/ignition-msgs/Makefile ============================================================================== --- head/devel/ignition-msgs/Makefile Wed Nov 21 17:17:39 2018 (r485525) +++ head/devel/ignition-msgs/Makefile Wed Nov 21 17:21:58 2018 (r485526) @@ -14,9 +14,9 @@ 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 USES= cmake:outsource +USE_RUBY= yes USE_LDCONFIG= yes BB_ACCOUNT= ignitionrobotics @@ -25,6 +25,6 @@ BB_COMMIT= 4a1cbcabff7d WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} -PLIST_SUB+= MSGS_IGN_VER=msgs${DISTVERSION:R:R} +PLIST_SUB= MSGS_IGN_VER=msgs${DISTVERSION:R:R} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811211721.wALHLwp1060404>