diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-08-07 22:03:50 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-08-07 22:03:50 +0000 |
commit | 65d5f68bc8692b8c023c395fe89da17482deca52 (patch) | |
tree | c79413ad1ef9bc61c3d70ef2e45b0e8aeb98d303 /www/trac-wikitemplates/Makefile | |
parent | Upgrade to 1.1.1p1. (diff) |
- Unbreak
- Switch MASTER_SITES
Notes
Notes:
svn path=/head/; revision=239121
Diffstat (limited to 'www/trac-wikitemplates/Makefile')
-rw-r--r-- | www/trac-wikitemplates/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/trac-wikitemplates/Makefile b/www/trac-wikitemplates/Makefile index dd80874323f7..05c8e2acb970 100644 --- a/www/trac-wikitemplates/Makefile +++ b/www/trac-wikitemplates/Makefile @@ -9,7 +9,8 @@ PORTNAME= wikitemplates PORTVERSION= 0.3.0p3 PORTREVISION= 2 CATEGORIES= www devel python -MASTER_SITES= http://www.gerritbeine.de/download/trac/ +MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ + LOCAL/glarkin PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION:S/p/rc/} @@ -17,9 +18,7 @@ MAINTAINER= glarkin@FreeBSD.org COMMENT= Templates for the Trac wiki RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ - ${PYTHON_SITELIBDIR}/TracCtxtnavAdd-1.1_r1-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-ctxtnavadd - -BROKEN= bad depobj + ${PYTHON_SITELIBDIR}/TracCtxtnavAdd-2.0-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-ctxtnavadd WRKSRC= ${WRKDIR}/${PORTNAME}plugin USE_PYTHON= 2.3+ |