diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-11-25 03:58:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-11-25 03:58:32 +0000 |
commit | c1715ecc5712fa358e8a20d82ba7aef0f0115e96 (patch) | |
tree | 866f4f3f3d18af973f9d97c2ea9a779c3bda1d93 /www/mod_put | |
parent | 4988f2169df0de293b14313610de3c2edabba313 (diff) |
Notes
Diffstat (limited to 'www/mod_put')
-rw-r--r-- | www/mod_put/Makefile | 2 | ||||
-rw-r--r-- | www/mod_put/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_put/Makefile b/www/mod_put/Makefile index 9044430baca7..8ff08f060a00 100644 --- a/www/mod_put/Makefile +++ b/www/mod_put/Makefile @@ -8,7 +8,7 @@ PORTNAME= mod_put PORTVERSION= 1.3 CATEGORIES= www -MASTER_SITES= http://hpwww.ec-lyon.fr/~vincent/apache/ +MASTER_SITES= http://perso.ec-lyon.fr/lyonel.vincent/apache/ DISTFILES= mod_put.tar.gz MAINTAINER= apache@FreeBSD.org diff --git a/www/mod_put/pkg-descr b/www/mod_put/pkg-descr index 1024580cfbb1..34d6aa47c9ac 100644 --- a/www/mod_put/pkg-descr +++ b/www/mod_put/pkg-descr @@ -2,4 +2,4 @@ This small module implements the HTTP/1.1 PUT and DELETE methods. Please notice that it can be a big security hole to activate them without securing the web server. -WWW: http://hpwww.ec-lyon.fr/~vincent/apache/mod_put.html +WWW: http://perso.ec-lyon.fr/lyonel.vincent/apache/mod_put.html |