summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-23 07:33:38 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-23 07:33:38 +0000
commit86bf1acd4dbe208dd468f098d491362eb8dae8b4 (patch)
treefc2969fda2afe5cd8c18723214ef07bac0a571fc
parentUpgrade to 1.3.24 (diff)
Update to 0.94.12.r5
PR: 36197 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=56456
-rw-r--r--www/boa/Makefile2
-rw-r--r--www/boa/distinfo2
-rw-r--r--www/boa/files/patch-ab20
-rw-r--r--www/boa/files/patch-boa.conf15
-rw-r--r--www/boa/files/patch-src::defines.h11
5 files changed, 25 insertions, 25 deletions
diff --git a/www/boa/Makefile b/www/boa/Makefile
index 082ebb3c7533..9a578dcdd3a5 100644
--- a/www/boa/Makefile
+++ b/www/boa/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= boa
-PORTVERSION= 0.94.12.r3
+PORTVERSION= 0.94.12.r5
CATEGORIES= www
MASTER_SITES= http://www.boa.org/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
diff --git a/www/boa/distinfo b/www/boa/distinfo
index 628d82fd07f4..b066b6a72e8d 100644
--- a/www/boa/distinfo
+++ b/www/boa/distinfo
@@ -1 +1 @@
-MD5 (boa-0.94.12rc3.tar.gz) = 7c0ac77a108f40c09d0341e2dc437cd4
+MD5 (boa-0.94.12rc5.tar.gz) = a0cdd4776a9034c1ee9e2483d2031f36
diff --git a/www/boa/files/patch-ab b/www/boa/files/patch-ab
deleted file mode 100644
index 9fec127bd36f..000000000000
--- a/www/boa/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- defines.h.orig Thu Nov 1 23:37:46 2001
-+++ defines.h Sun Feb 17 13:40:30 2002
-@@ -27,7 +27,7 @@
- /***** Change this, or use -c on the command line to specify it *****/
-
- #ifndef SERVER_ROOT
--#define SERVER_ROOT "/etc/boa"
-+#define SERVER_ROOT "%%PREFIX%%/etc"
- #endif
-
- /***** Various stuff that you may want to tweak, but probably shouldn't *****/
-@@ -44,7 +44,7 @@
- #define REQUEST_TIMEOUT 60
-
- #define CGI_MIME_TYPE "application/x-httpd-cgi"
--#define DEFAULT_PATH "/bin:/usr/bin:/usr/local/bin"
-+#define DEFAULT_PATH "/bin:/usr/bin:%%PREFIX%%/bin"
-
- /***** CHANGE ANYTHING BELOW THIS LINE AT YOUR OWN PERIL *****/
- /***** You will probably introduce buffer overruns unless you know
diff --git a/www/boa/files/patch-boa.conf b/www/boa/files/patch-boa.conf
index 89f305c598bb..647c257d6a9a 100644
--- a/www/boa/files/patch-boa.conf
+++ b/www/boa/files/patch-boa.conf
@@ -1,5 +1,5 @@
---- ../boa.conf.orig Wed Mar 6 23:50:40 2002
-+++ ../boa.conf Wed Mar 6 23:52:39 2002
+--- ../boa.conf.orig Fri Mar 22 12:25:29 2002
++++ ../boa.conf Fri Mar 22 12:28:52 2002
@@ -108,7 +108,7 @@
# DocumentRoot: The root directory of the HTML documents.
# Comment out to disable server non user files.
@@ -18,7 +18,16 @@
# DirectoryCache: If DirectoryIndex doesn't exist, and DirectoryMaker
# has been commented out, the the on-the-fly indexing of Boa can be used
-@@ -183,5 +183,5 @@
+@@ -161,7 +161,7 @@
+
+ # CGIPath: The value of the $PATH environment variable given to CGI progs.
+
+-CGIPath /bin:/usr/bin:/usr/local/bin
++CGIPath /bin:/usr/bin:%%PREFIX%%/bin
+
+ # SinglePostLimit: The maximum allowable number of bytes in
+ # a single POST. Default is normally 1MB.
+@@ -190,5 +190,5 @@
# ScriptAlias: Maps a virtual path to a directory for serving scripts
# Example: ScriptAlias /htbin/ /www/htbin/
diff --git a/www/boa/files/patch-src::defines.h b/www/boa/files/patch-src::defines.h
new file mode 100644
index 000000000000..fc74235de3fe
--- /dev/null
+++ b/www/boa/files/patch-src::defines.h
@@ -0,0 +1,11 @@
+--- defines.h.orig Fri Mar 22 12:30:45 2002
++++ defines.h Fri Mar 22 12:31:58 2002
+@@ -27,7 +27,7 @@
+ /***** Change this, or use -c on the command line to specify it *****/
+
+ #ifndef SERVER_ROOT
+-#define SERVER_ROOT "/etc/boa"
++#define SERVER_ROOT "%%PREFIX%%/etc"
+ #endif
+
+ /***** Change this via the CGIPath configuration value in boa.conf *****/