svn commit: r385844 - head/devel/boehm-gc

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 9 01:06:57 UTC 2015


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 at 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


More information about the svn-ports-all mailing list