From owner-svn-ports-branches@FreeBSD.ORG Fri Nov 21 08:20:02 2014 Return-Path: Delivered-To: svn-ports-branches@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 341E8C93; Fri, 21 Nov 2014 08:20:02 +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 20A7EADB; Fri, 21 Nov 2014 08:20:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAL8K26H048810; Fri, 21 Nov 2014 08:20:02 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAL8K1M3048808; Fri, 21 Nov 2014 08:20:01 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201411210820.sAL8K1M3048808@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 21 Nov 2014 08:20:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r372982 - branches/2014Q4/www/kwebkitpart X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2014 08:20:02 -0000 Author: rakuco Date: Fri Nov 21 08:20:01 2014 New Revision: 372982 URL: https://svnweb.freebsd.org/changeset/ports/372982 QAT: https://qat.redports.org/buildarchive/r372982/ Log: MFH: r372980 Set CPE information, as requested by rea. Approved by: ports-secteam (rea) Modified: branches/2014Q4/www/kwebkitpart/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/www/kwebkitpart/Makefile ============================================================================== --- branches/2014Q4/www/kwebkitpart/Makefile Fri Nov 21 08:18:09 2014 (r372981) +++ branches/2014Q4/www/kwebkitpart/Makefile Fri Nov 21 08:20:01 2014 (r372982) @@ -12,6 +12,8 @@ COMMENT= Web browser component for KDE S USE_KDE4= kdehier kdelibs kdeprefix automoc4 USE_QT4= designer gui webkit \ moc_build qmake_build rcc_build uic_build -USES= cmake tar:xz +USES= cmake cpe tar:xz + +CPE_VENDOR= urs_wolfer .include