svn commit: r382480 - head/security/libgcrypt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 28 12:42:09 UTC 2015


Author: sunpoet
Date: Sat Mar 28 12:42:08 2015
New Revision: 382480
URL: https://svnweb.freebsd.org/changeset/ports/382480
QAT: https://qat.redports.org/buildarchive/r382480/

Log:
  - Add CPE information
  
  PR:		198985
  Submitted by:	Carlos Jacobo Puga Medina <cpm at fbsd.es> (maintainer)

Modified:
  head/security/libgcrypt/Makefile

Modified: head/security/libgcrypt/Makefile
==============================================================================
--- head/security/libgcrypt/Makefile	Sat Mar 28 12:18:34 2015	(r382479)
+++ head/security/libgcrypt/Makefile	Sat Mar 28 12:42:08 2015	(r382480)
@@ -15,7 +15,8 @@ LICENSE_COMB=	multi
 BUILD_DEPENDS=	libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error
 RUN_DEPENDS=	libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error
 
-USES=		libtool makeinfo tar:bzip2
+USES=		cpe libtool makeinfo tar:bzip2
+CPE_VENDOR=	gnupg
 USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-drng-support


More information about the svn-ports-head mailing list