Index: head/mail/py-mail-parser/Makefile =================================================================== --- head/mail/py-mail-parser/Makefile (revision 524957) +++ head/mail/py-mail-parser/Makefile (revision 524958) @@ -1,29 +1,26 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= mail-parser PORTVERSION= 3.12.0 PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Wrapper for email standard library LICENSE= APACHE20 RUN_DEPENDS= msgconvert:mail/p5-Email-Outlook-Message \ ${PY_IPADDRESS} \ ${PYTHON_PKGNAMEPREFIX}simplejson>=3.17.0:devel/py-simplejson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.14.0:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -post-patch: - @${REINPLACE_CMD} -e "s|==|>=|; /ipaddress/ s|$$|; python_version < '3.3'|" ${WRKSRC}/requirements.txt - .include Index: head/mail/py-mail-parser/files/patch-requirements.txt =================================================================== --- head/mail/py-mail-parser/files/patch-requirements.txt (nonexistent) +++ head/mail/py-mail-parser/files/patch-requirements.txt (revision 524958) @@ -0,0 +1,11 @@ +--- requirements.txt.orig 2020-01-27 00:11:06 UTC ++++ requirements.txt +@@ -1,3 +1,3 @@ +-ipaddress==1.0.23 +-simplejson==3.17.0 +-six==1.14.0 +\ No newline at end of file ++ipaddress>=1.0.23; python_version < '3.3' ++simplejson>=3.17.0 ++six>=1.14.0 +\ No newline at end of file Property changes on: head/mail/py-mail-parser/files/patch-requirements.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property