mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
www/tikiwiki: Update to 28.1
Take maintainership
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
PORTNAME= tikiwiki
|
||||
DISTVERSION= 24.2
|
||||
DISTVERSION= 28.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/${PORTNAME}/Tiki_24.x_Wolf_359/${DISTVERSION}/
|
||||
MASTER_SITES= SF/${PORTNAME}/Tiki_28.x_Castor/${DISTVERSION}/
|
||||
DISTNAME= tiki-${DISTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Powerful PHP based Wiki/CMS/Groupware
|
||||
WWW= https://tiki.org/
|
||||
|
||||
@@ -23,7 +23,7 @@ SUB_FILES= pkg-message
|
||||
SUB_LIST+= TIKIWIKI_DIR=${TIKIWIKI_DIR}
|
||||
|
||||
WRI_DIR= db dump img/trackers img/wiki img/wiki_up modules/cache \
|
||||
temp temp/cache templates_c templates whelp
|
||||
temp temp/templates_c temp/cache templates_c templates whelp
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/${TIKIWIKI_DIR}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1671034910
|
||||
SHA256 (tiki-24.2.tar.gz) = 717f41adee5be1122872a1f4aab20304bf97a6f55bfa8cc651ec4551ed9812d3
|
||||
SIZE (tiki-24.2.tar.gz) = 95438783
|
||||
TIMESTAMP = 1741911799
|
||||
SHA256 (tiki-28.1.tar.gz) = b349ee9841230269978e4104db758741fd22839e58d8192d84da2d54bafef034
|
||||
SIZE (tiki-28.1.tar.gz) = 158813903
|
||||
|
||||
@@ -5,7 +5,12 @@
|
||||
#
|
||||
# Directives to allow use of tikiwiki
|
||||
#
|
||||
Alias /tikiwiki "%%PREFIX%%/%%TIKIWIKI_DIR%%/"
|
||||
Alias /tikiwiki %%PREFIX%%/%%TIKIWIKI_DIR%%
|
||||
AcceptPathInfo On
|
||||
<Directory %%PREFIX%%/%%TIKIWIKI_DIR%%>
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
2) Open the following page in your browser and follow the instructions:
|
||||
http://www.your.host/tikiwiki/
|
||||
|
||||
Reference in New Issue
Block a user