aboutsummaryrefslogtreecommitdiff
path: root/ftp/mirror
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-18 08:45:06 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-18 08:45:06 +0000
commit107a44f1803dc510e2109a18fd4bc5e9975ef5f5 (patch)
tree86cc8edd9f347ef3bf5e69ac3d581358aa790246 /ftp/mirror
parent3a582d6a09784f6989433d21a5057530e3f81697 (diff)
downloadports-107a44f1803dc510e2109a18fd4bc5e9975ef5f5.tar.gz
ports-107a44f1803dc510e2109a18fd4bc5e9975ef5f5.zip
pass maintainership to Ryan Thompson <ryan@sasknow.com>
add master sites remove dup md5 checksum fix pkg-descr and add WWW PR: 32960 Submitted by: Ryan Thompson <ryan@sasknow.com> (new maintainer)
Notes
Notes: svn path=/head/; revision=51728
Diffstat (limited to 'ftp/mirror')
-rw-r--r--ftp/mirror/Makefile12
-rw-r--r--ftp/mirror/distinfo1
-rw-r--r--ftp/mirror/pkg-descr8
3 files changed, 14 insertions, 7 deletions
diff --git a/ftp/mirror/Makefile b/ftp/mirror/Makefile
index f664e5c4847b..4ae77599f4f7 100644
--- a/ftp/mirror/Makefile
+++ b/ftp/mirror/Makefile
@@ -8,12 +8,16 @@
PORTNAME= mirror
PORTVERSION= 2.9
CATEGORIES= ftp
-MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
-PATCH_SITES= http://sunsite.org.uk/packages/mirror/
+MASTER_SITES= ftp://sunsite.org.uk/packages/mirror/ \
+ ftp://src.doc.ic.ac.uk/computing/archiving/mirror/ \
+ ftp://ftp.cs.columbia.edu/archives/perl/mirror/ \
+ ftp://giswitch.sggw.waw.pl/pub/unix/mirror/ \
+ ftp://SunSITE.sut.ac.jp/pub/archives/packages/mirror/
+PATCH_SITES= ${MASTER_SITES}
PATCHFILES= ftp.pl_wupatch
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ryan@sasknow.com
USE_PERL5= yes
NO_WRKSUBDIR= yes
@@ -21,6 +25,6 @@ MAKEFILE= makefile
MAN1= mirror.1 mirror-master.1
pre-install:
- ${MKDIR} ${PREFIX}/lib/mirror
+ @${MKDIR} ${PREFIX}/lib/mirror
.include <bsd.port.mk>
diff --git a/ftp/mirror/distinfo b/ftp/mirror/distinfo
index 936308f4ae2b..4ea6f689300b 100644
--- a/ftp/mirror/distinfo
+++ b/ftp/mirror/distinfo
@@ -1,3 +1,2 @@
MD5 (mirror-2.9.tar.gz) = 55178a53c7b4253c9a396a38c5a9cb94
MD5 (ftp.pl_wupatch) = 5354accb843583a97f4d95e1f30974f7
-MD5 (ftp.pl_wupatch) = 5354accb843583a97f4d95e1f30974f7
diff --git a/ftp/mirror/pkg-descr b/ftp/mirror/pkg-descr
index 7392d28afd7a..83e5b180c2a7 100644
--- a/ftp/mirror/pkg-descr
+++ b/ftp/mirror/pkg-descr
@@ -1,5 +1,9 @@
Mirror is a package written in Perl that uses the ftp protocol to
duplicate a directory hierarchy between the machine it is run on and a
remote host. It avoids copying files unnecessarily by comparing the
-file timestamps and sizes before transfering. Amongst other things
-can optionally compress, gzip, and split files.
+file timestamps and sizes before transferring. Amongst other things
+Mirror can optionally compress, gzip, and split files.
+
+WWW: http://sunsite.org.uk/packages/mirror/
+
+- Ryan Thompson <ryan@sasknow.com>