Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2014 09:10:40 +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: r357758 - head/multimedia/py-librtmp
Message-ID:  <201406140910.s5E9Aeoe057648@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sat Jun 14 09:10:40 2014
New Revision: 357758
URL: http://svnweb.freebsd.org/changeset/ports/357758
QAT: https://qat.redports.org/buildarchive/r357758/

Log:
  - Remove easy_install dependency
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:	python@
  Approved by:	portmgr (implicit)

Modified:
  head/multimedia/py-librtmp/Makefile

Modified: head/multimedia/py-librtmp/Makefile
==============================================================================
--- head/multimedia/py-librtmp/Makefile	Sat Jun 14 08:53:48 2014	(r357757)
+++ head/multimedia/py-librtmp/Makefile	Sat Jun 14 09:10:40 2014	(r357758)
@@ -3,7 +3,7 @@
 
 PORTNAME=	librtmp
 PORTVERSION=	0.1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,10 +21,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sing
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYDISTUTILS_PKGNAME=	python-${PORTNAME}
-PYEASYINSTALL_ARCHDEP=	yes
 
 .include <bsd.port.mk>



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