Date: Sun, 20 Aug 2017 12:58:23 +0000 (UTC) From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448422 - head/net/py-msrplib Message-ID: <201708201258.v7KCwNhM016132@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eugen Date: Sun Aug 20 12:58:23 2017 New Revision: 448422 URL: https://svnweb.freebsd.org/changeset/ports/448422 Log: Update RUN_DEPENDS: use newer twisted. Bump PORTREVISION for dependency change. Give up maintainership as I have not used this port for years and I'm really not in position to test or upgrade it. PR: 221659 Submitted by: sunpoet Modified: head/net/py-msrplib/Makefile Modified: head/net/py-msrplib/Makefile ============================================================================== --- head/net/py-msrplib/Makefile Sun Aug 20 12:48:16 2017 (r448421) +++ head/net/py-msrplib/Makefile Sun Aug 20 12:58:23 2017 (r448422) @@ -3,7 +3,7 @@ PORTNAME= msrplib PORTVERSION= 0.14.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= http://download.ag-projects.com/SipClient/ \ http://www.grosbein.net/python/ @@ -18,11 +18,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gnutls>=1.1.6:security/py-gnutls \ ${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.15:net/py-eventlet \ - ${PYTHON_PKGNAMEPREFIX}application>=1.1.0:devel/py-application + ${PYTHON_PKGNAMEPREFIX}application>=1.1.0:devel/py-application \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes -USES= python twisted:names +USES= python USE_PYTHON= distutils autoplist .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708201258.v7KCwNhM016132>