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 /www/mod_vhs/Makefile | |
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 'www/mod_vhs/Makefile')
-rw-r--r-- | www/mod_vhs/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |