svn commit: r382572 - head/security/libtasn1

Roman Bogorodskiy novel at FreeBSD.org
Sun Mar 29 08:46:15 UTC 2015


Author: novel
Date: Sun Mar 29 08:46:13 2015
New Revision: 382572
URL: https://svnweb.freebsd.org/changeset/ports/382572
QAT: https://qat.redports.org/buildarchive/r382572/

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

Modified:
  head/security/libtasn1/Makefile

Modified: head/security/libtasn1/Makefile
==============================================================================
--- head/security/libtasn1/Makefile	Sun Mar 29 08:41:53 2015	(r382571)
+++ head/security/libtasn1/Makefile	Sun Mar 29 08:46:13 2015	(r382572)
@@ -11,9 +11,10 @@ MAINTAINER=	novel at FreeBSD.org
 COMMENT=	ASN.1 structure parser library
 
 USE_LDCONFIG=	yes
-USES=		pkgconfig pathfix gmake libtool
+USES=		cpe pkgconfig pathfix gmake libtool
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+CPE_VENDOR=	gnu
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-head mailing list