From 77e73afdc32c067287cf1a30e96dc30df9fe4667 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 20 Feb 2001 12:46:26 +0000 Subject: Upgrade to 1.0.10 --- www/w3mir/Makefile | 4 ++-- www/w3mir/distinfo | 2 +- www/w3mir/files/patch-aa | 19 ------------------- www/w3mir/files/patch-ab | 10 ---------- www/w3mir/pkg-descr | 2 +- 5 files changed, 4 insertions(+), 33 deletions(-) delete mode 100644 www/w3mir/files/patch-aa delete mode 100644 www/w3mir/files/patch-ab (limited to 'www/w3mir') diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile index 2b812a7514b3..618e9ed12c22 100644 --- a/www/w3mir/Makefile +++ b/www/w3mir/Makefile @@ -6,9 +6,9 @@ # PORTNAME= w3mir -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.10 CATEGORIES= www perl5 -MASTER_SITES= http://www.math.uio.no/~janl/w3mir/ +MASTER_SITES= http://langfeldt.net/w3mir/ MAINTAINER= ache@freebsd.org diff --git a/www/w3mir/distinfo b/www/w3mir/distinfo index dc52b19e9a92..deaf8a2e3d91 100644 --- a/www/w3mir/distinfo +++ b/www/w3mir/distinfo @@ -1 +1 @@ -MD5 (w3mir-1.0.8.tar.gz) = f4bc4d1ce0650ed32fa85ff85c3c4a85 +MD5 (w3mir-1.0.10.tar.gz) = b2d5d77461dea8d546b6c8e4f7b92cca diff --git a/www/w3mir/files/patch-aa b/www/w3mir/files/patch-aa deleted file mode 100644 index 60c876097c8f..000000000000 --- a/www/w3mir/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ ---- w3http.pm.orig Fri May 28 23:35:19 1999 -+++ w3http.pm Sat Jan 8 03:35:34 2000 -@@ -133,13 +133,13 @@ - use URI::URL; - - # Suplementary libwww-perl: --sub URI::URL::_generic::basename { -+sub URI::_generic::basename { - my $self = shift; -- my @p = $self->path_components; -+ my @p = $self->path_segments; - my $old = $p[-1]; - if (@_) { - splice(@p, -1, 1, shift); -- $self->path_components(@p) -+ $self->path_segments(@p); - } - $old; - } diff --git a/www/w3mir/files/patch-ab b/www/w3mir/files/patch-ab deleted file mode 100644 index c206fbdbb9b1..000000000000 --- a/www/w3mir/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- w3mir.PL.bak Fri May 28 23:35:19 1999 -+++ w3mir.PL Sat Jan 22 21:10:17 2000 -@@ -2322,6 +2322,7 @@ - - - sub rm_rf { -+die; - # Recursively remove directories and other files - # File::Path::rmtree does a similar thing but the messages are wrong - diff --git a/www/w3mir/pkg-descr b/www/w3mir/pkg-descr index 714fb728314f..320397d63a5f 100644 --- a/www/w3mir/pkg-descr +++ b/www/w3mir/pkg-descr @@ -4,4 +4,4 @@ several, remote WWW site(s). It can retrieve the contents of several related sites and make them browsable via a local web server or a filesystem. -WWW: http://www.math.uio.no/~janl/w3mir/ +WWW: http://langfeldt.net/w3mir/ -- cgit v1.2.3