aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-10-22 05:14:52 +0800
committerale <ale@FreeBSD.org>2004-10-22 05:14:52 +0800
commit8011f505ac1e158b170bcee8083031b64ff50399 (patch)
treecdf6385a51d94fb3eb04bab9631e41b2a639d4b1 /www
parentc83258f1a5128273f115ce44ee42ece14162a774 (diff)
downloadfreebsd-ports-gnome-8011f505ac1e158b170bcee8083031b64ff50399.tar.gz
freebsd-ports-gnome-8011f505ac1e158b170bcee8083031b64ff50399.tar.zst
freebsd-ports-gnome-8011f505ac1e158b170bcee8083031b64ff50399.zip
Update to 3.0 release.
Diffstat (limited to 'www')
-rw-r--r--www/mod_tsunami/Makefile8
-rw-r--r--www/mod_tsunami/distinfo4
-rw-r--r--www/mod_tsunami/pkg-message2
-rw-r--r--www/mod_tsunami/pkg-plist15
4 files changed, 16 insertions, 13 deletions
diff --git a/www/mod_tsunami/Makefile b/www/mod_tsunami/Makefile
index 0bfdc544a95c..2221ef8a2af4 100644
--- a/www/mod_tsunami/Makefile
+++ b/www/mod_tsunami/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= mod_tsunami
-PORTVERSION= 2.0
+PORTVERSION= 3.0
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= mod-tsunami
+MASTER_SITES= http://bertrand.demiddelaer.org/mod_tsunami/
MAINTAINER= ale@FreeBSD.org
COMMENT= Apache module which dynamically limits a site's slot usage
USE_APACHE= yes
-DOCS= AUTHORS Changelog INSTALL LICENSE README
+DOCS= AUTHORS Changelog README
do-build:
@cd ${WRKSRC} && ${APXS} -c mod_tsunami.c
@@ -27,6 +26,7 @@ do-install:
.for f in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
+ @${CP} -R ${WRKSRC}/docs/* ${DOCSDIR}
.endif
post-install:
diff --git a/www/mod_tsunami/distinfo b/www/mod_tsunami/distinfo
index e2997d68b954..380e48868b8a 100644
--- a/www/mod_tsunami/distinfo
+++ b/www/mod_tsunami/distinfo
@@ -1,2 +1,2 @@
-MD5 (mod_tsunami-2.0.tar.gz) = 8ce6c33d322474af61b1eaa6f4aeed56
-SIZE (mod_tsunami-2.0.tar.gz) = 12123
+MD5 (mod_tsunami-3.0.tar.gz) = 8de47c59b9f13efc399b42487e106321
+SIZE (mod_tsunami-3.0.tar.gz) = 22560
diff --git a/www/mod_tsunami/pkg-message b/www/mod_tsunami/pkg-message
index 41eca4428a69..14690253b080 100644
--- a/www/mod_tsunami/pkg-message
+++ b/www/mod_tsunami/pkg-message
@@ -4,7 +4,7 @@ You have installed mod_tsunami.
Use these directives in your httpd.conf:
-TsunamiActive On/Off
+TsunamiEngine On/Off
TsunamiMaxConnections number_of_maximum_slots_per_web_directory
When the value of TsunamiMaxConnections is set to '0' (default behaviour),
diff --git a/www/mod_tsunami/pkg-plist b/www/mod_tsunami/pkg-plist
index 6372157099d5..69de8c2ea572 100644
--- a/www/mod_tsunami/pkg-plist
+++ b/www/mod_tsunami/pkg-plist
@@ -1,9 +1,12 @@
libexec/apache/mod_tsunami.so
@exec %D/sbin/apxs -e -A -n tsunami %D/%F
@unexec %D/sbin/apxs -e -A -n tsunami %D/%F
-%%PORTDOCS%%share/doc/mod_tsunami/AUTHORS
-%%PORTDOCS%%share/doc/mod_tsunami/Changelog
-%%PORTDOCS%%share/doc/mod_tsunami/INSTALL
-%%PORTDOCS%%share/doc/mod_tsunami/LICENSE
-%%PORTDOCS%%share/doc/mod_tsunami/README
-%%PORTDOCS%%@dirrm share/doc/mod_tsunami
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/Changelog
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mod_tsunami_files/index.gif
+%%PORTDOCS%%%%DOCSDIR%%/mod_tsunami_files/home.gif
+%%PORTDOCS%%%%DOCSDIR%%/mod_tsunami_files/sub.gif
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/mod_tsunami_files
+%%PORTDOCS%%@dirrm %%DOCSDIR%%