svn commit: r560956 - head/mail/py-mail-parser

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:21:45 UTC 2021


Author: sunpoet
Date: Sun Jan 10 08:21:39 2021
New Revision: 560956
URL: https://svnweb.freebsd.org/changeset/ports/560956

Log:
  Clean up RUN_DEPENDS after r559531 (USES=python:3.6+)

Modified:
  head/mail/py-mail-parser/Makefile

Modified: head/mail/py-mail-parser/Makefile
==============================================================================
--- head/mail/py-mail-parser/Makefile	Sun Jan 10 08:21:35 2021	(r560955)
+++ head/mail/py-mail-parser/Makefile	Sun Jan 10 08:21:39 2021	(r560956)
@@ -13,7 +13,6 @@ 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}
 


More information about the svn-ports-all mailing list