Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2014 08:48:01 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356990 - head/audio/pithos
Message-ID:  <201406080848.s588m1H9043440@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406080848.s588m1H9043440>