aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-10 14:50:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-10 14:50:38 +0000
commitd0aaf0cde5f0bb7eaa64a797f83479b1ca1620c1 (patch)
tree4dfb5322f00b090b9335496b65521d5cca426807 /ftp
parent2eee7d10e79e100810630131d52cd743740f79a7 (diff)
downloadports-d0aaf0cde5f0bb7eaa64a797f83479b1ca1620c1.tar.gz
ports-d0aaf0cde5f0bb7eaa64a797f83479b1ca1620c1.zip
- Update MASTER_SITES and WWW
PR: 111453 Submitted by: Ryan Thompson <ryan@sasknow.com> (maintainer)
Notes
Notes: svn path=/head/; revision=189675
Diffstat (limited to 'ftp')
-rw-r--r--ftp/mirror/Makefile5
-rw-r--r--ftp/mirror/pkg-descr2
2 files changed, 3 insertions, 4 deletions
diff --git a/ftp/mirror/Makefile b/ftp/mirror/Makefile
index 427df1d22973..135c0c8f7a86 100644
--- a/ftp/mirror/Makefile
+++ b/ftp/mirror/Makefile
@@ -9,9 +9,8 @@ PORTNAME= mirror
PORTVERSION= 2.9
PORTREVISION= 1
CATEGORIES= ftp
-MASTER_SITES= ftp://sunsite.org.uk/old-sunsite/mirror/ \
- ftp://src.doc.ic.ac.uk/old-sunsite/mirror/ \
- ftp://ftp.cs.columbia.edu/archives/perl/mirror/
+MASTER_SITES= http://ry.ca/mirror/mirror/ \
+ ftp://sunsite.ualberta.ca/pub/Mirror/mirror/
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= ftp.pl_wupatch
diff --git a/ftp/mirror/pkg-descr b/ftp/mirror/pkg-descr
index ae4fd9b73ffe..8e1b1baedadc 100644
--- a/ftp/mirror/pkg-descr
+++ b/ftp/mirror/pkg-descr
@@ -4,6 +4,6 @@ remote host. It avoids copying files unnecessarily by comparing the
file timestamps and sizes before transferring. Amongst other things
Mirror can optionally compress, gzip, and split files.
-WWW: http://www.sunsite.org.uk/packages/mirror/
+WWW: http://ry.ca/mirror/mirror/
- Ryan Thompson <ryan@sasknow.com>