svn commit: r383987 - head/security/gnupg20

Bartek Rutkowski robak at FreeBSD.org
Tue Apr 14 08:42:14 UTC 2015


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 at FreeBSD.org)
  
  PR:		198851
  Submitted by:	Shun <shun.fbsd.pr at 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


More information about the svn-ports-all mailing list