diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-04-11 04:56:07 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-04-11 04:56:07 +0800 |
commit | 662d514c02e241539b88d45d6ad3aa1267ee93a0 (patch) | |
tree | 57eff1124808094df92a0749fe0a2607e7ab283c /net | |
parent | 745f6b00f0f589f9dfe87ca376907371632473d8 (diff) | |
download | freebsd-ports-gnome-662d514c02e241539b88d45d6ad3aa1267ee93a0.tar.gz freebsd-ports-gnome-662d514c02e241539b88d45d6ad3aa1267ee93a0.tar.zst freebsd-ports-gnome-662d514c02e241539b88d45d6ad3aa1267ee93a0.zip |
- Add mirror as main site is not working
Approved by: portmgr (implicit)
With hat: portmgr
Reported by: Ilya A. Arkhipov <rum1cro@yandex.ru>
Diffstat (limited to 'net')
-rw-r--r-- | net/svnup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/svnup/Makefile b/net/svnup/Makefile index ae573bc1d3ef..a2a7dc76fe2c 100644 --- a/net/svnup/Makefile +++ b/net/svnup/Makefile @@ -3,7 +3,8 @@ PORTNAME= svnup PORTVERSION= 0.56 CATEGORIES= net -MASTER_SITES= http://jcm.dsl.visi.com/freebsd/svnup/ +MASTER_SITES= http://jcm.dsl.visi.com/freebsd/svnup/ \ + LOCAL/bdrewery/${PORTNAME}/ MAINTAINER= jcm@visi.com COMMENT= Lightweight program to pull source using the svn protocol |