Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2013 07:51:46 -0800 (PST)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175409: [MAINTAINER] multimedia/py-subliminal: update to 0.6.3
Message-ID:  <50f96f92.638fec0a.7e19.6e21@mx.google.com>
Resent-Message-ID: <201301181600.r0IG00vd064540@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175409
>Category:       ports
>Synopsis:       [MAINTAINER] multimedia/py-subliminal: update to 0.6.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 18 16:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
>Description:

	Fix requirements due to requests 1.0

>How-To-Repeat:
>Fix:

	See attached patch


--- py-subliminal.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 310609)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	subliminal
-PORTVERSION=	0.6.2
+PORTVERSION=	0.6.3
 CATEGORIES=	multimedia python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:${PORTSDIR}/www/py-beautifulsoup \
 		${PYTHON_PKGNAMEPREFIX}enzyme>0:${PORTSDIR}/multimedia/py-enzyme \
 		${PYTHON_PKGNAMEPREFIX}guessit>0:${PORTSDIR}/multimedia/py-guessit \
-		${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests \
+		${PYTHON_PKGNAMEPREFIX}requests<1:${PORTSDIR}/www/py-requests \
 		${PYTHON_PKGNAMEPREFIX}html5lib>0:${PORTSDIR}/www/py-html5lib
 
 USE_PYTHON=	-2.7
Index: distinfo
===================================================================
--- distinfo	(revision 310609)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (subliminal-0.6.2.tar.gz) = 7bfd89fc74f6d7c4c9b3f15e4401e5c3c8aedfbda39817275c47fb68fac69776
-SIZE (subliminal-0.6.2.tar.gz) = 61209
+SHA256 (subliminal-0.6.3.tar.gz) = 99c66b96281e796864138c701f4eb79d7d4a1879d6fb1913c74ad6ad790fb08a
+SIZE (subliminal-0.6.3.tar.gz) = 61261
--- py-subliminal.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50f96f92.638fec0a.7e19.6e21>