svn commit: r384617 - head/security/openconnect

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 23 22:58:34 UTC 2015


Author: amdmi3
Date: Thu Apr 23 22:58:33 2015
New Revision: 384617
URL: https://svnweb.freebsd.org/changeset/ports/384617

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/security/openconnect/Makefile

Modified: head/security/openconnect/Makefile
==============================================================================
--- head/security/openconnect/Makefile	Thu Apr 23 21:48:41 2015	(r384616)
+++ head/security/openconnect/Makefile	Thu Apr 23 22:58:33 2015	(r384617)
@@ -20,7 +20,8 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \
 		--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
 		--without-stoken --without-openssl-version-check
-USES=		gmake libtool pkgconfig python:build
+USES=		cpe gmake libtool pkgconfig python:build
+CPE_VENDOR=	infradead
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 PORTDOCS=	*


More information about the svn-ports-all mailing list