Index: head/devel/py-parsedatetime/Makefile =================================================================== --- head/devel/py-parsedatetime/Makefile (revision 453641) +++ head/devel/py-parsedatetime/Makefile (revision 453642) @@ -1,18 +1,22 @@ # Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= parsedatetime PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python module for parsing 'human readable' date/time expressions LICENSE= APACHE20 USES= python USE_PYTHON= distutils autoplist + +post-patch: + ${REINPLACE_CMD} "/install_requires=\['future'\],/d" ${WRKSRC}/setup.py .include