Date: Sat, 9 May 2015 01:06:57 +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: r385844 - head/devel/boehm-gc Message-ID: <201505090106.t4916vf1025735@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat May 9 01:06:56 2015 New Revision: 385844 URL: https://svnweb.freebsd.org/changeset/ports/385844 Log: - Add CPE info PR: 200058 Submitted by: cpm@fbsd.es (maintainer) Modified: head/devel/boehm-gc/Makefile Modified: head/devel/boehm-gc/Makefile ============================================================================== --- head/devel/boehm-gc/Makefile Sat May 9 00:57:53 2015 (r385843) +++ head/devel/boehm-gc/Makefile Sat May 9 01:06:56 2015 (r385844) @@ -22,7 +22,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:${PORTSDIR}/devel/libatomic_ops GNU_CONFIGURE= yes -USES= libtool pathfix pkgconfig +USES= cpe libtool pathfix pkgconfig +CPE_VENDOR= boehm-demers-weiser +CPE_PRODUCT= garbage_collector USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-cplusplus --disable-static
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505090106.t4916vf1025735>