diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-01-09 18:12:48 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-01-09 18:12:48 +0000 |
commit | 484b5cd9effb821de466f038f660a4da7ec419aa (patch) | |
tree | a338550651383c858d470c8e8498ed4a446ea53c | |
parent | Update distinfo after last update (diff) |
Update to 1.0.10
Changes:
Apache's DOCUMENT_ROOT variable now gets the right value from mod_vhs,
Webmaster email is now set from the database, and the pathinfo is now set.
PR: 75988
Submitted by: Xavier Beaudouin <kiwi@oav.net>
Notes
Notes:
svn path=/head/; revision=125980
Diffstat (limited to '')
-rw-r--r-- | www/mod_vhs/Makefile | 2 | ||||
-rw-r--r-- | www/mod_vhs/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_vhs/Makefile b/www/mod_vhs/Makefile index ae7ed9a9a315..dea87e2d7346 100644 --- a/www/mod_vhs/Makefile +++ b/www/mod_vhs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_vhs -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.10 CATEGORIES= www MASTER_SITES= http://www.oav.net/projects/mod_vhs/ DIST_SUBDIR= apache2 diff --git a/www/mod_vhs/distinfo b/www/mod_vhs/distinfo index 0caf4197c7a3..e41123afd865 100644 --- a/www/mod_vhs/distinfo +++ b/www/mod_vhs/distinfo @@ -1,2 +1,2 @@ -MD5 (apache2/mod_vhs-1.0.8.tar.gz) = d9b2d2cfaf28df0460ace25d37d4b379 -SIZE (apache2/mod_vhs-1.0.8.tar.gz) = 6663 +MD5 (apache2/mod_vhs-1.0.10.tar.gz) = e1a1375a722d9f8ad62d8995acd33c19 +SIZE (apache2/mod_vhs-1.0.10.tar.gz) = 6908 |