diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-14 01:00:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-14 01:00:14 +0800 |
commit | 1cd8e681dd931436c63a17360b5a799832e9f044 (patch) | |
tree | 0d740da1f4c2bcdffa5acea80f0286054f46fede /net | |
parent | 2e7574904f6fd41d752a11e38bf748b8a9776e8b (diff) | |
download | freebsd-ports-gnome-1cd8e681dd931436c63a17360b5a799832e9f044.tar.gz freebsd-ports-gnome-1cd8e681dd931436c63a17360b5a799832e9f044.tar.zst freebsd-ports-gnome-1cd8e681dd931436c63a17360b5a799832e9f044.zip |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr
Diffstat (limited to 'net')
-rw-r--r-- | net/mediaproxy/Makefile | 2 | ||||
-rw-r--r-- | net/py-zsi/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/mediaproxy/Makefile b/net/mediaproxy/Makefile index d524db5a6ded..a7f0203378a5 100644 --- a/net/mediaproxy/Makefile +++ b/net/mediaproxy/Makefile @@ -19,7 +19,7 @@ USE_RC_SUBR= mediaproxy.sh WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ OPTIONS= ACCOUNTING "ACCOUNTING support (Requires MySQL)" off diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index b5946a33bd28..f6f2f40de118 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYXML} CONFLICTS= py-zsi-devel-2.* -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= ZSI |