Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2014 16:37:33 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368044 - head/audio/py-pylast
Message-ID:  <201409121637.s8CGbXxu032396@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Fri Sep 12 16:37:32 2014
New Revision: 368044
URL: http://svnweb.freebsd.org/changeset/ports/368044
QAT: https://qat.redports.org/buildarchive/r368044/

Log:
  Needs EGGINFO for other ports to import
  
  PR:		192096
  Submitted by:	Kris Moore

Modified:
  head/audio/py-pylast/Makefile

Modified: head/audio/py-pylast/Makefile
==============================================================================
--- head/audio/py-pylast/Makefile	Fri Sep 12 16:34:06 2014	(r368043)
+++ head/audio/py-pylast/Makefile	Fri Sep 12 16:37:32 2014	(r368044)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pylast
 PORTVERSION=	0.5.11
+PORTREVISION=	1
 CATEGORIES=	audio python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+INSTALLS_EGGINFO=	yes
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/pylast.py \
 		%%PYTHON_SITELIBDIR%%/pylast.pyc \



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