1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- update to 1.9

- remove license (it's now covered by something known as UNLICENSED - see
  http://unlicense.org/ for details)
- limit python branch to 2.x (print)
- convert to using autogenerated packing list

PR:		185497
Submitted by:	rm (myself)
Requested by:	Georg Huber <huber.georg@gmail.com> (by email)
Approved by:	maintainer timeout (14 days)
This commit is contained in:
Ruslan Makhmatkhanov 2014-01-18 20:50:40 +00:00
parent c3f968cee2
commit 3a7f9e3b2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340214
2 changed files with 6 additions and 10 deletions

View File

@ -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 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lioux@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>

View File

@ -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