svn commit: r441161 - head/devel/py-epsilon

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 18 16:03:33 UTC 2017


Author: sunpoet
Date: Thu May 18 16:03:31 2017
New Revision: 441161
URL: https://svnweb.freebsd.org/changeset/ports/441161

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

Modified:
  head/devel/py-epsilon/Makefile

Modified: head/devel/py-epsilon/Makefile
==============================================================================
--- head/devel/py-epsilon/Makefile	Thu May 18 16:03:17 2017	(r441160)
+++ head/devel/py-epsilon/Makefile	Thu May 18 16:03:31 2017	(r441161)
@@ -3,20 +3,25 @@
 
 PORTNAME=	epsilon
 PORTVERSION=	0.7.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Epsilon-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Set of Python utility modules used by DivMod projects
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:security/py-openssl
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl \
+		${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
 
 CONFLICTS=	brlcad-[0-9]*
-USES=		python twisted
-USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist distutils
+USES=		python
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list