From 0a51bdd9648c37e062c2371622ad1ae84fd6cdab Mon Sep 17 00:00:00 2001 From: Sahil Tandon Date: Thu, 9 Jun 2011 01:49:46 +0000 Subject: [PATCH] Use the GOOGLE_CODE macro in MASTER_SITES, remove pkg-plist in favor of PLIST_FILES, define LICENSE and transfer maintainership to submitter. Submitted by: cvs-src@yandex.ru (via freebsd-ports) --- www/py-html5lib/Makefile | 8 +++++--- www/py-html5lib/pkg-descr | 2 +- www/py-html5lib/pkg-plist | 1 - 3 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 www/py-html5lib/pkg-plist diff --git a/www/py-html5lib/Makefile b/www/py-html5lib/Makefile index a196e90e0596..9acc5562433a 100644 --- a/www/py-html5lib/Makefile +++ b/www/py-html5lib/Makefile @@ -10,14 +10,16 @@ PORTNAME= html5lib PORTVERSION= 0.90 PORTREVISION= 1 CATEGORIES= www python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cvs-src@yandex.ru COMMENT= A Python based HTML parser based on the HTML5 spec +LICENSE= MIT + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% USE_ZIP= yes -#NO_WRKSUBDIR= yes USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install diff --git a/www/py-html5lib/pkg-descr b/www/py-html5lib/pkg-descr index 5f37548dcc05..6ba62cd85718 100644 --- a/www/py-html5lib/pkg-descr +++ b/www/py-html5lib/pkg-descr @@ -6,4 +6,4 @@ desktop web browsers. Output is to a tree structure; the current release supports output to a custom tree similar to DOM and to ElementTree. -WWW: http://code.google.com/p/html5lib/ +WWW: http://code.google.com/p/html5lib/ diff --git a/www/py-html5lib/pkg-plist b/www/py-html5lib/pkg-plist deleted file mode 100644 index ddf68a1c022f..000000000000 --- a/www/py-html5lib/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%