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/phpwiki | |
parent | bump librsvg's version for fix dependcy. (diff) |
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/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 d2042ea62b42..23c0bc2c424a 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 7e1b0cc7fe64..e396d6b5635b 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 ecfe41163ca9..53200685f4e6 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 |