diff options
author | perry <perry@pkgsrc.org> | 2006-08-17 19:53:59 +0000 |
---|---|---|
committer | perry <perry@pkgsrc.org> | 2006-08-17 19:53:59 +0000 |
commit | 0e6f43ec26ea493ce65cbedd6b867eeec4b16525 (patch) | |
tree | a3f80f47da445b9a8c806eaf8b3a848b5249587d /lang/py24-html-docs | |
parent | 38910c5e38f557606c8b3b3d9e96841e18b53675 (diff) | |
download | pkgsrc-0e6f43ec26ea493ce65cbedd6b867eeec4b16525.tar.gz |
Our python24 package installs python2.4.3 -- make the html docs
package install the 2.4.3 docs, too, so that the docs correspond to
the installed package.
Diffstat (limited to 'lang/py24-html-docs')
-rw-r--r-- | lang/py24-html-docs/Makefile | 8 | ||||
-rw-r--r-- | lang/py24-html-docs/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lang/py24-html-docs/Makefile b/lang/py24-html-docs/Makefile index ccb2de1d328..a83d8acd106 100644 --- a/lang/py24-html-docs/Makefile +++ b/lang/py24-html-docs/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.2 2005/08/14 08:02:56 toshii Exp $ +# $NetBSD: Makefile,v 1.3 2006/08/17 19:53:59 perry Exp $ # -DISTNAME= html-2.4.1 +DISTNAME= html-2.4.3 PKGNAME= ${DISTNAME:S/html/py24-html-docs/} CATEGORIES= lang python -MASTER_SITES= http://www.python.org/ftp/python/doc/2.4.1/ +MASTER_SITES= http://www.python.org/ftp/python/doc/2.4.3/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.python.org/doc/ COMMENT= HTML Documentation for Python -WRKSRC= ${WRKDIR}/Python-Docs-2.4.1/ +WRKSRC= ${WRKDIR}/Python-Docs-2.4.3/ DIST_SUBDIR= python NO_CONFIGURE= yes diff --git a/lang/py24-html-docs/distinfo b/lang/py24-html-docs/distinfo index df33660f73d..82d10048a5d 100644 --- a/lang/py24-html-docs/distinfo +++ b/lang/py24-html-docs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/08/14 08:02:56 toshii Exp $ +$NetBSD: distinfo,v 1.4 2006/08/17 19:53:59 perry Exp $ -SHA1 (python/html-2.4.1.tar.bz2) = 03f5aab4187537b132661fee483a4619659da3c0 -RMD160 (python/html-2.4.1.tar.bz2) = 23a65fc92712fec1dd8869865de66e3090ed22c7 -Size (python/html-2.4.1.tar.bz2) = 1393522 bytes +SHA1 (python/html-2.4.3.tar.bz2) = a39cc7727166b012ef26e28b383ba5d5c8494c85 +RMD160 (python/html-2.4.3.tar.bz2) = c7d40cde99854f45255227a34b6742d7110588b0 +Size (python/html-2.4.3.tar.bz2) = 1397233 bytes |