aboutsummaryrefslogtreecommitdiff
path: root/www/quixote
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-02-25 04:40:31 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-02-25 04:40:31 +0000
commitb960de69c9843c1edf7e39c144b6888546da2bac (patch)
treee019ff89be6ed51b5d0ecbd82f380568f1370a0e /www/quixote
parent1d8a0fcca4858e57b3aebc0b7f62352266882b57 (diff)
downloadports-b960de69c9843c1edf7e39c144b6888546da2bac.tar.gz
ports-b960de69c9843c1edf7e39c144b6888546da2bac.zip
- Move over to py25
- while here drop md5 support - Small cleanups
Notes
Notes: svn path=/head/; revision=269652
Diffstat (limited to 'www/quixote')
-rw-r--r--www/quixote/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/quixote/Makefile b/www/quixote/Makefile
index 0485589a907b..e39ca851f99b 100644
--- a/www/quixote/Makefile
+++ b/www/quixote/Makefile
@@ -7,6 +7,7 @@
PORTNAME= quixote
PORTVERSION= 2.6
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://quixote.ca/releases/ \
http://dryice.name/computer/FreeBSD/distfiles/
@@ -17,7 +18,7 @@ COMMENT= A framework for developing web applications in Python
RUN_DEPENDS+= qpcheck.py:${PORTSDIR}/www/py-qpy
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Quixote