Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2017 14:50:56 +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: r442640 - head/net-im/py-punjab
Message-ID:  <201706051450.v55EouEd048554@repo.freebsd.org>

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



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