diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-09 13:10:01 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-09 13:10:01 +0800 |
commit | 1a210b3c0c76122ff6c6649f2b518db1ffd161d9 (patch) | |
tree | c55fb10257f5cc87ec44dedf82799fee42544dec /www/phpwiki13 | |
parent | 90cf128b80d092a25edd692bb2336b4968d6267c (diff) | |
download | freebsd-ports-gnome-1a210b3c0c76122ff6c6649f2b518db1ffd161d9.tar.gz freebsd-ports-gnome-1a210b3c0c76122ff6c6649f2b518db1ffd161d9.tar.zst freebsd-ports-gnome-1a210b3c0c76122ff6c6649f2b518db1ffd161d9.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>
Diffstat (limited to 'www/phpwiki13')
-rw-r--r-- | www/phpwiki13/Makefile | 2 | ||||
-rw-r--r-- | www/phpwiki13/distinfo | 4 | ||||
-rw-r--r-- | www/phpwiki13/pkg-plist | 5 |
3 files changed, 8 insertions, 3 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 diff --git a/www/phpwiki13/distinfo b/www/phpwiki13/distinfo index 7e1b0cc7fe64..e396d6b5635b 100644 --- a/www/phpwiki13/distinfo +++ b/www/phpwiki13/distinfo @@ -1,2 +1,2 @@ -MD5 (phpwiki-1.2.4.tar.gz) = 1f338c552f9078ff55f1b20b29b37400 -SIZE (phpwiki-1.2.4.tar.gz) = 183006 +MD5 (phpwiki-1.2.6.tar.gz) = 2862aee0fc3352f22492eb5c62f19f60 +SIZE (phpwiki-1.2.6.tar.gz) = 183792 diff --git a/www/phpwiki13/pkg-plist b/www/phpwiki13/pkg-plist index ecfe41163ca9..53200685f4e6 100644 --- a/www/phpwiki13/pkg-plist +++ b/www/phpwiki13/pkg-plist @@ -193,6 +193,11 @@ %%PHPWIKI%%/templates/editlinks.html %%PHPWIKI%%/templates/editpage.html %%PHPWIKI%%/templates/message.html +%%PHPWIKI%%/admin/.htaccess +%%PHPWIKI%%/lib/.htaccess +%%PHPWIKI%%/locale/.htaccess +%%PHPWIKI%%/schemas/.htaccess +%%PHPWIKI%%/templates/.htaccess @dirrm %%PHPWIKI%%/admin @dirrm %%PHPWIKI%%/images @dirrm %%PHPWIKI%%/lib |