svn commit: r380546 - head/security/krb5

Cy Schubert cy at FreeBSD.org
Thu Mar 5 18:49:29 UTC 2015


Author: cy
Date: Thu Mar  5 18:49:28 2015
New Revision: 380546
URL: https://svnweb.freebsd.org/changeset/ports/380546
QAT: https://qat.redports.org/buildarchive/r380546/

Log:
  dvertise CPE data for Kerberos.
  
  PR:		197465

Modified:
  head/security/krb5/Makefile

Modified: head/security/krb5/Makefile
==============================================================================
--- head/security/krb5/Makefile	Thu Mar  5 18:48:31 2015	(r380545)
+++ head/security/krb5/Makefile	Thu Mar  5 18:49:28 2015	(r380546)
@@ -26,12 +26,16 @@ USE_PERL5=		build
 USE_LDCONFIG=		yes
 USE_CSTD=		gnu99
 GNU_CONFIGURE=		yes
-USES=			gettext gmake perl5 libtool:build
+USES=			cpe gettext gmake perl5 libtool:build
 CONFIGURE_ARGS?=	--enable-shared --without-system-verto \
 			--disable-rpath
 CONFIGURE_ENV=		INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}"
 MAKE_ARGS=		INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}"
 
+CPE_VENDOR=		mit
+CPE_VERSION=		5-${PORTVERSION}
+CPE_PRODUCT=		kerberos
+
 OPTIONS_DEFINE=		KRB5_PDF KRB5_HTML DNS_FOR_REALM LDAP READLINE
 OPTIONS_DEFAULT=	KRB5_PDF KRB5_HTML
 KRB5_PDF_DESC=		Install krb5 PDF documentation


More information about the svn-ports-head mailing list