? patch.diff Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/py-pygithub/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 10 Jun 2012 09:47:55 -0000 1.1 +++ Makefile 5 Jul 2012 08:26:03 -0000 @@ -6,7 +6,7 @@ # PORTNAME= pygithub -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= devel python www MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +15,8 @@ MAINTAINER= koobs.freebsd@gmail.com COMMENT= Use the full Github API v3 with Python -LICENSE= GPLv3 LGPL3 -LICENSE_COMB= dual -LICENSE_FILE= ${WKRSRC}/COPYING ${WKRSRC}/COPYING.LESSER +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING USE_ZIP= yes USE_PYTHON= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/py-pygithub/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 10 Jun 2012 09:47:55 -0000 1.1 +++ distinfo 5 Jul 2012 08:26:03 -0000 @@ -1,2 +1,2 @@ -SHA256 (PyGithub-1.0.zip) = 3072fb6d028e5554d5dd3d85b351bcc1b6d57815771f46f7215b4d54f9cc4df9 -SIZE (PyGithub-1.0.zip) = 99902 +SHA256 (PyGithub-1.1.zip) = ab7d50986670d69e2d4e46efbc7483cc991994edc966ec6a8e8325a51d2777a6 +SIZE (PyGithub-1.1.zip) = 100158 Index: files/patch-setup.py =================================================================== RCS file: /home/pcvs/ports/devel/py-pygithub/files/patch-setup.py,v retrieving revision 1.1 diff -u -r1.1 patch-setup.py --- files/patch-setup.py 10 Jun 2012 09:47:55 -0000 1.1 +++ files/patch-setup.py 5 Jul 2012 08:26:04 -0000 @@ -1,12 +1,12 @@ ---- ./setup.py.orig 2012-06-04 19:29:37.000000000 +1000 -+++ ./setup.py 2012-06-04 19:29:46.000000000 +1000 +--- ./setup.py.orig 2012-06-29 17:52:26.000000000 +1000 ++++ ./setup.py 2012-06-29 17:52:35.000000000 +1000 @@ -54,9 +54,6 @@ packages = [ "github", ], -- data_files = [ -- ( "", [ "ReadMe.md", "COPYING", "COPYING.LESSER", "doc/ReferenceOfClasses.md", "doc/ReferenceOfApis.md", "doc/Design.md" ] ), -- ], - classifiers=[ +- package_data = { +- "github": [ "../ReadMe.md", "../COPYING*", "../doc/*.md" ] +- }, + classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment",