Date: Thu, 18 May 2017 16:03:31 +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: r441161 - head/devel/py-epsilon Message-ID: <201705181603.v4IG3VFF002875@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org +MAINTAINER= sunpoet@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705181603.v4IG3VFF002875>