- Update to 3.8.1
Submitted by: farrokhi@
This commit is contained in:
parent
02a20af8ce
commit
c30d826c14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204803
3 changed files with 16 additions and 13 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= wikindx
|
||||
PORTVERSION= 3.7
|
||||
PORTVERSION= 3.8.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= wikindx
|
||||
|
@ -24,7 +24,7 @@ ROOTFILES= config.php index.php rss.php
|
|||
ROOTDIRS= attachments core docs files languages modules \
|
||||
papers styles templates update
|
||||
DOCFILES= CHANGELOG CUSTOMIZATION DISCLAIMER INSTALL \
|
||||
LICENSE README README_RSS UPDATEWIKINDX
|
||||
LICENSE README README_CMS README_RSS UPGRADE
|
||||
|
||||
pre-install:
|
||||
@${ECHO} ${WWWDIR}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (wikindx3_7.tar.gz) = eb4c8953c32a96cc8eea1b59ecec0a37
|
||||
SHA256 (wikindx3_7.tar.gz) = 7dfbba5246851268d000eedcf76c62da19b3c1dd4144dffdee1a8aea1b792f57
|
||||
SIZE (wikindx3_7.tar.gz) = 1008604
|
||||
MD5 (wikindx3_8_1.tar.gz) = 94cf27b53a198c157693a4dc9a67921e
|
||||
SHA256 (wikindx3_8_1.tar.gz) = 7dc80b66c69fe994202662352e6be47e404a04fed068cc4c4e5e8795e8333446
|
||||
SIZE (wikindx3_8_1.tar.gz) = 1018105
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
%%DOCSDIR%%/CHANGELOG
|
||||
%%DOCSDIR%%/CUSTOMIZATION
|
||||
%%DOCSDIR%%/DISCLAIMER
|
||||
%%DOCSDIR%%/INSTALL
|
||||
%%DOCSDIR%%/LICENSE
|
||||
%%DOCSDIR%%/README
|
||||
%%DOCSDIR%%/README_RSS
|
||||
%%DOCSDIR%%/UPDATEWIKINDX
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CUSTOMIZATION
|
||||
%%PORTDOCS%%%%DOCSDIR%%/DISCLAIMER
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README_CMS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README_RSS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/UPGRADE
|
||||
%%WWWDIR%%/attachments/ATTACHMENTS
|
||||
%%WWWDIR%%/config.php
|
||||
%%WWWDIR%%/core/admin/ADMIN.php
|
||||
|
@ -38,11 +39,13 @@
|
|||
%%WWWDIR%%/core/email/EMAIL.php
|
||||
%%WWWDIR%%/core/file/BIBTEXCONFIG.php
|
||||
%%WWWDIR%%/core/file/BIBTEXMAP.php
|
||||
%%WWWDIR%%/core/file/COINSMAP.php
|
||||
%%WWWDIR%%/core/file/ENDNOTEMAP.php
|
||||
%%WWWDIR%%/core/file/FILE.php
|
||||
%%WWWDIR%%/core/file/RISMAP.php
|
||||
%%WWWDIR%%/core/file/TAG.php
|
||||
%%WWWDIR%%/core/file/export/BIBTEX.php
|
||||
%%WWWDIR%%/core/file/export/COINS.php
|
||||
%%WWWDIR%%/core/file/export/ENDNOTE.php
|
||||
%%WWWDIR%%/core/file/export/ENDNOTEXML.php
|
||||
%%WWWDIR%%/core/file/export/EXPORTCOMMON.php
|
||||
|
|
Loading…
Reference in a new issue