diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python24/Makefile | 9 | ||||
-rw-r--r-- | lang/python24/PLIST.common | 3 | ||||
-rw-r--r-- | lang/python24/distinfo | 8 |
3 files changed, 9 insertions, 11 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 9cb2b700f32..80edd24bbdc 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.41 2008/04/11 10:32:33 drochner Exp $ +# $NetBSD: Makefile,v 1.42 2008/04/11 10:44:08 drochner Exp $ -DISTNAME= Python-2.4.4 -PKGNAME= python24-2.4.4 -PKGREVISION= 2 +DISTNAME= Python-2.4.5 +PKGNAME= python24-2.4.5 CATEGORIES= lang python -MASTER_SITES= http://www.python.org/ftp/python/2.4.4/ +MASTER_SITES= http://www.python.org/ftp/python/2.4.5/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org diff --git a/lang/python24/PLIST.common b/lang/python24/PLIST.common index 4f99fff2e5d..2b0bba56468 100644 --- a/lang/python24/PLIST.common +++ b/lang/python24/PLIST.common @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST.common,v 1.8 2007/06/08 14:16:15 wiz Exp $ +@comment $NetBSD: PLIST.common,v 1.9 2008/04/11 10:44:08 drochner Exp $ bin/pydoc${PY_VER_SUFFIX} bin/python${PY_VER_SUFFIX} bin/smtpd${PY_VER_SUFFIX}.py include/python${PY_VER_SUFFIX}/Python.h -include/python${PY_VER_SUFFIX}/Python-ast.h include/python${PY_VER_SUFFIX}/abstract.h include/python${PY_VER_SUFFIX}/bitset.h include/python${PY_VER_SUFFIX}/boolobject.h diff --git a/lang/python24/distinfo b/lang/python24/distinfo index 978cb809998..133932011b4 100644 --- a/lang/python24/distinfo +++ b/lang/python24/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2008/04/11 10:32:33 drochner Exp $ +$NetBSD: distinfo,v 1.28 2008/04/11 10:44:08 drochner Exp $ -SHA1 (Python-2.4.4.tar.bz2) = 9e0971f93df8acbd947378d0d16a32fcc8897ba2 -RMD160 (Python-2.4.4.tar.bz2) = 4c7b5b70178fe69881b62201ef0bab55037d8708 -Size (Python-2.4.4.tar.bz2) = 8158073 bytes +SHA1 (Python-2.4.5.tar.bz2) = 6e9e1ac2b70cc10c36063a25ab5a5ddb53177107 +RMD160 (Python-2.4.5.tar.bz2) = b43f2114697be751f03ec7cfb46f8c4946a73097 +Size (Python-2.4.5.tar.bz2) = 8159705 bytes SHA1 (patch-aa) = 310309e6778fd809b7758efa8db7333ed498e5e5 SHA1 (patch-ab) = 98b94620baf5d9d5e8681529297124c2d07a901b SHA1 (patch-ac) = 4a7a83c9a7bb26254d17907fe15f895276910364 |