mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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>
This commit is contained in:
parent
d514730437
commit
84e7434e54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125930
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user