Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2012 18:17:40 GMT
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166379: [UPDATE] multimedia/py-tvnamer: update to 2.2
Message-ID:  <201203241817.q2OIHe0J056033@red.freebsd.org>
Resent-Message-ID: <201203241820.q2OIKCUR063346@freefall.freebsd.org>

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

>Number:         166379
>Category:       ports
>Synopsis:       [UPDATE] multimedia/py-tvnamer: update to 2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 24 18:20:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT amd64
>Description:
- update to 2.2
- drop py-simplejson dependency - they only use it as fallback for python < 2.6 (when native json module isn't available). Since python 2.4/2.5 are EOL, this may be safely dropped. 

buildlog: http://people.freebsd.org/~rm/py27-tvnamer-2.2.log
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

? py-tvnamer-22.diff.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/py-tvnamer/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	25 Jul 2011 02:57:47 -0000	1.1
+++ Makefile	24 Mar 2012 18:05:11 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/multimedia/py-tvnamer/Makefile,v 1.1 2011/07/25 02:57:47 lioux Exp $
 
 PORTNAME=	tvnamer
-PORTVERSION=	2.1
+PORTVERSION=	2.2
 CATEGORIES=	multimedia python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,15 +15,13 @@
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}simplejson>=2:${PORTSDIR}/devel/py-simplejson \
-		${PYTHON_PKGNAMEPREFIX}tvdb_api>=1.5:${PORTSDIR}/www/py-tvdb_api
-BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tvdb_api>=1.5:${PORTSDIR}/www/py-tvdb_api
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tvdb_api>=1.5:${PORTSDIR}/www/py-tvdb_api
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 
-PLIST_FILES=	\
-		bin/${PORTNAME} \
+PLIST_FILES=	bin/${PORTNAME} \
 		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/multimedia/py-tvnamer/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	25 Jul 2011 02:57:47 -0000	1.1
+++ distinfo	24 Mar 2012 18:05:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (tvnamer-2.1.tar.gz) = ea870c63e1b4d00281c7fc71d003f21ff9eef72c46977d61d7042eebb7ccb305
-SIZE (tvnamer-2.1.tar.gz) = 14997
+SHA256 (tvnamer-2.2.tar.gz) = 25c9c90435293d6657c9de4ff8978c1bb1dbea3a92859a53e28ab393c31f306e
+SIZE (tvnamer-2.2.tar.gz) = 17355


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203241817.q2OIHe0J056033>