From owner-svn-ports-all@FreeBSD.ORG Tue Mar 24 15:05:10 2015 Return-Path: Delivered-To: svn-ports-all@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 46DA19F3; Tue, 24 Mar 2015 15:05:10 +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 321175FF; Tue, 24 Mar 2015 15:05:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2OF595m018068; Tue, 24 Mar 2015 15:05:09 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2OF59mb018066; Tue, 24 Mar 2015 15:05:09 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201503241505.t2OF59mb018066@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 24 Mar 2015 15:05:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382107 - head/x11/libXp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2015 15:05:10 -0000 Author: robak Date: Tue Mar 24 15:05:09 2015 New Revision: 382107 URL: https://svnweb.freebsd.org/changeset/ports/382107 QAT: https://qat.redports.org/buildarchive/r382107/ Log: x11/libXp: add CPE information - Maintainer's timeout (x11@FreeBSD.org) PR: 197959 Submitted by: Shun Modified: head/x11/libXp/Makefile Modified: head/x11/libXp/Makefile ============================================================================== --- head/x11/libXp/Makefile Tue Mar 24 14:55:34 2015 (r382106) +++ head/x11/libXp/Makefile Tue Mar 24 15:05:09 2015 (r382107) @@ -14,5 +14,8 @@ LICENSE= MIT XORG_CAT= lib USE_XORG= x11 xext xextproto xau printproto:both +USES+= cpe +CPE_PRODUCT= libxp +CPE_VENDOR= x .include