summaryrefslogtreecommitdiff
path: root/lang/python26
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-08-01 09:14:02 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-08-01 09:14:02 +0000
commitc9d4d3d297cc9dda21cf57a349739077f40f9d6d (patch)
tree41690753d43de37f74d2ad69d90dc4c40c66fd06 /lang/python26
parentFix build on -current (diff)
Update to 2.4a0 snapshot of 1 Aug 2003
Notes
Notes: svn path=/head/; revision=86113
Diffstat (limited to 'lang/python26')
-rw-r--r--lang/python26/Makefile14
-rw-r--r--lang/python26/distinfo2
-rw-r--r--lang/python26/pkg-plist4
3 files changed, 10 insertions, 10 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 9d12657459be..4979ee01faf8 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/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/python26/distinfo b/lang/python26/distinfo
index d7a19947348c..583d7ca077de 100644
--- a/lang/python26/distinfo
+++ b/lang/python26/distinfo
@@ -1 +1 @@
-MD5 (python/Python-2.3c1.tgz) = 167327b762b305d72b1cce3a5d78ccdf
+MD5 (python/Python-2.4a0-20030801.tgz) = 7bb219e81cd565ed1c360108d9e8ba16
diff --git a/lang/python26/pkg-plist b/lang/python26/pkg-plist
index 7a0c49a82a69..e80918c71206 100644
--- a/lang/python26/pkg-plist
+++ b/lang/python26/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