svn commit: r566463 - head/www/py-httpbin

Ruslan Makhmatkhanov rm at FreeBSD.org
Wed Feb 24 10:01:48 UTC 2021


Author: rm
Date: Wed Feb 24 10:01:47 2021
New Revision: 566463
URL: https://svnweb.freebsd.org/changeset/ports/566463

Log:
  www/py-httpbin: add NO_ARCH
  
  Package installs some binary files (images), but it's not the reason to mark
  it platform-dependent.
  
  PR:		251847

Modified:
  head/www/py-httpbin/Makefile

Modified: head/www/py-httpbin/Makefile
==============================================================================
--- head/www/py-httpbin/Makefile	Wed Feb 24 09:55:45 2021	(r566462)
+++ head/www/py-httpbin/Makefile	Wed Feb 24 10:01:47 2021	(r566463)
@@ -24,6 +24,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}blinker>=1.1:devel
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+NO_ARCH=	yes
 
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} test_httpbin.py


More information about the svn-ports-all mailing list