From owner-svn-ports-all@FreeBSD.ORG Sun Jun 8 08:48:02 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 710BAC9E; Sun, 8 Jun 2014 08:48:02 +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 452712063; Sun, 8 Jun 2014 08:48:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s588m2D5043442; Sun, 8 Jun 2014 08:48:02 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s588m1H9043440; Sun, 8 Jun 2014 08:48:01 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201406080848.s588m1H9043440@svn.freebsd.org> From: Marcus von Appen Date: Sun, 8 Jun 2014 08:48:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356990 - head/audio/pithos 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: Sun, 08 Jun 2014 08:48:02 -0000 Author: mva Date: Sun Jun 8 08:48:01 2014 New Revision: 356990 URL: http://svnweb.freebsd.org/changeset/ports/356990 QAT: https://qat.redports.org/buildarchive/r356990/ Log: - Convert to stagedir - Remove easy_install dependency - Pet portlint - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Modified: head/audio/pithos/Makefile head/audio/pithos/pkg-plist Modified: head/audio/pithos/Makefile ============================================================================== --- head/audio/pithos/Makefile Sun Jun 8 08:42:22 2014 (r356989) +++ head/audio/pithos/Makefile Sun Jun 8 08:48:01 2014 (r356990) @@ -3,36 +3,34 @@ PORTNAME= pithos PORTVERSION= 0.3.18 +PORTREVISION= 1 CATEGORIES= audio DISTNAME= ${PORTVERSION} -USE_GITHUB= yes -GH_ACCOUNT= pithos -GH_PROJECT= pithos -GH_COMMIT= 0770210 - MAINTAINER= john@pcbsd.org COMMENT= Pandora client for the GNOME desktop LICENSE= GPLv3 +USE_GITHUB= yes +GH_ACCOUNT= pithos +GH_PROJECT= pithos +GH_COMMIT= 0770210 + RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \ ${LOCALBASE}/libdata/pkgconfig/notify-python.pc:${PORTSDIR}/devel/py-notify \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus USE_PYTHON= yes -NO_STAGE= yes USE_GNOME= pygtk2 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=yes USE_GSTREAMER= good bad python PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_PKGNAME= ${PORTNAME} -PYEASYINSTALL_EGG= pithos-0.3-py2.7.egg post-install: - @${MKDIR} ${DATADIR} - @(cd ${WRKSRC}/data/ && ${COPYTREE_SHARE} \* ${DATADIR}) - @(cd ${WRKSRC}/pithos/data/ && ${COPYTREE_SHARE} \* ${DATADIR}) + ${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC}/data/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}) + (cd ${WRKSRC}/pithos/data/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}) .include Modified: head/audio/pithos/pkg-plist ============================================================================== --- head/audio/pithos/pkg-plist Sun Jun 8 08:42:22 2014 (r356989) +++ head/audio/pithos/pkg-plist Sun Jun 8 08:48:01 2014 (r356990) @@ -19,7 +19,5 @@ %%DATADIR%%/ui/StationsDialog.ui @dirrm %%DATADIR%%/icons/scalable/apps @dirrm %%DATADIR%%/icons/scalable -@dirrm %%DATADIR%%/icons @dirrm %%DATADIR%%/media @dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%