Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2015 22:58:33 +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: r384617 - head/security/openconnect
Message-ID:  <201504232258.t3NMwXsD053967@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=	*



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