From owner-svn-ports-head@FreeBSD.ORG Tue Oct 7 12:23:44 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A6A6689; Tue, 7 Oct 2014 12:23:44 +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 077C1848; Tue, 7 Oct 2014 12:23:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97CNhT8056143; Tue, 7 Oct 2014 12:23:43 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97CNhcX056142; Tue, 7 Oct 2014 12:23:43 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410071223.s97CNhcX056142@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 7 Oct 2014 12:23:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370317 - head/x11/xpra 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: Tue, 07 Oct 2014 12:23:44 -0000 Author: wg Date: Tue Oct 7 12:23:43 2014 New Revision: 370317 URL: https://svnweb.freebsd.org/changeset/ports/370317 QAT: https://qat.redports.org/buildarchive/r370317/ Log: x11/xpra: switch from py-imaging to py-pillow - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/x11/xpra/Makefile Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Tue Oct 7 12:23:24 2014 (r370316) +++ head/x11/xpra/Makefile Tue Oct 7 12:23:43 2014 (r370317) @@ -3,6 +3,7 @@ PORTNAME= xpra PORTVERSION= 0.12.6 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ @@ -15,7 +16,7 @@ BUILD_DEPENDS= cython:${PORTSDIR}/lang/c ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \ - ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver \ xauth:${PORTSDIR}/x11/xauth \ setxkbmap:${PORTSDIR}/x11/setxkbmap \ @@ -25,12 +26,11 @@ LIB_DEPENDS= libx264.so:${PORTSDIR}/mult libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libvpx.so:${PORTSDIR}/multimedia/libvpx -USES= pkgconfig tar:bzip2 -USE_PYTHON= yes +USES= pkgconfig python tar:bzip2 +USE_PYTHON= distutils USE_XORG= x11 xtst xfixes xcomposite xdamage xrandr PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHON_VER=${PYTHON_VER} -USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= xpra_all post-install: