svn commit: r380619 - head/security/putty

Matthias Andree mandree at FreeBSD.org
Fri Mar 6 20:29:55 UTC 2015


Author: mandree
Date: Fri Mar  6 20:29:53 2015
New Revision: 380619
URL: https://svnweb.freebsd.org/changeset/ports/380619
QAT: https://qat.redports.org/buildarchive/r380619/

Log:
  Add CPE info.
  
  PR:		198369
  Submitted by:	shun.fbsd.pr at dropcut.net

Modified:
  head/security/putty/Makefile

Modified: head/security/putty/Makefile
==============================================================================
--- head/security/putty/Makefile	Fri Mar  6 20:00:38 2015	(r380618)
+++ head/security/putty/Makefile	Fri Mar  6 20:29:53 2015	(r380619)
@@ -15,10 +15,12 @@ COMMENT=	Secure shell and telnet client
 LICENSE=	MIT
 LICENSE_FILE=	${FILESDIR}/LICENSE
 
-USES=		gmake pkgconfig
+USES=		cpe gmake pkgconfig
 WRKSRC=		${WRKDIR}/${DISTNAME}/unix
 MAKEFILE=	Makefile.gtk
 
+CPE_VENDOR=	simon_tatham
+
 PLIST_FILES=	bin/plink bin/pscp bin/psftp bin/puttygen
 PLIST_FILES+=	man/man1/plink.1.gz man/man1/pscp.1.gz man/man1/psftp.1.gz man/man1/puttygen.1.gz
 


More information about the svn-ports-head mailing list