svn commit: r442640 - head/net-im/py-punjab

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 5 14:50:57 UTC 2017


Author: sunpoet
Date: Mon Jun  5 14:50:55 2017
New Revision: 442640
URL: https://svnweb.freebsd.org/changeset/ports/442640

Log:
  Change from USES=twisted to devel/py-twisted
  
  - Add NO_ARCH
  - Bump PORTREVISION for dependency change

Modified:
  head/net-im/py-punjab/Makefile

Modified: head/net-im/py-punjab/Makefile
==============================================================================
--- head/net-im/py-punjab/Makefile	Mon Jun  5 14:50:51 2017	(r442639)
+++ head/net-im/py-punjab/Makefile	Mon Jun  5 14:50:55 2017	(r442640)
@@ -10,8 +10,11 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	HTTP XMPP client interface
 
-USES=		python twisted:words,web,conch,names
-USE_PYTHON=	distutils autoplist
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
+
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
 USE_RC_SUBR=	punjab
 
 SUB_FILES=	pkg-message punjab.tac


More information about the svn-ports-all mailing list