From owner-svn-ports-all@FreeBSD.ORG Tue Jul 1 18:16:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D4EDF54; Tue, 1 Jul 2014 18:16:53 +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 0AE9A2E9A; Tue, 1 Jul 2014 18:16:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s61IGqbI017670; Tue, 1 Jul 2014 18:16:52 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s61IGqwS017668; Tue, 1 Jul 2014 18:16:52 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407011816.s61IGqwS017668@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 1 Jul 2014 18:16:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360073 - head/x11/xpyb 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 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, 01 Jul 2014 18:16:53 -0000 Author: tijl Date: Tue Jul 1 18:16:52 2014 New Revision: 360073 URL: http://svnweb.freebsd.org/changeset/ports/360073 QAT: https://qat.redports.org/buildarchive/r360073/ Log: USES=libtool tar:bzip2 Modified: head/x11/xpyb/Makefile head/x11/xpyb/pkg-plist Modified: head/x11/xpyb/Makefile ============================================================================== --- head/x11/xpyb/Makefile Tue Jul 1 18:14:59 2014 (r360072) +++ head/x11/xpyb/Makefile Tue Jul 1 18:16:52 2014 (r360073) @@ -3,7 +3,7 @@ PORTNAME= xpyb PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 python MASTER_SITES= http://xcb.freedesktop.org/%SUBDIR%/ MASTER_SITE_SUBDIR= dist @@ -12,19 +12,18 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ashish@FreeBSD.org COMMENT= Python bindings to access X Window System protocol via libxcb -OPTIONS_DEFINE= DOCS - BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto \ xcb-proto>=1.7.1:${PORTSDIR}/x11/xcb-proto -USE_BZIP2= yes +USES= libtool pathfix pkgconfig tar:bzip2 USE_PYTHON= yes USE_XORG= xcb -USES= pathfix pkgconfig PORTDOCS= README COPYING INSTALL NEWS XcbPythonBinding.txt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= DOCS + .include Modified: head/x11/xpyb/pkg-plist ============================================================================== --- head/x11/xpyb/pkg-plist Tue Jul 1 18:14:59 2014 (r360072) +++ head/x11/xpyb/pkg-plist Tue Jul 1 18:16:52 2014 (r360073) @@ -43,9 +43,9 @@ %%PYTHON_SITELIBDIR%%/xcb/xc_misc.py %%PYTHON_SITELIBDIR%%/xcb/xc_misc.pyc %%PYTHON_SITELIBDIR%%/xcb/xc_misc.pyo -%%PYTHON_SITELIBDIR%%/xcb/xcb.la %%PYTHON_SITELIBDIR%%/xcb/xcb.so %%PYTHON_SITELIBDIR%%/xcb/xcb.so.0 +%%PYTHON_SITELIBDIR%%/xcb/xcb.so.0.0.0 %%PYTHON_SITELIBDIR%%/xcb/xevie.py %%PYTHON_SITELIBDIR%%/xcb/xevie.pyc %%PYTHON_SITELIBDIR%%/xcb/xevie.pyo