Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2015 19:12:19 +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: r384068 - head/security/suricata
Message-ID:  <201504151912.t3FJCJHq038316@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Apr 15 19:12:18 2015
New Revision: 384068
URL: https://svnweb.freebsd.org/changeset/ports/384068

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/security/suricata/Makefile

Modified: head/security/suricata/Makefile
==============================================================================
--- head/security/suricata/Makefile	Wed Apr 15 18:46:50 2015	(r384067)
+++ head/security/suricata/Makefile	Wed Apr 15 19:12:18 2015	(r384068)
@@ -17,11 +17,13 @@ LIB_DEPENDS=	libpcre.so:${PORTSDIR}/deve
 		libnet.so:${PORTSDIR}/net/libnet \
 		libyaml.so:${PORTSDIR}/textproc/libyaml
 
-USES=		autoreconf gmake libtool pathfix pkgconfig
+USES=		autoreconf cpe gmake libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	${PORTNAME}
 GNU_CONFIGURE=	yes
 
+CPE_VENDOR=	openinfosecfoundation
+
 INSTALL_TARGET=		install-strip
 PATHFIX_MAKEFILEIN=	Makefile.am
 



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