From owner-svn-ports-head@FreeBSD.ORG Sun Mar 29 08:46:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54BD08AF; Sun, 29 Mar 2015 08:46:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F717284; Sun, 29 Mar 2015 08:46:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2T8kEjD085160; Sun, 29 Mar 2015 08:46:14 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2T8kEej085159; Sun, 29 Mar 2015 08:46:14 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201503290846.t2T8kEej085159@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 29 Mar 2015 08:46:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382572 - head/security/libtasn1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2015 08:46:15 -0000 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 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@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