svn commit: r395887 - head/net/py-ndg_httpsclient

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 2 17:04:24 UTC 2015


Author: sunpoet
Date: Wed Sep  2 17:04:23 2015
New Revision: 395887
URL: https://svnweb.freebsd.org/changeset/ports/395887

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Add NO_ARCH
  - Bump PORTREVISION for package change

Modified:
  head/net/py-ndg_httpsclient/Makefile

Modified: head/net/py-ndg_httpsclient/Makefile
==============================================================================
--- head/net/py-ndg_httpsclient/Makefile	Wed Sep  2 17:04:19 2015	(r395886)
+++ head/net/py-ndg_httpsclient/Makefile	Wed Sep  2 17:04:23 2015	(r395887)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ndg_httpsclient
 PORTVERSION=	0.4.0
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP/source/n/ndg-httpsclient
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,8 @@ LICENSE=	BSD3CLAUSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asn1>=0.1.4:${PORTSDIR}/devel/py-asn1 \
 		${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl
 
-USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list