svn commit: r357758 - head/multimedia/py-librtmp
Marcus von Appen
mva at FreeBSD.org
Sat Jun 14 09:10:41 UTC 2014
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>
More information about the svn-ports-all
mailing list