aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python24/Makefile
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2004-02-09 17:54:07 +0800
committerperky <perky@FreeBSD.org>2004-02-09 17:54:07 +0800
commit797da00177b7bf028787c09cf86bb871f27e62bf (patch)
treec933a91155572a7813b0ff3c0ee3d55fb4405675 /lang/python24/Makefile
parent61a3105e2098de582b4adcffc38f913f82cb6f60 (diff)
downloadfreebsd-ports-gnome-797da00177b7bf028787c09cf86bb871f27e62bf.tar.gz
freebsd-ports-gnome-797da00177b7bf028787c09cf86bb871f27e62bf.tar.zst
freebsd-ports-gnome-797da00177b7bf028787c09cf86bb871f27e62bf.zip
- Use process scope threads instead of system scope to enable large
amount of threads on -CURRENT libpthread by default. [1] - Merge bugfixes from python 2.3 maintenance branch: [2] o weakref object's garbage collection problem. o save unnecessary startup-time memory allocation of 100KB+ from intobject. - SIZEify. - Bump PORTREVISION subsequently. Advised by: eischen, julian [1] Obtained from: Python CVS [2]
Diffstat (limited to 'lang/python24/Makefile')
-rw-r--r--lang/python24/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index 1f4bb8f039f8..f1e5839bdd2b 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -7,6 +7,7 @@
PORTNAME= python
PORTVERSION= 2.3.3
+PORTREVISION= 1
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}