svn commit: r407978 - head/dns/py-py3dns

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 3 20:54:34 UTC 2016


Author: sunpoet
Date: Wed Feb  3 20:54:33 2016
New Revision: 407978
URL: https://svnweb.freebsd.org/changeset/ports/407978

Log:
  - Sort knobs
  - Remove incorrect and outdated PYTHON_REL check
  - Do not silence test message

Modified:
  head/dns/py-py3dns/Makefile

Modified: head/dns/py-py3dns/Makefile
==============================================================================
--- head/dns/py-py3dns/Makefile	Wed Feb  3 20:54:28 2016	(r407977)
+++ head/dns/py-py3dns/Makefile	Wed Feb  3 20:54:33 2016	(r407978)
@@ -17,20 +17,11 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:${PORTSDIR}/devel/py-pytest
 
-USES=		python:3.3+
-USE_PYTHON=	autoplist distutils
-
 NO_ARCH=	yes
-
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} == 3300
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ipaddress>=0:${PORTSDIR}/net/py-ipaddress
-.elif ${PYTHON_REL} <= 3200
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ipaddr>=0:${PORTSDIR}/devel/py-ipaddr
-.endif
+USE_PYTHON=	autoplist distutils
+USES=		python:3.3+
 
 do-test:
-	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
+	cd ${WRKSRC}/ && ${PYTHON_CMD} -m pytest
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list