diff options
author | perky <perky@FreeBSD.org> | 2003-08-01 09:14:02 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-08-01 09:14:02 +0000 |
commit | 53d2bb98f1cc271d6a6a99fb58fc6b8f9f6fcb5d (patch) | |
tree | 17b049b9e5b8be8cbd10e15866c290c972b1e50f /lang/python27 | |
parent | 79f23695e8757b6d5c5e0e35f4fcb8f6a19f5fe0 (diff) | |
download | FreeBSD-ports-53d2bb98f1cc271d6a6a99fb58fc6b8f9f6fcb5d.zip FreeBSD-ports-53d2bb98f1cc271d6a6a99fb58fc6b8f9f6fcb5d.tar.gz |
Update to 2.4a0 snapshot of 1 Aug 2003
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/Makefile | 14 | ||||
-rw-r--r-- | lang/python27/distinfo | 2 | ||||
-rw-r--r-- | lang/python27/pkg-plist | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 9d12657..4979ee0 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ PORTNAME= python -PORTVERSION= 2.3.c1 +PORTVERSION= 2.4.a0.20030801 CATEGORIES= lang python ipv6 -MASTER_SITES= ${MASTER_SITE_PYTHON} -MASTER_SITE_SUBDIR= ftp/python/${PORTVERSION:S/.c1//} +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= perky DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= perky@FreeBSD.org @@ -23,7 +23,7 @@ INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 USE_PYTHON= yes -PYTHON_VERSION= python2.3 +PYTHON_VERSION= python2.4 PYTHON_NO_DEPENDS= yes LATEST_LINK= ${PYTHON_VERSION:S/.//} @@ -97,9 +97,9 @@ PLATFORMS=plat-freebsd3 plat-freebsd4 plat-freebsd5 post-extract: ${SED} -e '1s,^.*$$,#!${PREFIX}/bin/${PYTHON_VERSION},' \ - ${WRKSRC}/Tools/scripts/pydoc > ${WRKDIR}/pydoc2.3 + ${WRKSRC}/Tools/scripts/pydoc > ${WRKDIR}/pydoc2.4 ${SED} -e '1s,^.*$$,#!${PREFIX}/bin/${PYTHON_VERSION},' \ - ${WRKSRC}/Tools/scripts/idle > ${WRKDIR}/idle2.3 + ${WRKSRC}/Tools/scripts/idle > ${WRKDIR}/idle2.4 pre-install: .for platform in ${PLATFORMS} @@ -111,7 +111,7 @@ pre-install: .endfor post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/pydoc2.3 ${WRKDIR}/idle2.3 \ + ${INSTALL_SCRIPT} ${WRKDIR}/pydoc2.4 ${WRKDIR}/idle2.4 \ ${PREFIX}/bin @${MKDIR} ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/Misc/python.man \ diff --git a/lang/python27/distinfo b/lang/python27/distinfo index d7a1994..583d7ca 100644 --- a/lang/python27/distinfo +++ b/lang/python27/distinfo @@ -1 +1 @@ -MD5 (python/Python-2.3c1.tgz) = 167327b762b305d72b1cce3a5d78ccdf +MD5 (python/Python-2.4a0-20030801.tgz) = 7bb219e81cd565ed1c360108d9e8ba16 diff --git a/lang/python27/pkg-plist b/lang/python27/pkg-plist index 7a0c49a..e80918c 100644 --- a/lang/python27/pkg-plist +++ b/lang/python27/pkg-plist @@ -1,5 +1,5 @@ -bin/idle2.3 -bin/pydoc2.3 +bin/idle2.4 +bin/pydoc2.4 bin/%%PYTHON_VERSION%% include/%%PYTHON_VERSION%%/Python.h include/%%PYTHON_VERSION%%/abstract.h |