diff options
author | ache <ache@FreeBSD.org> | 2001-02-20 20:46:26 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-02-20 20:46:26 +0800 |
commit | bf8f7bf78a0597594708cf6899989d82df9e8b4e (patch) | |
tree | 95493a57b45c7a669c35e6ca5e0046b9ac891498 /www | |
parent | a731d6ce1f511fd7ed9cb15672c3aa539d2b0128 (diff) | |
download | freebsd-ports-gnome-bf8f7bf78a0597594708cf6899989d82df9e8b4e.tar.gz freebsd-ports-gnome-bf8f7bf78a0597594708cf6899989d82df9e8b4e.tar.zst freebsd-ports-gnome-bf8f7bf78a0597594708cf6899989d82df9e8b4e.zip |
Upgrade to 1.0.10
Diffstat (limited to 'www')
-rw-r--r-- | www/w3mir/Makefile | 4 | ||||
-rw-r--r-- | www/w3mir/distinfo | 2 | ||||
-rw-r--r-- | www/w3mir/files/patch-aa | 19 | ||||
-rw-r--r-- | www/w3mir/files/patch-ab | 10 | ||||
-rw-r--r-- | www/w3mir/pkg-descr | 2 |
5 files changed, 4 insertions, 33 deletions
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/ |