Date: Mon, 4 Sep 2017 00:01:07 +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: r449228 - head/net/sippy_b2bua Message-ID: <201709040001.v84017eX057558@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Sep 4 00:01:07 2017 New Revision: 449228 URL: https://svnweb.freebsd.org/changeset/ports/449228 Log: Change from USES=twisted to devel/py-twisted - Bump PORTREVISION for dependency change PR: 221662 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Modified: head/net/sippy_b2bua/Makefile Modified: head/net/sippy_b2bua/Makefile ============================================================================== --- head/net/sippy_b2bua/Makefile Mon Sep 4 00:01:02 2017 (r449227) +++ head/net/sippy_b2bua/Makefile Mon Sep 4 00:01:07 2017 (r449228) @@ -3,7 +3,7 @@ PORTNAME= sippy_b2bua PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net python MASTER_SITES= http://www.b2bua.org/chrome/site/ DISTNAME= sippy-${PORTVERSION} @@ -11,9 +11,11 @@ DISTNAME= sippy-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org COMMENT= SIP Back-to-back user agent (B2BUA) server with Radius support +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted + NO_ARCH= yes USE_PYTHON= distutils -USES= python twisted +USES= python PYDISTUTILS_PKGNAME= sippy DOCSDIR= ${PREFIX}/share/doc/${PYDISTUTILS_PKGNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709040001.v84017eX057558>