Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2017 16:03:36 +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: r441162 - head/net-p2p/py-vertex
Message-ID:  <201705181603.v4IG3adA002980@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu May 18 16:03:36 2017
New Revision: 441162
URL: https://svnweb.freebsd.org/changeset/ports/441162

Log:
  Change from USES=twisted to devel/py-twisted
  
  - Add LICENSE_FILE
  - Remove BUILD_DEPENDS
  - Bump PORTREVISION for dependency change
  - Take maintainership

Modified:
  head/net-p2p/py-vertex/Makefile

Modified: head/net-p2p/py-vertex/Makefile
==============================================================================
--- head/net-p2p/py-vertex/Makefile	Thu May 18 16:03:31 2017	(r441161)
+++ head/net-p2p/py-vertex/Makefile	Thu May 18 16:03:36 2017	(r441162)
@@ -3,22 +3,24 @@
 
 PORTNAME=	vertex
 PORTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	net-p2p python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Vertex-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Vertex is an implementation of the Q2Q protocol
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/epsilon/__init__.py:devel/py-epsilon \
-		${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:security/py-openssl
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/epsilon/__init__.py:devel/py-epsilon \
-		${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:security/py-openssl
-
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python twisted
-USE_PYTHON=	distutils autoplist
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}epsilon>=0:devel/py-epsilon \
+		${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl \
+		${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist distutils
+USES=		python
 
 .include <bsd.port.mk>



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