svn commit: r381607 - head/security/gnutls

Bryan Drewery bdrewery at FreeBSD.org
Thu Mar 19 15:55:16 UTC 2015


Author: bdrewery
Date: Thu Mar 19 15:55:15 2015
New Revision: 381607
URL: https://svnweb.freebsd.org/changeset/ports/381607
QAT: https://qat.redports.org/buildarchive/r381607/

Log:
  Add CPE information.
  
  PR:		153859
  Submitted by:	shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/security/gnutls/Makefile

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Thu Mar 19 15:53:02 2015	(r381606)
+++ head/security/gnutls/Makefile	Thu Mar 19 15:55:15 2015	(r381607)
@@ -16,7 +16,7 @@ LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.L
 LIB_DEPENDS=	libnettle.so:${PORTSDIR}/security/nettle \
 		libtasn1.so:${PORTSDIR}/security/libtasn1
 
-USES=		gmake iconv libtool makeinfo pathfix pkgconfig tar:xz
+USES=		cpe gmake iconv libtool makeinfo pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-guile \
@@ -26,6 +26,8 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 MAKE_ENV=	MAKEINFOFLAGS=--no-split
 
+CPE_VENDOR=	gnu
+
 OPTIONS_DEFINE=		CRYWRAP EXAMPLES LIBDANE NLS P11KIT TPM ZLIB
 OPTIONS_DEFAULT=	CRYWRAP P11KIT TPM ZLIB
 OPTIONS_SUB=		yes


More information about the svn-ports-head mailing list