svn commit: r388656 - head/www/py-aiohttp

Antoine Brodin antoine at FreeBSD.org
Sat Jun 6 06:24:46 UTC 2015


Author: antoine
Date: Sat Jun  6 06:24:45 2015
New Revision: 388656
URL: https://svnweb.freebsd.org/changeset/ports/388656

Log:
  Ignore on the package builders
  
  Reported by:	pkg-fallout

Modified:
  head/www/py-aiohttp/Makefile

Modified: head/www/py-aiohttp/Makefile
==============================================================================
--- head/www/py-aiohttp/Makefile	Sat Jun  6 06:20:45 2015	(r388655)
+++ head/www/py-aiohttp/Makefile	Sat Jun  6 06:24:45 2015	(r388656)
@@ -30,6 +30,9 @@ USE_PYTHON=	autoplist distutils
 .if ${PYTHON_REL} < 3400
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}asyncio>0:${PORTSDIR}/devel/py-asyncio
 .endif
+.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT}
+IGNORE=	you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
+.endif
 
 regression-test: build
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test


More information about the svn-ports-head mailing list