svn commit: r384607 - head/security/denyhosts

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 23 20:16:48 UTC 2015


Author: amdmi3
Date: Thu Apr 23 20:16:47 2015
New Revision: 384607
URL: https://svnweb.freebsd.org/changeset/ports/384607

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/security/denyhosts/Makefile

Modified: head/security/denyhosts/Makefile
==============================================================================
--- head/security/denyhosts/Makefile	Thu Apr 23 20:08:47 2015	(r384606)
+++ head/security/denyhosts/Makefile	Thu Apr 23 20:16:47 2015	(r384607)
@@ -18,7 +18,8 @@ OPTIONS_DEFINE=	DOCS
 REINPLACE_ARGS=	-i ''
 USE_PYTHON=	autoplist distutils
 USE_RC_SUBR=	denyhosts
-USES=		python:2 shebangfix
+USES=		cpe python:2 shebangfix
+CPE_VENDOR=	phil_schwartz
 
 PORTDOCS=	CHANGELOG.txt LICENSE.txt README.txt
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list