Index: head/devel/py-pyutil/Makefile =================================================================== --- head/devel/py-pyutil/Makefile (revision 465922) +++ head/devel/py-pyutil/Makefile (revision 465923) @@ -1,25 +1,26 @@ # Created by: Chao Shin # $FreeBSD$ PORTNAME= pyutil PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Collection of mature utilities for Python programmers LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.1:devel/py-simplejson@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zbase32>=1.1.0:converters/zbase32 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.0:devel/py-simplejson@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zbase32>=1.0:converters/zbase32 -USES= python:2.7 -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils post-extract: @${FIND} ${WRKSRC} -type f -name "*.py~" -delete .include