From owner-svn-ports-head@FreeBSD.ORG Mon Oct 6 16:22:33 2014 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 825C5165; Mon, 6 Oct 2014 16:22:33 +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 6E86D387; Mon, 6 Oct 2014 16:22:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s96GMXH5071647; Mon, 6 Oct 2014 16:22:33 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s96GMXBA071646; Mon, 6 Oct 2014 16:22:33 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410061622.s96GMXBA071646@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 6 Oct 2014 16:22:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370190 - head/multimedia/openshot 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: Mon, 06 Oct 2014 16:22:33 -0000 Author: wg Date: Mon Oct 6 16:22:32 2014 New Revision: 370190 URL: https://svnweb.freebsd.org/changeset/ports/370190 QAT: https://qat.redports.org/buildarchive/r370190/ Log: multimedia/openshot: switch from py-imaging to py-pillow - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/multimedia/openshot/Makefile Modified: head/multimedia/openshot/Makefile ============================================================================== --- head/multimedia/openshot/Makefile Mon Oct 6 15:46:36 2014 (r370189) +++ head/multimedia/openshot/Makefile Mon Oct 6 16:22:32 2014 (r370190) @@ -3,7 +3,7 @@ PORTNAME= openshot PORTVERSION= 1.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://launchpad.net/openshot/${PORTVERSION:C/\.[0-9]+$//}/${PORTVERSION}/+download/ @@ -16,16 +16,15 @@ RUN_DEPENDS= ffmpeg:${PORTSDIR}/multimed frei0r-plugins>=0:${PORTSDIR}/graphics/frei0r-plugins \ ${PYTHON_PKGNAMEPREFIX}goocanvas>=0:${PORTSDIR}/graphics/py-goocanvas \ ${PYTHON_PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 \ - ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}mlt>=0:${PORTSDIR}/multimedia/py-mlt \ ${PYTHON_PKGNAMEPREFIX}xdg>=0:${PORTSDIR}/devel/py-xdg \ scrollkeeper-install:${PORTSDIR}/textproc/rarian \ sox:${PORTSDIR}/audio/sox USE_GNOME= pygtk2 -USE_PYTHON= 2 -USE_PYDISTUTILS=yes -USES= desktop-file-utils gettext shared-mime-info +USE_PYTHON= distutils +USES= desktop-file-utils gettext python:2 shared-mime-info INSTALLS_OMF= yes post-patch: