From owner-svn-ports-all@freebsd.org Fri Sep 4 17:14:05 2015 Return-Path: Delivered-To: svn-ports-all@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 9C4E89CAC77; Fri, 4 Sep 2015 17:14:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 72F0263D; Fri, 4 Sep 2015 17:14:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t84HE50I059648; Fri, 4 Sep 2015 17:14:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t84HE5VQ059646; Fri, 4 Sep 2015 17:14:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509041714.t84HE5VQ059646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 4 Sep 2015 17:14:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396117 - head/multimedia/py-guessit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2015 17:14:05 -0000 Author: jbeich Date: Fri Sep 4 17:14:04 2015 New Revision: 396117 URL: https://svnweb.freebsd.org/changeset/ports/396117 Log: multimedia/py-guessit: update to 0.10.3 Changes: https://github.com/wackou/guessit/blob/master/HISTORY.rst#0103-2015-04-04 PR: 202088 Approved by: wg (maintainer) Differential Revision: https://reviews.freebsd.org/D3566 Modified: head/multimedia/py-guessit/Makefile (contents, props changed) head/multimedia/py-guessit/distinfo (contents, props changed) Modified: head/multimedia/py-guessit/Makefile ============================================================================== --- head/multimedia/py-guessit/Makefile Fri Sep 4 17:13:45 2015 (r396116) +++ head/multimedia/py-guessit/Makefile Fri Sep 4 17:14:04 2015 (r396117) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guessit -PORTVERSION= 0.8 +PORTVERSION= 0.10.3 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= Extract as much information as LICENSE= LGPL3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}babelfish>=0.5.3:${PORTSDIR}/devel/py-babelfish \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}babelfish>=0.5.4:${PORTSDIR}/devel/py-babelfish \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}stevedore>=0.14:${PORTSDIR}/devel/py-stevedore \ ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ ${PYTHON_PKGNAMEPREFIX}enzyme>=0:${PORTSDIR}/multimedia/py-enzyme Modified: head/multimedia/py-guessit/distinfo ============================================================================== --- head/multimedia/py-guessit/distinfo Fri Sep 4 17:13:45 2015 (r396116) +++ head/multimedia/py-guessit/distinfo Fri Sep 4 17:14:04 2015 (r396117) @@ -1,2 +1,2 @@ -SHA256 (guessit-0.8.tar.gz) = 76cf51f0cc30f176855303de5cda6dfea96554e8213536b4de42576b9e9dcd21 -SIZE (guessit-0.8.tar.gz) = 157714 +SHA256 (guessit-0.10.3.tar.gz) = d14ea0a2ea3413ec46119ea4d7a91b1f045761cfb3dc262c9dcd545742712dfe +SIZE (guessit-0.10.3.tar.gz) = 141772