diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-09 05:10:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-09 05:10:01 +0000 |
commit | 84e7434e5460f0ea2c0e8d4422fc8440f6c15350 (patch) | |
tree | d157f415098c373d458063fca3fa5fbcd8cbc179 /www/phpwiki13/Makefile | |
parent | d514730437588b27ac640d3631bacd5a931fb5be (diff) | |
download | ports-84e7434e5460f0ea2c0e8d4422fc8440f6c15350.tar.gz ports-84e7434e5460f0ea2c0e8d4422fc8440f6c15350.zip |
PATCH] Update www/phpwiki 1.2.4 -> 1.2.6
Update www/phpwiki to version 1.2.6. Changes:
- supports now register_globals=off
- adds user/password to pgsql
- fix zip and dumpserial on dba, dbm, msql and file
- fixes a minor (un)lock issue, displaying the (un)locked page afterwards and not the FrontPage
- fixed !TitleSearch and Backlinks for flatfile
- enable MostPopular (hitcount storage) for flatfile
PR: ports/75716
Submitted by: Christian Brueffer <chris@unixpages.org>
Notes
Notes:
svn path=/head/; revision=125930
Diffstat (limited to 'www/phpwiki13/Makefile')
-rw-r--r-- | www/phpwiki13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/phpwiki13/Makefile b/www/phpwiki13/Makefile index d2042ea62b42..23c0bc2c424a 100644 --- a/www/phpwiki13/Makefile +++ b/www/phpwiki13/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phpwiki -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.6 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpwiki |