Upgrade to 1.0.10

This commit is contained in:
Andrey A. Chernov 2001-02-20 12:46:26 +00:00
parent fd0bed98df
commit 77e73afdc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38506
5 changed files with 4 additions and 33 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (w3mir-1.0.8.tar.gz) = f4bc4d1ce0650ed32fa85ff85c3c4a85
MD5 (w3mir-1.0.10.tar.gz) = b2d5d77461dea8d546b6c8e4f7b92cca

View File

@ -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;
}

View File

@ -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

View File

@ -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/