Bug 185497 - [patch] www/py-tvdb_api: update to 1.9
Summary: [patch] www/py-tvdb_api: update to 1.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-05 17:30 UTC by Ruslan Makhmatkhanov
Modified: 2014-01-18 21:18 UTC (History)
0 users

See Also:


Attachments
file.diff (1.05 KB, patch)
2014-01-05 17:30 UTC, Ruslan Makhmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-01-05 17:30:00 UTC
- 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

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-05 17:30:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-18 20:50:48 UTC
Author: rm
Date: Sat Jan 18 20:50:40 2014
New Revision: 340214
URL: http://svnweb.freebsd.org/changeset/ports/340214
QAT: https://qat.redports.org/buildarchive/r340214/

Log:
  - 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)

Modified:
  head/www/py-tvdb_api/Makefile
  head/www/py-tvdb_api/distinfo

Modified: head/www/py-tvdb_api/Makefile
==============================================================================
--- head/www/py-tvdb_api/Makefile	Sat Jan 18 20:27:43 2014	(r340213)
+++ head/www/py-tvdb_api/Makefile	Sat Jan 18 20:50:40 2014	(r340214)
@@ -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>

Modified: head/www/py-tvdb_api/distinfo
==============================================================================
--- head/www/py-tvdb_api/distinfo	Sat Jan 18 20:27:43 2014	(r340213)
+++ head/www/py-tvdb_api/distinfo	Sat Jan 18 20:50:40 2014	(r340214)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-01-18 21:18:45 UTC
State Changed
From-To: open->closed

Committed, thank you!