From 4304a82284bc631badacc231c30888fb6233e1c4 Mon Sep 17 00:00:00 2001 From: pat Date: Fri, 19 Jul 2002 23:22:29 +0000 Subject: Update to 0.2.6 PR: ports/40780 Submitted by: maintainer --- sysutils/fastest_cvsup/Makefile | 9 ++------- sysutils/fastest_cvsup/distinfo | 2 +- sysutils/fastest_cvsup/files/patch-Makefile | 13 +++++++++++++ sysutils/fastest_cvsup/pkg-descr | 8 +++++--- 4 files changed, 21 insertions(+), 11 deletions(-) create mode 100644 sysutils/fastest_cvsup/files/patch-Makefile (limited to 'sysutils/fastest_cvsup') 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 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/ -- cgit