summaryrefslogtreecommitdiff
path: root/sysutils/fastest_cvsup
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-07-19 23:22:29 +0000
committerPatrick Li <pat@FreeBSD.org>2002-07-19 23:22:29 +0000
commit72fc7b635a3389cdac81837a397542d6751bf494 (patch)
tree8500ce9598d77fec7a44ef04387032090d6477eb /sysutils/fastest_cvsup
parentUpdate to 1.12 (diff)
Update to 0.2.6
PR: ports/40780 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=63260
Diffstat (limited to 'sysutils/fastest_cvsup')
-rw-r--r--sysutils/fastest_cvsup/Makefile9
-rw-r--r--sysutils/fastest_cvsup/distinfo2
-rw-r--r--sysutils/fastest_cvsup/files/patch-Makefile13
-rw-r--r--sysutils/fastest_cvsup/pkg-descr8
4 files changed, 21 insertions, 11 deletions
diff --git a/sysutils/fastest_cvsup/Makefile b/sysutils/fastest_cvsup/Makefile
index 63e453200537..7cd3fb5d6c71 100644
--- a/sysutils/fastest_cvsup/Makefile
+++ b/sysutils/fastest_cvsup/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fastest_cvsup
-PORTVERSION= 0.2.4
+PORTVERSION= 0.2.6
CATEGORIES= sysutils
MASTER_SITES= http://fastest-cvsup.sourceforge.net/download/
@@ -16,11 +16,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRe
USE_PERL5= yes
-MAN7= fastest_cvsup.7
-
-post-patch:
- @${PERL} -pi -e 's|__PREFIX__|${PREFIX}|g ; \
- s|__INSTALL_MAN__|${INSTALL_MAN}|g ; \
- s|__INSTALL_SCRIPT__|${INSTALL_SCRIPT}|g' ${WRKSRC}/Makefile
+MAN7= fastest_cvsup.7
.include <bsd.port.mk>
diff --git a/sysutils/fastest_cvsup/distinfo b/sysutils/fastest_cvsup/distinfo
index 010cab736027..a8e53580d39e 100644
--- a/sysutils/fastest_cvsup/distinfo
+++ b/sysutils/fastest_cvsup/distinfo
@@ -1 +1 @@
-MD5 (fastest_cvsup-0.2.4.tar.gz) = 134ffe6f2ab5729466669231df8ff4eb
+MD5 (fastest_cvsup-0.2.6.tar.gz) = bba34331e8d79bd54f36b9aa86e09c4c
diff --git a/sysutils/fastest_cvsup/files/patch-Makefile b/sysutils/fastest_cvsup/files/patch-Makefile
new file mode 100644
index 000000000000..8a99c12e6856
--- /dev/null
+++ b/sysutils/fastest_cvsup/files/patch-Makefile
@@ -0,0 +1,13 @@
+--- Makefile.orig Wed Jul 17 15:16:50 2002
++++ Makefile Wed Jul 17 15:17:44 2002
+@@ -8,8 +8,8 @@
+ --date="17 July 2002" fastest_cvsup > fastest_cvsup.7
+
+ install:
+- install -o root -g wheel -m 0755 fastest_cvsup /usr/local/bin
+- install -o root -g wheel -m 0644 fastest_cvsup.7 /usr/local/man/man7
++ ${BSD_INSTALL_SCRIPT} fastest_cvsup ${PREFIX}/bin
++ ${BSD_INSTALL_MAN} fastest_cvsup.7 ${PREFIX}/man/man7
+
+ clean:
+ rm fastest_cvsup.7
diff --git a/sysutils/fastest_cvsup/pkg-descr b/sysutils/fastest_cvsup/pkg-descr
index 816dd9ba58dd..c36a1d2c5717 100644
--- a/sysutils/fastest_cvsup/pkg-descr
+++ b/sysutils/fastest_cvsup/pkg-descr
@@ -1,4 +1,4 @@
-Perl script to find fastest FreeBSD CVSup server:
+Perl script to find fastest CVSup server:
* uses socket connections not just 'pings'
* takes notice of server responses
@@ -6,9 +6,11 @@ Perl script to find fastest FreeBSD CVSup server:
- or -
connects to the 'local' servers defined in the script
- or -
- connects to *all* the servers in *all* the countries
+ connects to ALL the servers in ALL the countries
* returns either fastest server or top 3 (useful for scripts)
* returns exit codes (useful for scripts)
-* can update the CVSup server list from www.freebsdmirrors.org
+* can re-write itself to update the CVSup server list, obtained
+ from the online FreeBSD Handbook
+* can easily add other CVSup servers (NetBSD/OpenBSD...etc)
WWW: http://fastest-cvsup.sourceforge.net/