diff options
author | pat <pat@FreeBSD.org> | 2002-03-23 15:33:38 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-23 15:33:38 +0800 |
commit | 2d2e77633d4d690b62206592f7b51cfaed1c36ab (patch) | |
tree | 4c9b0e40ae2d429b7c4d19bb1045f2e8556fbe1e /www | |
parent | 845eb8baccde87c76ba294f3f50aaa9bd035f567 (diff) | |
download | freebsd-ports-graphics-2d2e77633d4d690b62206592f7b51cfaed1c36ab.tar.gz freebsd-ports-graphics-2d2e77633d4d690b62206592f7b51cfaed1c36ab.tar.zst freebsd-ports-graphics-2d2e77633d4d690b62206592f7b51cfaed1c36ab.zip |
Update to 0.94.12.r5
PR: 36197
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/boa/Makefile | 2 | ||||
-rw-r--r-- | www/boa/distinfo | 2 | ||||
-rw-r--r-- | www/boa/files/patch-ab | 20 | ||||
-rw-r--r-- | www/boa/files/patch-boa.conf | 15 | ||||
-rw-r--r-- | www/boa/files/patch-src::defines.h | 11 |
5 files changed, 25 insertions, 25 deletions
diff --git a/www/boa/Makefile b/www/boa/Makefile index 082ebb3c753..9a578dcdd3a 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 628d82fd07f..b066b6a72e8 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 9fec127bd36..00000000000 --- 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 89f305c598b..647c257d6a9 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 00000000000..fc74235de3f --- /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 *****/ |