mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Update to 15.0
- Add missing php module
This commit is contained in:
parent
5443a1813d
commit
63afd345ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414916
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tikiwiki
|
||||
PORTVERSION= 14.2
|
||||
PORTVERSION= 15.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/${PORTNAME}/Tiki_14.x_Peony/${PORTVERSION}/
|
||||
MASTER_SITES= SF/${PORTNAME}/Tiki_15.x_Situla/${PORTVERSION}/
|
||||
DISTNAME= tiki-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt
|
||||
|
||||
BROKEN_powerpc64= Does not build
|
||||
|
||||
USE_PHP= gettext pcre posix session xml zlib
|
||||
USE_PHP= dom gettext pcre posix session xml zlib
|
||||
WANT_PHP_WEB= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
@ -24,6 +24,9 @@ TIKIWIKI_DIR?= www/${PORTNAME}-${PORTVERSION}
|
||||
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
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/${TIKIWIKI_DIR}
|
||||
(cd ${WRKSRC} && \
|
||||
@ -38,4 +41,11 @@ post-install:
|
||||
@(cd ${STAGEDIR}${PREFIX}; ${FIND} * -type d -empty | \
|
||||
${SORT} -r | ${SED} -e 's/^/@dir /' >> ${TMPPLIST})
|
||||
|
||||
@${ECHO_CMD} "@mode 777" >> ${TMPPLIST}
|
||||
.for i in ${WRI_DIR} do
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/${TIKIWIKI_DIR}/${i}
|
||||
@${ECHO_CMD} "@dir ${TIKIWIKI_DIR}/${i}" >> ${TMPPLIST}
|
||||
.endfor
|
||||
@${ECHO_CMD} "@mode" >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (tiki-14.2.tar.gz) = 51e2590e34a8b1a7106542224b449cd6b3c822f287931fa9cea718257d57292e
|
||||
SIZE (tiki-14.2.tar.gz) = 48491219
|
||||
SHA256 (tiki-15.0.tar.gz) = 80f6c77c63a0fabd0c9545a3ec6a3028574d055645dabaad7bf066ebcee8ff08
|
||||
SIZE (tiki-15.0.tar.gz) = 42615829
|
||||
|
Loading…
Reference in New Issue
Block a user