Index: head/net/py-upnp-inspector/Makefile =================================================================== --- head/net/py-upnp-inspector/Makefile (revision 472739) +++ head/net/py-upnp-inspector/Makefile (revision 472740) @@ -1,22 +1,23 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= UPnP-Inspector PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= http://coherence.beebits.net/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= UPnP Device and Service analyzer LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENCE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Coherence>=0.6.4:net/py-coherence@${FLAVOR} USES= python:2.7 -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes .include