Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2015 08:42:14 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383987 - head/security/gnupg20
Message-ID:  <201504140842.t3E8gEwl048345@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Tue Apr 14 08:42:13 2015
New Revision: 383987
URL: https://svnweb.freebsd.org/changeset/ports/383987

Log:
  security/gnupg20: add CPE information
  
  - Maintainer's timeout (kuriyama@FreeBSD.org)
  
  PR:		198851
  Submitted by:	Shun <shun.fbsd.pr@dropcut.net>

Modified:
  head/security/gnupg20/Makefile

Modified: head/security/gnupg20/Makefile
==============================================================================
--- head/security/gnupg20/Makefile	Tue Apr 14 08:34:41 2015	(r383986)
+++ head/security/gnupg20/Makefile	Tue Apr 14 08:42:13 2015	(r383987)
@@ -26,10 +26,11 @@ BUILD_DEPENDS=	libgpg-error>=1.11:${PORT
 RUN_DEPENDS=	pinentry>0:${PORTSDIR}/security/pinentry
 
 GNU_CONFIGURE=	YES
-USES=		gmake iconv tar:bzip2
+USES=		cpe gmake iconv tar:bzip2
 USE_LDCONFIG=	YES
 CONFIGURE_ARGS+=	--enable-symcryptrun
 CONFLICTS=	gnupg-2.1.*
+CPE_VENDOR=	gnupg
 
 OPTIONS_DEFINE=		LDAP SCDAEMON CURL GPGSM KDNS STD_SOCKET NLS DOCS SUID_GPG
 LDAP_DESC=		LDAP keyserver interface



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