From owner-svn-ports-head@FreeBSD.ORG Tue Dec 11 01:29:19 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9CA78806; Tue, 11 Dec 2012 01:29:19 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 815548FC0C; Tue, 11 Dec 2012 01:29:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBB1TJsV061522; Tue, 11 Dec 2012 01:29:19 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBB1TJCr061521; Tue, 11 Dec 2012 01:29:19 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201212110129.qBB1TJCr061521@svn.freebsd.org> From: Renato Botelho Date: Tue, 11 Dec 2012 01:29:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308653 - head/x11/xcb-util 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.14 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: Tue, 11 Dec 2012 01:29:19 -0000 Author: garga Date: Tue Dec 11 01:29:18 2012 New Revision: 308653 URL: http://svnweb.freebsd.org/changeset/ports/308653 Log: Remove unecessary dependency (gperf) and bump PORTREVISION PR: ports/174328 Submitted by: Niclas Zeising Modified: head/x11/xcb-util/Makefile Modified: head/x11/xcb-util/Makefile ============================================================================== --- head/x11/xcb-util/Makefile Tue Dec 11 00:48:33 2012 (r308652) +++ head/x11/xcb-util/Makefile Tue Dec 11 01:29:18 2012 (r308653) @@ -3,6 +3,7 @@ PORTNAME= xcb-util PORTVERSION= 0.3.9 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ @@ -11,7 +12,6 @@ MAINTAINER= garga@FreeBSD.org COMMENT= A module with libxcb/libX11 extension/replacement libraries LIB_DEPENDS= xcb:${PORTSDIR}/x11/libxcb -BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf USE_BZIP2= yes USE_GMAKE= yes @@ -20,7 +20,6 @@ USE_XORG= xau xdmcp USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" post-patch: @${REINPLACE_CMD} -e \