Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2016 20:54:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407978 - head/dns/py-py3dns
Message-ID:  <201602032054.u13KsXim088211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602032054.u13KsXim088211>