From owner-svn-ports-head@FreeBSD.ORG Sun Mar 22 10:47:27 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 810AAA7A; Sun, 22 Mar 2015 10:47:27 +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 6BDA2F03; Sun, 22 Mar 2015 10:47:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2MAlRuN020542; Sun, 22 Mar 2015 10:47:27 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2MAlREn020541; Sun, 22 Mar 2015 10:47:27 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201503221047.t2MAlREn020541@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 22 Mar 2015 10:47:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381901 - head/x11/libX11 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, 22 Mar 2015 10:47:27 -0000 Author: robak Date: Sun Mar 22 10:47:26 2015 New Revision: 381901 URL: https://svnweb.freebsd.org/changeset/ports/381901 QAT: https://qat.redports.org/buildarchive/r381901/ Log: x11/libX11: add CPE information - Maintainer's timeout (x11@FreeBSD.org) PR: 197716 Submitted by: Shun Modified: head/x11/libX11/Makefile Modified: head/x11/libX11/Makefile ============================================================================== --- head/x11/libX11/Makefile Sun Mar 22 10:44:18 2015 (r381900) +++ head/x11/libX11/Makefile Sun Mar 22 10:47:26 2015 (r381901) @@ -12,12 +12,13 @@ COMMENT= X11 library LICENSE= MIT -USES= perl5 +USES= cpe perl5 XORG_CAT= lib USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \ kbproto:both inputproto xf86bigfontproto xproto:both \ xcb USE_PERL5= build +CPE_VENDOR= x CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ --without-xmlto \