ports/185497: [patch] www/py-tvdb_api: update to 1.9
Ruslan Makhmatkhanov
rm at FreeBSD.org
Sun Jan 5 17:30:01 UTC 2014
>Number: 185497
>Category: ports
>Synopsis: [patch] www/py-tvdb_api: update to 1.9
>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: Sun Jan 05 17:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Ruslan Makhmatkhanov
>Release: FreeBSD 11.0-CURRENT
>Organization:
>Environment:
FreeBSD 11.0-CURRENT
>Description:
- update to 1.9
- remove license (it's now covered by something known as UNLICENSED)
- limit python branch to 2.x (print)
- convert to using autogenerated packing list
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
--- Makefile (revision 338802)
+++ Makefile (working copy)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tvdb_api
-PORTVERSION= 1.6.2
+PORTVERSION= 1.9
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,12 +10,8 @@
MAINTAINER= lioux at FreeBSD.org
COMMENT= API interface to TheTVDB.com
-LICENSE= GPLv2
+USE_PYTHON= 2
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-NO_STAGE= yes
.include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo (revision 338802)
+++ distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (tvdb_api-1.6.2.tar.gz) = 6fb39a385ff364fd21c8a859ce50b2162f65d111d45536f3ece957387400b947
-SIZE (tvdb_api-1.6.2.tar.gz) = 13203
+SHA256 (tvdb_api-1.9.tar.gz) = ddd9046c09ce26a88542d51b34ac6c6375a7a8ac0e9e48f6ecd8a5800cc69b4d
+SIZE (tvdb_api-1.9.tar.gz) = 33194
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list