aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-07-18 03:50:25 +0800
committerrm <rm@FreeBSD.org>2012-07-18 03:50:25 +0800
commit5c12cf7bbab79484b90a695ef7b4c745e4c447f0 (patch)
tree1c49e2c67d1ba2c4ae7c8d618e7a3b6152571ea6 /www
parent7237ec9d597d1223e491871da9968469c99a0057 (diff)
downloadfreebsd-ports-gnome-5c12cf7bbab79484b90a695ef7b4c745e4c447f0.tar.gz
freebsd-ports-gnome-5c12cf7bbab79484b90a695ef7b4c745e4c447f0.tar.zst
freebsd-ports-gnome-5c12cf7bbab79484b90a695ef7b4c745e4c447f0.zip
- update mastersite
- strict python version to 2.x only, while here PR: 169930 Submitted by: Radim Kolar <hsn at sendmail dot cz> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/trac-bzr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/trac-bzr/Makefile b/www/trac-bzr/Makefile
index 77f9c688b70d..fc63d504f497 100644
--- a/www/trac-bzr/Makefile
+++ b/www/trac-bzr/Makefile
@@ -9,7 +9,7 @@ PORTNAME= bzr
PORTVERSION= 20110228
PORTREVISION= 1
CATEGORIES= www
-MASTER_SITES= http://home.tiscali.cz/~cz210552/bsdports/tarballs/
+MASTER_SITES= http://schema.filez.com/distfiles/
PKGNAMEPREFIX= trac-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
@@ -21,7 +21,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac bzr:${PORTSDIR}/devel/bzr
-USE_PYTHON= 2.5+
+USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_NOEGGINFO= yes