diff options
author | Dryice Dong Liu <dryice@FreeBSD.org> | 2007-02-13 06:32:10 +0000 |
---|---|---|
committer | Dryice Dong Liu <dryice@FreeBSD.org> | 2007-02-13 06:32:10 +0000 |
commit | 4a338d1237adf2a55bd6a60300caf0e8756828da (patch) | |
tree | 98f47fcc87dbdb57684af4139927843e1035f046 /www/py-HTMLgen | |
parent | Update to 1.8.4. (diff) |
- add MASTER_SITES
- de-deprecated
- update WWW
- take maintainership. Thanks the previous maintainers!
Approved by: itetcu (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=185073
Diffstat (limited to 'www/py-HTMLgen')
-rw-r--r-- | www/py-HTMLgen/Makefile | 10 | ||||
-rw-r--r-- | www/py-HTMLgen/pkg-descr | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-HTMLgen/Makefile b/www/py-HTMLgen/Makefile index 93aa0775259e..1f7bb8f8cae0 100644 --- a/www/py-HTMLgen/Makefile +++ b/www/py-HTMLgen/Makefile @@ -8,16 +8,16 @@ PORTNAME= HTMLgen PORTVERSION= 2.2.2 CATEGORIES= www python -MASTER_SITES= http://starship.python.net/crew/friedrich/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://dryice.name/computer/FreeBSD/distfiles/ \ + http://starship.python.net/crew/friedrich/ +MASTER_SITE_SUBDIR= dryice PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= HTMLgen -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dryice@FreeBSD.org COMMENT= A Python library for the generation of HTML documents -DEPRECATED= distfile and homepage disappeared -EXPIRATION_DATE= 2006-12-30 - USE_PYTHON= yes NO_BUILD= yes diff --git a/www/py-HTMLgen/pkg-descr b/www/py-HTMLgen/pkg-descr index 20f0ff684e85..f9b11a607e4a 100644 --- a/www/py-HTMLgen/pkg-descr +++ b/www/py-HTMLgen/pkg-descr @@ -14,4 +14,4 @@ From the README: Jacques Vidrine <nectar@FreeBSD.ORG> -WWW: http://starship.python.net/crew/friedrich/HTMLgen/html/main.html +WWW: http://starship.python.net/crew/friedrich/ |