aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2009-03-20 15:33:13 +0800
committerlwhsu <lwhsu@FreeBSD.org>2009-03-20 15:33:13 +0800
commitd46d2b8e2981a2a96fe66403f2ed93a8111b8a41 (patch)
tree657a6f2644dbd304c50aabf6a901e871e1f116b0
parent197438a6f1ba045476a71b237e6a891676261f35 (diff)
downloadfreebsd-ports-gnome-d46d2b8e2981a2a96fe66403f2ed93a8111b8a41.tar.gz
freebsd-ports-gnome-d46d2b8e2981a2a96fe66403f2ed93a8111b8a41.tar.zst
freebsd-ports-gnome-d46d2b8e2981a2a96fe66403f2ed93a8111b8a41.zip
- Update to 0.7.1
PR: ports/132768 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> (maintainer)
-rw-r--r--www/suphp/Makefile2
-rw-r--r--www/suphp/distinfo6
-rw-r--r--www/suphp/pkg-message13
3 files changed, 17 insertions, 4 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile
index ab10d5f9f4d8..c1a7cf4eb10b 100644
--- a/www/suphp/Makefile
+++ b/www/suphp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= suphp
-PORTVERSION= 0.7.0
+PORTVERSION= 0.7.1
CATEGORIES= www
MASTER_SITES= http://www.suphp.org/download/ \
${MASTER_SITE_LOCAL:S|%SUBDIR%|koitsu|}
diff --git a/www/suphp/distinfo b/www/suphp/distinfo
index 9095f8a563b2..3df75db1daa2 100644
--- a/www/suphp/distinfo
+++ b/www/suphp/distinfo
@@ -1,3 +1,3 @@
-MD5 (suphp-0.7.0.tar.gz) = dac578fc8bda630cc37ed6e47d4ff213
-SHA256 (suphp-0.7.0.tar.gz) = 0baadee9a1b6f2c2c8c84e3d11c531b89d6791f2d821a1c9c9c7dac7c5a5da8b
-SIZE (suphp-0.7.0.tar.gz) = 389689
+MD5 (suphp-0.7.1.tar.gz) = c172dd4f15a75f4dcb08ea97d4202bb8
+SHA256 (suphp-0.7.1.tar.gz) = 91d180046f95f66c9ad12f3ca67bba87e2b64338543145e68370babc4434e58a
+SIZE (suphp-0.7.1.tar.gz) = 386521
diff --git a/www/suphp/pkg-message b/www/suphp/pkg-message
index 97b31b5a10fb..fd6de3224700 100644
--- a/www/suphp/pkg-message
+++ b/www/suphp/pkg-message
@@ -44,3 +44,16 @@ Since suPHP 0.6.x, you should use the following:
Otherwise, Apache will begin serving PHP files as downloadable
content, rather than parse them with the PHP interpreter.
-----------------------------------------------------------------
+
+-----------------------------------------------------------------
+For those versions upgraded from 0.6.x to 0.7.x. There are some
+new features and changes for the configuration file:
+
+ - Multiple path (with patterns) & variable substitution
+ support for docroots
+ - Double-quoted strings at section '[handlers]'
+ ex. application/x-httpd-php="php:/usr/local/bin/php-cgi"
+
+These changes may lead to internal server error if without
+modifications of the configuration file from previous version.
+-----------------------------------------------------------------