mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Update to 1.2.10
PR: ports/86993 Submitted by: maintainer
This commit is contained in:
parent
d42f587f22
commit
43bb8eff8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144415
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= phpwiki
|
||||
PORTVERSION= 1.2.9
|
||||
PORTVERSION= 1.2.10
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= phpwiki
|
||||
@ -32,7 +32,7 @@ DOCFILES= CREDITS ChangeLog DBLIB.txt HISTORY INSTALL \
|
||||
|
||||
do-configure:
|
||||
.for i in ${USERFILES}
|
||||
${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}-dist
|
||||
@${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}-dist
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (phpwiki-1.2.9.tar.gz) = aaa44ae35c7a66747969b196083cc3a3
|
||||
SIZE (phpwiki-1.2.9.tar.gz) = 196341
|
||||
MD5 (phpwiki-1.2.10.tar.gz) = 33afde35018f70cb51d092d91e8b571f
|
||||
SIZE (phpwiki-1.2.10.tar.gz) = 196930
|
||||
|
@ -23,6 +23,7 @@
|
||||
@unexec if cmp -s %B/config.php %B/config.php-dist; then rm -f %B/config.php; fi
|
||||
%%PHPWIKI%%/lib/config.php-dist
|
||||
@exec [ -f %B/config.php ] || cp %B/%f %B/config.php
|
||||
%%PHPWIKI%%/lib/.htaccess
|
||||
%%PHPWIKI%%/lib/db_filesystem.php
|
||||
%%PHPWIKI%%/lib/dbalib.php
|
||||
%%PHPWIKI%%/lib/dbmlib.php
|
||||
@ -42,6 +43,7 @@
|
||||
%%PHPWIKI%%/lib/stdlib.php
|
||||
%%PHPWIKI%%/lib/transform.php
|
||||
%%PHPWIKI%%/lib/ziplib.php
|
||||
%%PHPWIKI%%/locale/.htaccess
|
||||
%%PHPWIKI%%/locale/README
|
||||
%%PHPWIKI%%/locale/de/LC_MESSAGES/phpwiki.mo
|
||||
%%PHPWIKI%%/locale/de/LC_MESSAGES/phpwiki.php
|
||||
@ -189,10 +191,12 @@
|
||||
%%PHPWIKI%%/pgsrc/TextFormattingRules
|
||||
%%PHPWIKI%%/pgsrc/WabiSabi
|
||||
%%PHPWIKI%%/pgsrc/WikiWikiWeb
|
||||
%%PHPWIKI%%/schemas/.htaccess
|
||||
%%PHPWIKI%%/schemas/schema.minisql
|
||||
%%PHPWIKI%%/schemas/schema.mysql
|
||||
%%PHPWIKI%%/schemas/schema.psql
|
||||
%%PHPWIKI%%/schemas/update.mysql.1.2.0-1.2.1
|
||||
%%PHPWIKI%%/templates/.htaccess
|
||||
%%PHPWIKI%%/templates/README
|
||||
%%PHPWIKI%%/templates/browse.html
|
||||
%%PHPWIKI%%/templates/editlinks.html
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= phpwiki
|
||||
PORTVERSION= 1.2.9
|
||||
PORTVERSION= 1.2.10
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= phpwiki
|
||||
@ -32,7 +32,7 @@ DOCFILES= CREDITS ChangeLog DBLIB.txt HISTORY INSTALL \
|
||||
|
||||
do-configure:
|
||||
.for i in ${USERFILES}
|
||||
${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}-dist
|
||||
@${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}-dist
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (phpwiki-1.2.9.tar.gz) = aaa44ae35c7a66747969b196083cc3a3
|
||||
SIZE (phpwiki-1.2.9.tar.gz) = 196341
|
||||
MD5 (phpwiki-1.2.10.tar.gz) = 33afde35018f70cb51d092d91e8b571f
|
||||
SIZE (phpwiki-1.2.10.tar.gz) = 196930
|
||||
|
@ -23,6 +23,7 @@
|
||||
@unexec if cmp -s %B/config.php %B/config.php-dist; then rm -f %B/config.php; fi
|
||||
%%PHPWIKI%%/lib/config.php-dist
|
||||
@exec [ -f %B/config.php ] || cp %B/%f %B/config.php
|
||||
%%PHPWIKI%%/lib/.htaccess
|
||||
%%PHPWIKI%%/lib/db_filesystem.php
|
||||
%%PHPWIKI%%/lib/dbalib.php
|
||||
%%PHPWIKI%%/lib/dbmlib.php
|
||||
@ -42,6 +43,7 @@
|
||||
%%PHPWIKI%%/lib/stdlib.php
|
||||
%%PHPWIKI%%/lib/transform.php
|
||||
%%PHPWIKI%%/lib/ziplib.php
|
||||
%%PHPWIKI%%/locale/.htaccess
|
||||
%%PHPWIKI%%/locale/README
|
||||
%%PHPWIKI%%/locale/de/LC_MESSAGES/phpwiki.mo
|
||||
%%PHPWIKI%%/locale/de/LC_MESSAGES/phpwiki.php
|
||||
@ -189,10 +191,12 @@
|
||||
%%PHPWIKI%%/pgsrc/TextFormattingRules
|
||||
%%PHPWIKI%%/pgsrc/WabiSabi
|
||||
%%PHPWIKI%%/pgsrc/WikiWikiWeb
|
||||
%%PHPWIKI%%/schemas/.htaccess
|
||||
%%PHPWIKI%%/schemas/schema.minisql
|
||||
%%PHPWIKI%%/schemas/schema.mysql
|
||||
%%PHPWIKI%%/schemas/schema.psql
|
||||
%%PHPWIKI%%/schemas/update.mysql.1.2.0-1.2.1
|
||||
%%PHPWIKI%%/templates/.htaccess
|
||||
%%PHPWIKI%%/templates/README
|
||||
%%PHPWIKI%%/templates/browse.html
|
||||
%%PHPWIKI%%/templates/editlinks.html
|
||||
|
Loading…
Reference in New Issue
Block a user