svn commit: r329163 - in head: irc/py-irc net/py-kombu
Ruslan Makhmatkhanov
rm at FreeBSD.org
Thu Oct 3 09:05:54 UTC 2013
Author: rm
Date: Thu Oct 3 09:05:53 2013
New Revision: 329163
URL: http://svnweb.freebsd.org/changeset/ports/329163
Log:
Drop condititional dependency on py-imporlib, since it was removed.
With hat: python
Modified:
head/irc/py-irc/Makefile
head/net/py-kombu/Makefile
Modified: head/irc/py-irc/Makefile
==============================================================================
--- head/irc/py-irc/Makefile Thu Oct 3 08:35:38 2013 (r329162)
+++ head/irc/py-irc/Makefile Thu Oct 3 09:05:53 2013 (r329163)
@@ -29,7 +29,6 @@ NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 270
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib>0:${PORTSDIR}/devel/py-importlib
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse
.endif
Modified: head/net/py-kombu/Makefile
==============================================================================
--- head/net/py-kombu/Makefile Thu Oct 3 08:35:38 2013 (r329162)
+++ head/net/py-kombu/Makefile Thu Oct 3 09:05:53 2013 (r329163)
@@ -58,8 +58,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyz
.endif
.if ${PYTHON_REL} < 270
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ordereddict>=0:${PORTSDIR}/devel/py-ordereddict \
- ${PYTHON_PKGNAMEPREFIX}importlib>=0:${PORTSDIR}/devel/py-importlib
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ordereddict>=0:${PORTSDIR}/devel/py-ordereddict
.endif
.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list