diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-21 11:04:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-21 11:04:35 +0000 |
commit | 487ad8ce924fc45044199b64d1b012bfcbb5b7a7 (patch) | |
tree | c90d006315606ff5075fab0b82c86e3c7b6c477d /www/trac-gitplugin | |
parent | 6dc39c4121f0c8cb72efcff72bc22e665f3e5236 (diff) | |
download | ports-487ad8ce924fc45044199b64d1b012bfcbb5b7a7.tar.gz ports-487ad8ce924fc45044199b64d1b012bfcbb5b7a7.zip |
- Update MASTER_SITES
PR: 140749 140750
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=244590
Diffstat (limited to 'www/trac-gitplugin')
-rw-r--r-- | www/trac-gitplugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/trac-gitplugin/Makefile b/www/trac-gitplugin/Makefile index f4088eb01f15..4647d408afab 100644 --- a/www/trac-gitplugin/Makefile +++ b/www/trac-gitplugin/Makefile @@ -8,7 +8,8 @@ PORTNAME= gitplugin PORTVERSION= 0.11.0.2.7034 CATEGORIES= www devel python -MASTER_SITES= http://code.douglasthrift.net/files/${PORTNAME}/ +MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \ + http://code.douglasthrift.net/files/${PORTNAME}/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}-r${PORTVERSION:E} |