aboutsummaryrefslogtreecommitdiff
path: root/mail/mailman/pkg-req
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2003-01-23 12:49:00 +0000
committerJohann Visagie <wjv@FreeBSD.org>2003-01-23 12:49:00 +0000
commit9fb9d105a9c0255450b8a3a4ecf4b6d455380260 (patch)
tree437c0e6fc72787701719011aa7baecaf4222cbf3 /mail/mailman/pkg-req
parent451c213b4b84f1dcd51cbe828152b80a486535f3 (diff)
downloadports-9fb9d105a9c0255450b8a3a4ecf4b6d455380260.tar.gz
ports-9fb9d105a9c0255450b8a3a4ecf4b6d455380260.zip
Notes
Diffstat (limited to 'mail/mailman/pkg-req')
-rw-r--r--mail/mailman/pkg-req4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailman/pkg-req b/mail/mailman/pkg-req
index 58b5530f3347..07db2eab1c24 100644
--- a/mail/mailman/pkg-req
+++ b/mail/mailman/pkg-req
@@ -4,12 +4,12 @@ PATH=$PATH:/usr/local/bin
if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then
PYTHON_GT=`python -c 'import string, sys; \
- print string.split(sys.version)[0] >= "2.1"'`
+ print string.split(sys.version)[0] >= "2.1.3"'`
if [ "x${PYTHON_GT}" = "x1" ]; then
exit 0
else
echo "-----------------------------------------------------------"
- echo "Mailman requires Python version 2.1 or greater -"
+ echo "Mailman requires Python version 2.1.3 or greater -"
echo " please update your Python installation before proceeding."
echo "-----------------------------------------------------------"
exit 1