svn commit: r412129 - head/security/dropbear

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Mar 29 18:51:16 UTC 2016


Author: amdmi3
Date: Tue Mar 29 18:51:15 2016
New Revision: 412129
URL: https://svnweb.freebsd.org/changeset/ports/412129

Log:
  - Add CPE information
  
  PR:		208327
  Submitted by:	shun.fbsd.pr at dropcut.net
  Approved by:	portmgr blanket

Modified:
  head/security/dropbear/Makefile

Modified: head/security/dropbear/Makefile
==============================================================================
--- head/security/dropbear/Makefile	Tue Mar 29 18:44:45 2016	(r412128)
+++ head/security/dropbear/Makefile	Tue Mar 29 18:51:15 2016	(r412129)
@@ -10,7 +10,9 @@ MAINTAINER=	pkubaj at anongoth.pl
 COMMENT=	SSH 2 server, designed to be usable in small memory environments
 
 GNU_CONFIGURE=	yes
-USES=	gmake tar:bzip2
+USES=		cpe gmake tar:bzip2
+CPE_VENDOR=	matt_johnston
+CPE_PRODUCT=	dropbear_ssh_server
 
 USE_RC_SUBR=	${PORTNAME}
 


More information about the svn-ports-all mailing list