Date: Thu, 18 May 2017 16:03:41 +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: r441163 - head/net/pythondirector Message-ID: <201705181603.v4IG3fZN003082@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu May 18 16:03:41 2017 New Revision: 441163 URL: https://svnweb.freebsd.org/changeset/ports/441163 Log: Change from USES=twisted to devel/py-twisted - Bump PORTREVISION for dependency change - Pass maintainership to python@ Modified: head/net/pythondirector/Makefile Modified: head/net/pythondirector/Makefile ============================================================================== --- head/net/pythondirector/Makefile Thu May 18 16:03:36 2017 (r441162) +++ head/net/pythondirector/Makefile Thu May 18 16:03:41 2017 (r441163) @@ -3,26 +3,28 @@ PORTNAME= pydirector PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= SF/pythondirector/pythondirector/pythondirector-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= TCP load balancer written in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt -USES= python twisted:run -USE_PYTHON= distutils autoplist +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted + +OPTIONS_DEFINE= DOCS + NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python PORTDOCS= * -OPTIONS_DEFINE= DOCS - post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705181603.v4IG3fZN003082>