From owner-svn-ports-head@freebsd.org Sat Nov 14 21:12:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8F34A2FBFD; Sat, 14 Nov 2015 21:12:09 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61C7B1336; Sat, 14 Nov 2015 21:12:09 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAELC8JT052414; Sat, 14 Nov 2015 21:12:08 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAELC8vN052412; Sat, 14 Nov 2015 21:12:08 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511142112.tAELC8vN052412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 14 Nov 2015 21:12:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401601 - head/multimedia/py-librtmp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 21:12:09 -0000 Author: wg Date: Sat Nov 14 21:12:08 2015 New Revision: 401601 URL: https://svnweb.freebsd.org/changeset/ports/401601 Log: multimedia/py-librtmp: update to 0.3.0 Modified: head/multimedia/py-librtmp/Makefile head/multimedia/py-librtmp/distinfo Modified: head/multimedia/py-librtmp/Makefile ============================================================================== --- head/multimedia/py-librtmp/Makefile Sat Nov 14 21:06:48 2015 (r401600) +++ head/multimedia/py-librtmp/Makefile Sat Nov 14 21:12:08 2015 (r401601) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= librtmp -PORTVERSION= 0.2.1 +PORTVERSION= 0.3.0 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:${PORTSDIR}/devel/py-cffi -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:${PORTSDIR}/devel/py-singledispatch +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:${PORTSDIR}/devel/py-cffi CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -23,4 +23,10 @@ LDFLAGS+= -L${LOCALBASE}/lib USES= python USE_PYTHON= autoplist distutils -.include +.include + +.if ${PYTHON_REL} < 3400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:${PORTSDIR}/devel/py-singledispatch +.endif + +.include Modified: head/multimedia/py-librtmp/distinfo ============================================================================== --- head/multimedia/py-librtmp/distinfo Sat Nov 14 21:06:48 2015 (r401600) +++ head/multimedia/py-librtmp/distinfo Sat Nov 14 21:12:08 2015 (r401601) @@ -1,2 +1,2 @@ -SHA256 (python-librtmp-0.2.1.tar.gz) = 118993a1a044fcd5709fe98bf953ddc5b2d0c08c0ece5618af4a44117acf0588 -SIZE (python-librtmp-0.2.1.tar.gz) = 24069 +SHA256 (python-librtmp-0.3.0.tar.gz) = 4a41ada646270baa5b388f17481d08679d23b2947835901d0db7602c59ec772b +SIZE (python-librtmp-0.3.0.tar.gz) = 24368