diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-09 05:10:01 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-09 05:10:01 +0000 |
commit | 1a210b3c0c76122ff6c6649f2b518db1ffd161d9 (patch) | |
tree | c55fb10257f5cc87ec44dedf82799fee42544dec /www/phpwiki | |
parent | 90cf128b80d092a25edd692bb2336b4968d6267c (diff) | |
download | FreeBSD-ports-1a210b3c0c76122ff6c6649f2b518db1ffd161d9.zip FreeBSD-ports-1a210b3c0c76122ff6c6649f2b518db1ffd161d9.tar.gz |
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/phpwiki')
-rw-r--r-- | www/phpwiki/Makefile | 2 | ||||
-rw-r--r-- | www/phpwiki/distinfo | 4 | ||||
-rw-r--r-- | www/phpwiki/pkg-plist | 5 |
3 files changed, 8 insertions, 3 deletions
diff --git a/www/phpwiki/Makefile b/www/phpwiki/Makefile index d2042ea..23c0bc2 100644 --- a/www/phpwiki/Makefile +++ b/www/phpwiki/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/phpwiki/distinfo b/www/phpwiki/distinfo index 7e1b0cc..e396d6b 100644 --- a/www/phpwiki/distinfo +++ b/www/phpwiki/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/phpwiki/pkg-plist b/www/phpwiki/pkg-plist index ecfe411..5320068 100644 --- a/www/phpwiki/pkg-plist +++ b/www/phpwiki/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 |