pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/py24-html-docs Our python24 package installs pyth...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5dfcccaa8bd
branches:  trunk
changeset: 517660:c5dfcccaa8bd
user:      perry <perry%pkgsrc.org@localhost>
date:      Thu Aug 17 19:53:59 2006 +0000

description:
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:

 lang/py24-html-docs/Makefile |  8 ++++----
 lang/py24-html-docs/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 981358175770 -r c5dfcccaa8bd lang/py24-html-docs/Makefile
--- a/lang/py24-html-docs/Makefile      Thu Aug 17 19:20:43 2006 +0000
+++ b/lang/py24-html-docs/Makefile      Thu Aug 17 19:53:59 2006 +0000
@@ -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@localhost
 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 -r 981358175770 -r c5dfcccaa8bd lang/py24-html-docs/distinfo
--- a/lang/py24-html-docs/distinfo      Thu Aug 17 19:20:43 2006 +0000
+++ b/lang/py24-html-docs/distinfo      Thu Aug 17 19:53:59 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index