diff options
author | drochner <drochner> | 2002-04-15 12:29:14 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-04-15 12:29:14 +0000 |
commit | b8c7de4c3417d844f8df9a791ec54b34804f9b6a (patch) | |
tree | 89b85a6f99d0932fc59b893099308162d078d32c | |
parent | 8eb42ee25aaf6de6092da4828b3f671d0404a010 (diff) | |
download | pkgsrc-b8c7de4c3417d844f8df9a791ec54b34804f9b6a.tar.gz |
update for new distfiles
-rw-r--r-- | lang/python/srcdist.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/python/srcdist.mk b/lang/python/srcdist.mk index 3f88c3ee4ce..7c1d77f95a5 100644 --- a/lang/python/srcdist.mk +++ b/lang/python/srcdist.mk @@ -1,26 +1,26 @@ -# $NetBSD: srcdist.mk,v 1.2 2002/01/29 19:21:58 drochner Exp $ +# $NetBSD: srcdist.mk,v 1.3 2002/04/15 12:29:14 drochner Exp $ .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} == "22" -DISTNAME= Python-2.2 +DISTNAME= Python-2.2.1 EXTRACT_SUFX= .tgz DISTINFO_FILE= ${.CURDIR}/../../lang/python22/distinfo PATCHDIR= ${.CURDIR}/../../lang/python22/patches -PYSUBDIR= Python-2.2 +PYSUBDIR= Python-2.2.1 WRKSRC= ${WRKDIR}/${PYSUBDIR} -MASTER_SITES= ftp://ftp.python.org/pub/python/2.1.2/ +MASTER_SITES= ftp://ftp.python.org/pub/python/2.2.1/ .elif ${_PYTHON_VERSION} == "21" -DISTNAME= Python-2.1.2 +DISTNAME= Python-2.1.3 EXTRACT_SUFX= .tgz DISTINFO_FILE= ${.CURDIR}/../../lang/python21/distinfo PATCHDIR= ${.CURDIR}/../../lang/python21/patches -PYSUBDIR= Python-2.1.2 +PYSUBDIR= Python-2.1.3 WRKSRC= ${WRKDIR}/${PYSUBDIR} -MASTER_SITES= ftp://ftp.python.org/pub/python/2.1.2/ +MASTER_SITES= ftp://ftp.python.org/pub/python/2.1.3/ .elif ${_PYTHON_VERSION} == "20" |